L2JDevs Project - Developers Community

Mods Development => Mods Pack => Mensaje iniciado por: U3Games en 13 de Julio de 2018, 06:48:04 pm

Título: [MOD] Fence System
Publicado por: U3Games en 13 de Julio de 2018, 06:48:04 pm
Information:

[EN] Mod that allows you to create and modify walls. Ideal to limit zones or events.
[ES] Mod que os permite crear y modificar muros. Ideal para limitar zonas o eventos.

Images:

(https://i.imgur.com/RUixh0a.png) (https://i.imgur.com/tAkpf5i.png)

(https://i.imgur.com/lXRyxOA.png)



Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Fence System Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled Fence System:
# Default: False
FenceSystemEnabled = False

# Enabled fences of xml file:
# Default: False
FenceSystemDataEnabled = False

# Enabled fences of sql data:
# Default: True
FenceSystemTableEnabled = True

Commands:

Código: You are not allowed to view links. Register or Login
.admin_fence_menu
Código: You are not allowed to view links. Register or Login
.admin_fence_add
Código: You are not allowed to view links. Register or Login
.admin_fence_delete
Código: You are not allowed to view links. Register or Login
.admin_fence_reload
Código: You are not allowed to view links. Register or Login
.admin_fence_clear
Código: You are not allowed to view links. Register or Login
.admin_fence_list



Upcoming Features:

Green ------- Feature that has already been tested and added.
Orange ----- Feature in development or partially done.
Red --------- Feature is not yet available.

- Name value for sql fences.
- Pages number for list of fences.