转载请注明出处,如有问题请联系我们! L2JSurise.To 传送到指定NPC附近命令
简介:
适用于l2jsunrise
作者:Gremlin
当使用命令(.command timak orc 或 .command gremlin)时,它会将玩家传送到指定NPC处,
可于源码处进行修改操作!
# ---------------------------------------------------------------------------
# L2j To Mob system | 作者: Gremlin | Config 配置一览
# ---------------------------------------------------------------------------
# Enable or disable this system
# Default: False
AllowToMobCommand = False
# Allow command to be used only in a peace zone?
# Default: True
AllowInPeaceZone = True
# Command used within the game
# Default: mob (.mob)
CommandInGame = mob
# Time to be teleported to the monster
# In seconds.
# Default: 30
ToMobTime = 30
# Allow the command to be free?
# Default: False
FreeCommand = True
# Item id to be used when using the command
# Default = 57 (Adena)
ItemID = 57
# Item count to be used when using the command
# Default = 1000
ItemCount = 1000