Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- // ============================================================
- // == X12 MUONLINE SERVER EMULATOR
- // ============================================================
- //
- // ### CommandManager::Command::List ###
- // Authority: Code for command (1: User, 32: GM)
- // Text: Command Name.
- //
- // ### CommandManager::Command::List::EnableCmd ###
- // Free: Enable command for user Free. 1: Yes / 0: No
- // Vip1: Enable command for user Bronze. 1: Yes / 0: No
- // Vip2: Enable command for user Silver. 1: Yes / 0: No
- // Vip3: Enable command for user Gold. 1: Yes / 0: No
- // Vip4: Enable command for user Platinum. 1: Yes / 0: No
- //
- // ### CommandManager::Command::List::MinLevel ###
- // Free: Min. level for using command user Free.
- // Vip1: Min. level for using command user Bronze.
- // Vip2: Min. level for using command user Silver.
- // Vip3: Min. level for using command user Gold.
- // Vip4: Min. level for using command user Platinum.
- //
- // ### CommandManager::Command::List::MaxLevel ###
- // Free: Max. level for using command user Free.
- // Vip1: Max. level for using command user Bronze.
- // Vip2: Max. level for using command user Silver.
- // Vip3: Max. level for using command user Gold.
- // Vip4: Max. level for using command user Platinum.
- //
- // ### CommandManager::Command::List::MinReset ###
- // Free: Min. Reset for using command user Free.
- // Vip1: Min. Reset for using command user Bronze.
- // Vip2: Min. Reset for using command user Silver.
- // Vip3: Min. Reset for using command user Gold.
- // Vip4: Min. Reset for using command user Platinum.
- //
- // ### CommandManager::Command::List::MaxReset ###
- // Free: Max. Reset for using command user Free.
- // Vip1: Max. Reset for using command user Bronze.
- // Vip2: Max. Reset for using command user Silver.
- // Vip3: Max. Reset for using command user Gold.
- // Vip4: Max. Reset for using command user Platinum.
- //
- // ### CommandManager::Command::List::PriceZen ###
- // Free: Cost for command user Free.
- // Vip1: Cost for command user Bronze.
- // Vip2: Cost for command user Silver.
- // Vip3: Cost for command user Gold.
- // Vip4: Cost for command user Platinum.
- //
- // ### CommandManager::Command::List::PriceWC(WCoin) ###
- // Free: Cost for command user Free.
- // Vip1: Cost for command user Bronze.
- // Vip2: Cost for command user Silver.
- // Vip3: Cost for command user Gold.
- // Vip4: Cost for command user Platinum.
- //
- // ### CommandManager::Command::List::PriceGP(GoblinPoint) ###
- // Free: Cost for command user Free.
- // Vip1: Cost for command user Bronze.
- // Vip2: Cost for command user Silver.
- // Vip3: Cost for command user Gold.
- // Vip4: Cost for command user Platinum.
- //
- // ### CommandManager::Command::List::PriceRuud ###
- // Free: Cost for command user Free.
- // Vip1: Cost for command user Bronze.
- // Vip2: Cost for command user Silver.
- // Vip3: Cost for command user Gold.
- // Vip4: Cost for command user Platinum.
- //
- // STRICTLY NO COMMENTS INSIDE TAGS
- -->
- <CommandManager>
- <Command>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> <Time> | Effect: Chat blocking on time -->
- <List ID="0" Authority="32" Text="/banchat">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: User blocking -->
- <List ID="1" Authority="32" Text="/banuser">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserAccount> | Effect: User desblocking -->
- <List ID="2" Authority="32" Text="/unbanuser">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: Account blocking -->
- <List ID="3" Authority="32" Text="/banacc">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserAccount> | Effect: Account desblocking -->
- <List ID="4" Authority="32" Text="/unbanacc">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: Discconect user from the game -->
- <List ID="5" Authority="32" Text="/disconnect">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> <Level> | Effect: Set PK status level -->
- <List ID="6" Authority="32" Text="/pkset">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: PK status reset -->
- <List ID="7" Authority="32" Text="/pkreset">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> <Value> | Effect: Set user money value -->
- <List ID="8" Authority="32" Text="/moneyset">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Count> <ItemType> <ItemIndex> <Level> <Dur> <Skill> <Luck> <Option> <AncientOpt> <AncientCount> <ExcOpt1> <ExcOpt2> <ExcOpt3> <ExcOpt4> <ExcOpt5> <ExcOpt6> | Effect: Droping N x Items -->
- <List ID="9" Authority="32" Text="/makeitem">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Count> | Effect: Droping N x Random set items -->
- <List ID="10" Authority="32" Text="/makerandomset">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Enable invis. buff -->
- <List ID="11" Authority="32" Text="/hideon">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Disable invis. buff -->
- <List ID="12" Authority="32" Text="/hideoff">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Distance> | Effect: Delete all drop in radius -->
- <List ID="13" Authority="32" Text="/cleardrop">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: Delete all items from inventory -->
- <List ID="14" Authority="32" Text="/clearinvent">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> <SkinNumber> | Effect: Set skin for player (-1: default skin, 0 ~ 600: skin number from MonsterList.xml) -->
- <List ID="15" Authority="32" Text="/skin">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: Print list of party members -->
- <List ID="16" Authority="32" Text="/partyinfo">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Firecracker -->
- <List ID="17" Authority="32" Text="/firecrack">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> <MapNumber> <X> <Y> | Effect: Teleport user in target location -->
- <List ID="18" Authority="32" Text="/trans">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: Teleport user to gm -->
- <List ID="19" Authority="1" Text="/track">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: Teleport gm to user -->
- <List ID="20" Authority="1" Text="/trace">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <GuildName> | Effect: Change CastleSiege owner guild -->
- <List ID="21" Authority="32" Text="/cschangeowner">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Change CastleSiege stage to Registration -->
- <List ID="22" Authority="32" Text="/cssetregsiege">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Change CastleSiege stage to Registration of marks -->
- <List ID="23" Authority="32" Text="/cssetregmark">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Change CastleSiege stage to Notification -->
- <List ID="24" Authority="32" Text="/cssetnotify">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Change CastleSiege stage to Start -->
- <List ID="25" Authority="32" Text="/cssetready">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Change CastleSiege stage to End -->
- <List ID="26" Authority="32" Text="/cssetend">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Print CastleSiege owner guild name -->
- <List ID="27" Authority="32" Text="/cscurowner">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Print CastleSiege stage info -->
- <List ID="28" Authority="32" Text="/cscurstate">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <GuildName> | Effect: Change CastleSiege Attacker guild -->
- <List ID="29" Authority="32" Text="/cschangeside">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <GuildName> | Effect: Change CastleSiege Attacker guild -->
- <List ID="30" Authority="32" Text="/cssetstart">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Change CryWolf stage to Notify -->
- <List ID="31" Authority="32" Text="/cwsetnotify">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Change CryWolf stage to Ready -->
- <List ID="32" Authority="32" Text="/cwsetready">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Change CryWolf stage to Start -->
- <List ID="33" Authority="32" Text="/cwsetstart">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Change CryWolf stage to End -->
- <List ID="34" Authority="32" Text="/cwsetend">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <GmName> <MapNumber> <CordX> <CordY> | Effect: GM teleport in map,cord x, cord y -->
- <List ID="35" Authority="32" Text="/gmmove">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <"on"|"off"> | Effect: Block all request from players -->
- <List ID="36" Authority="1" Text="/request">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: Set leader in party -->
- <List ID="37" Authority="1" Text="/partyleader">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <MapName> | Effect: User teleport in map -->
- <List ID="38" Authority="1" Text="/move">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Text> | Effect: Send text to post chat -->
- <List ID="39" Authority="1" Text="/post">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="1000" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Text> | Effect: Send text to post chat all sub servers -->
- <List ID="40" Authority="1" Text="/gpost">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="1000" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Value> | Effect: Add value to Strength from point -->
- <List ID="41" Authority="1" Text="/addstr">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Value> | Effect: Add value to Agility from point -->
- <List ID="42" Authority="1" Text="/addagi">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Value> | Effect: Add value to Vitality from point -->
- <List ID="43" Authority="1" Text="/addvit">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Value> | Effect: Add value to Energy from point -->
- <List ID="44" Authority="1" Text="/addene">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Value> | Effect: Add value to Command from point -->
- <List ID="45" Authority="1" Text="/addcmd">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Type> | Effect: Offline trade, Type: zen, wc, gp, ruud | case not use type is sell default: jewels, etc. -->
- <List ID="46" Authority="1" Text="/offtrade">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <ID> | Effect: Change id of warehouse -->
- <List ID="47" Authority="1" Text="/ware">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <GuildName> | Effect: Request for start guild war -->
- <List ID="48" Authority="1" Text="/guildwar">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <GuildName> | Effect: Request for start guild soccer -->
- <List ID="49" Authority="1" Text="/battlesoccer">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Character Resets -->
- <List ID="50" Authority="1" Text="/reset">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Character Grand Resets -->
- <List ID="51" Authority="1" Text="/grandreset">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Character Mode Offline Leveling, requirement /autoattack active -->
- <List ID="52" Authority="1" Text="/offlevel">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Value> | Effect: Reset Points in your stat "Strength" -->
- <List ID="53" Authority="1" Text="/resetstr">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Value> | Effect: Reset Points in your stat "Dexterity" -->
- <List ID="54" Authority="1" Text="/resetdex">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Value> | Effect: Reset Points in your stat "Vitality" -->
- <List ID="55" Authority="1" Text="/resetvit">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Value> | Effect: Reset Points in your stat "Energy" -->
- <List ID="56" Authority="1" Text="/resetene">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Value> | Effect: Reset Points in your stat "Command" -->
- <List ID="57" Authority="1" Text="/resetcmd">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <Value> | Effect: Reset your pk status -->
- <List ID="58" Authority="1" Text="/pkclear">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: Propose Marry -->
- <List ID="59" Authority="1" Text="/marryprop">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Accept Marry -->
- <List ID="60" Authority="1" Text="/marryaccept">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Move coord your Marry -->
- <List ID="61" Authority="1" Text="/tracemarry">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Delete all items from Event Inventory -->
- <List ID="62" Authority="1" Text="/cleareventinventory">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Delete all items from Muun Inventory -->
- <List ID="63" Authority="1" Text="/clearmuuninventory">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Delete all items from Inventory -->
- <List ID="64" Authority="1" Text="/clearinventory">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Auto Party system -->
- <List ID="65" Authority="1" Text="/setparty">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Open your warehouse -->
- <List ID="66" Authority="1" Text="/openware">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Use custom Quests -->
- <List ID="67" Authority="1" Text="/customquest">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Invoque Summon Monster - config in MakeMonster.xml (in dev) -->
- <List ID="68" Authority="1" Text="/makemonster">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: This command is for users noob -->
- <List ID="69" Authority="1" Text="/giftitem">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: Send Ruud to other character. example: /sendruud 10 <UserName> -->
- <List ID="70" Authority="1" Text="/sendruud">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: Lock your Account. use /lock passwcode -->
- <List ID="71" Authority="1" Text="/lock">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: Unlock your Account - use /unlock passwcode -->
- <List ID="72" Authority="1" Text="/unlock">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: Create Bundle Jewels. example: /jewelpack 0 1 - create bundle bles x20 -->
- <List ID="73" Authority="1" Text="/jewelpack">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: SendCoin to Other character, TypeCoin: 0:WCoin - 1:GoblinPoint -> Ex: /sendcoin <TypeCoin> <Value> <UserName> -->
- <List ID="74" Authority="1" Text="/sendcoin">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <None> | Effect: Character AutoResets -->
- <List ID="75" Authority="1" Text="/autoreset">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: Message Lang/Englisg.xml <Msg ID="454" Text="[Online] User:%d, GM:%d, OffLevel:%d, OffTrade:%d" /> -->
- <List ID="76" Authority="1" Text="/online">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <NumberSkill> <EnableAutoBuff> | Effect: command /autoattack setting in OffLevel.xml. example: /autoreset 39(ice storm) 0(disable autobuff) -->
- <List ID="77" Authority="1" Text="/autoattack">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: Effect: command /scramble <answer> -->
- <List ID="78" Authority="1" Text="/scramble">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: Effect: command /cp <cupon code> -->
- <List ID="79" Authority="1" Text="/cp">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: Effect: command /resetml -->
- <List ID="80" Authority="1" Text="/resetml">
- <EnableCmd Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MinLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <ResetML Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/> <!-- RESET MASTER LEVEL(0: NO / 1: YES) -->
- <ResetMP Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/> <!-- RESET MASTER POINT(0: NO / 1: YES) -->
- <NeedMinML Free="420" Vip1="420" Vip2="420" Vip3="420" Vip4="420"/> <!-- NEED MINIMUM MASTER LEVEL -->
- <MoveGate Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/> <!-- MOVE CHARACTER MAP DEFAULT -->
- <AddMP Free="1" Vip1="2" Vip2="3" Vip3="4" Vip4="5"/> <!-- ADD NEW MASTER POINTs -->
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <UserName> | Effect: View info Players -->
- <List ID="100" Authority="32" Text="/playerinfo">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: Effect: command /evo change your class -->
- <List ID="81" Authority="1" Text="/evo">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: <VipType> <Days> | command /buyvip - VIP status purchase -->
- <List ID="82" Authority="1" Text="/buyvip">
- <EnableCmd Free="1" Vip1="1" Vip2="0" Vip3="0" Vip4="0"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- <!-- ##################################################################### -->
- <!-- Arg: Effect: command /marrydivorce -->
- <List ID="83" Authority="1" Text="/marrydivorce">
- <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
- <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
- <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
- <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
- </List>
- </Command>
- </CommandManager>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement