Encuesta

What do you think of the mod?

It's good
Normal
Bad

Autor Tema: [MOD] Fence System  (Leído 3329 veces)

Desconectado U3Games

  • Administrator
  • User
  • *
  • Mensajes: 164
    • Ver Perfil
[MOD] Fence System
« 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:







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.