Encuesta

What do you think of the event?

It's good
Normal
Bad

Autor Tema: [MOD] Gatekeeper Manager  (Leído 3197 veces)

Desconectado U3Games

  • Administrator
  • User
  • *
  • Mensajes: 164
    • Ver Perfil
[MOD] Gatekeeper Manager
« en: 17 de Diciembre de 2017, 08:33:37 pm »
Information:

[EN] Mod that contains our Gatekeeper teleport manager!
[ES] Mod que contiene nuestro Gatekeeper teleport manager!

Images:








Features:
  • Teleport configuration in xml.
  • Setting configuration.
  • Template for html.
  • Screen message.
  • Multi-lang.

Config:

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

# ID of Npc Event:
# Default: 900502
GKManagerNpcId = 900502

# Enabled Screen Message:
# Default: False
ShowScreenMsg = False

# Time of Screen Message (seconds):
# Default: 3
ShowScreenMsgTime = 3


# -------------------------------------------------------
# Teleport Conditions Setting
# -------------------------------------------------------
# Enabled conditions for teleport services:
# Default: False
GKConditionEnabled = False

# Minimum level required (0 to disabled).
# Default: 0
MinLevel = 0

# Can use services in combat mode:
# Default: False
InCombatState = False

# Can use services in flag mode:
# Default: False
InFlagState = False

# Can use services in karma mode:
# Default: False
InKarmaState = False

# Can use services with a curse weapon:
# Default: False
InKaoticState = False

Locations xml format:

Código: You are not allowed to view links. Register or Login
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="locations.xsd">
<teleport id="1" name="GM Room Test" x="-113360" y="-244676" z="-15531" price="0" item="57" cond="false" noble="false" />
<teleport id="2" name="Jail Room" x="-114598" y="-249431" z="-2979" price="0" item="57" cond="false" noble="false" />
<teleport id="3" name="Town of Giran" x="83551" y="147945" z="-3400" price="100" item="57" cond="false" noble="false" />
<teleport id="4" name="Aden Town" x="146783" y="25808" z="-2008" price="0" item="57" cond="true" noble="false" />
<teleport id="5" name="Hunter Village" x="117088" y="76931" z="-2688" price="0" item="57" cond="false" noble="true" />
</list>

Download:

You are not allowed to view links. Register or Login



Upcoming Features:

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