Advertisement
Guest User

S12 server commands for admin/GM

a guest
Nov 9th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 86.20 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. // ============================================================
  4. // == X12 MUONLINE SERVER EMULATOR
  5. // ============================================================
  6. //
  7. // ### CommandManager::Command::List ###
  8. // Authority: Code for command (1: User, 32: GM)
  9. // Text: Command Name.
  10. //
  11. // ### CommandManager::Command::List::EnableCmd ###
  12. // Free: Enable command for user Free. 1: Yes / 0: No
  13. // Vip1: Enable command for user Bronze. 1: Yes / 0: No
  14. // Vip2: Enable command for user Silver. 1: Yes / 0: No
  15. // Vip3: Enable command for user Gold. 1: Yes / 0: No
  16. // Vip4: Enable command for user Platinum. 1: Yes / 0: No
  17. //
  18. // ### CommandManager::Command::List::MinLevel ###
  19. // Free: Min. level for using command user Free.
  20. // Vip1: Min. level for using command user Bronze.
  21. // Vip2: Min. level for using command user Silver.
  22. // Vip3: Min. level for using command user Gold.
  23. // Vip4: Min. level for using command user Platinum.
  24. //
  25. // ### CommandManager::Command::List::MaxLevel ###
  26. // Free: Max. level for using command user Free.
  27. // Vip1: Max. level for using command user Bronze.
  28. // Vip2: Max. level for using command user Silver.
  29. // Vip3: Max. level for using command user Gold.
  30. // Vip4: Max. level for using command user Platinum.
  31. //
  32. // ### CommandManager::Command::List::MinReset ###
  33. // Free: Min. Reset for using command user Free.
  34. // Vip1: Min. Reset for using command user Bronze.
  35. // Vip2: Min. Reset for using command user Silver.
  36. // Vip3: Min. Reset for using command user Gold.
  37. // Vip4: Min. Reset for using command user Platinum.
  38. //
  39. // ### CommandManager::Command::List::MaxReset ###
  40. // Free: Max. Reset for using command user Free.
  41. // Vip1: Max. Reset for using command user Bronze.
  42. // Vip2: Max. Reset for using command user Silver.
  43. // Vip3: Max. Reset for using command user Gold.
  44. // Vip4: Max. Reset for using command user Platinum.
  45. //
  46. // ### CommandManager::Command::List::PriceZen ###
  47. // Free: Cost for command user Free.
  48. // Vip1: Cost for command user Bronze.
  49. // Vip2: Cost for command user Silver.
  50. // Vip3: Cost for command user Gold.
  51. // Vip4: Cost for command user Platinum.
  52. //
  53. // ### CommandManager::Command::List::PriceWC(WCoin) ###
  54. // Free: Cost for command user Free.
  55. // Vip1: Cost for command user Bronze.
  56. // Vip2: Cost for command user Silver.
  57. // Vip3: Cost for command user Gold.
  58. // Vip4: Cost for command user Platinum.
  59. //
  60. // ### CommandManager::Command::List::PriceGP(GoblinPoint) ###
  61. // Free: Cost for command user Free.
  62. // Vip1: Cost for command user Bronze.
  63. // Vip2: Cost for command user Silver.
  64. // Vip3: Cost for command user Gold.
  65. // Vip4: Cost for command user Platinum.
  66. //
  67. // ### CommandManager::Command::List::PriceRuud ###
  68. // Free: Cost for command user Free.
  69. // Vip1: Cost for command user Bronze.
  70. // Vip2: Cost for command user Silver.
  71. // Vip3: Cost for command user Gold.
  72. // Vip4: Cost for command user Platinum.
  73. //
  74. // STRICTLY NO COMMENTS INSIDE TAGS
  75. -->
  76.  
  77. <CommandManager>
  78. <Command>
  79. <!-- ##################################################################### -->
  80. <!-- Arg: <UserName> <Time> | Effect: Chat blocking on time -->
  81. <List ID="0" Authority="32" Text="/banchat">
  82. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  83. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  84. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  85. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  86. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  87. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  88. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  89. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  90. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  91. </List>
  92. <!-- ##################################################################### -->
  93. <!-- Arg: <UserName> | Effect: User blocking -->
  94. <List ID="1" Authority="32" Text="/banuser">
  95. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  96. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  97. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  98. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  99. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  100. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  101. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  102. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  103. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  104. </List>
  105. <!-- ##################################################################### -->
  106. <!-- Arg: <UserAccount> | Effect: User desblocking -->
  107. <List ID="2" Authority="32" Text="/unbanuser">
  108. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  109. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  110. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  111. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  112. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  113. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  114. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  115. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  116. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  117. </List>
  118. <!-- ##################################################################### -->
  119. <!-- Arg: <UserName> | Effect: Account blocking -->
  120. <List ID="3" Authority="32" Text="/banacc">
  121. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  122. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  123. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  124. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  125. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  126. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  127. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  128. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  129. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  130. </List>
  131. <!-- ##################################################################### -->
  132. <!-- Arg: <UserAccount> | Effect: Account desblocking -->
  133. <List ID="4" Authority="32" Text="/unbanacc">
  134. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  135. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  136. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  137. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  138. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  139. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  140. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  141. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  142. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  143. </List>
  144. <!-- ##################################################################### -->
  145. <!-- Arg: <UserName> | Effect: Discconect user from the game -->
  146. <List ID="5" Authority="32" Text="/disconnect">
  147. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  148. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  149. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  150. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  151. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  152. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  153. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  154. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  155. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  156. </List>
  157. <!-- ##################################################################### -->
  158. <!-- Arg: <UserName> <Level> | Effect: Set PK status level -->
  159. <List ID="6" Authority="32" Text="/pkset">
  160. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  161. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  162. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  163. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  164. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  165. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  166. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  167. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  168. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  169. </List>
  170. <!-- ##################################################################### -->
  171. <!-- Arg: <UserName> | Effect: PK status reset -->
  172. <List ID="7" Authority="32" Text="/pkreset">
  173. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  174. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  175. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  176. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  177. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  178. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  179. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  180. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  181. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  182. </List>
  183. <!-- ##################################################################### -->
  184. <!-- Arg: <UserName> <Value> | Effect: Set user money value -->
  185. <List ID="8" Authority="32" Text="/moneyset">
  186. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  187. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  188. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  189. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  190. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  191. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  192. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  193. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  194. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  195. </List>
  196. <!-- ##################################################################### -->
  197. <!-- Arg: <Count> <ItemType> <ItemIndex> <Level> <Dur> <Skill> <Luck> <Option> <AncientOpt> <AncientCount> <ExcOpt1> <ExcOpt2> <ExcOpt3> <ExcOpt4> <ExcOpt5> <ExcOpt6> | Effect: Droping N x Items -->
  198. <List ID="9" Authority="32" Text="/makeitem">
  199. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  200. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  201. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  202. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  203. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  204. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  205. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  206. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  207. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  208. </List>
  209. <!-- ##################################################################### -->
  210. <!-- Arg: <Count> | Effect: Droping N x Random set items -->
  211. <List ID="10" Authority="32" Text="/makerandomset">
  212. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  213. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  214. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  215. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  216. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  217. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  218. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  219. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  220. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  221. </List>
  222. <!-- ##################################################################### -->
  223. <!-- Arg: <None> | Effect: Enable invis. buff -->
  224. <List ID="11" Authority="32" Text="/hideon">
  225. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  226. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  227. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  228. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  229. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  230. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  231. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  232. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  233. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  234. </List>
  235. <!-- ##################################################################### -->
  236. <!-- Arg: <None> | Effect: Disable invis. buff -->
  237. <List ID="12" Authority="32" Text="/hideoff">
  238. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  239. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  240. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  241. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  242. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  243. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  244. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  245. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  246. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  247. </List>
  248. <!-- ##################################################################### -->
  249. <!-- Arg: <Distance> | Effect: Delete all drop in radius -->
  250. <List ID="13" Authority="32" Text="/cleardrop">
  251. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  252. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  253. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  254. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  255. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  256. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  257. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  258. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  259. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  260. </List>
  261. <!-- ##################################################################### -->
  262. <!-- Arg: <UserName> | Effect: Delete all items from inventory -->
  263. <List ID="14" Authority="32" Text="/clearinvent">
  264. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  265. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  266. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  267. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  268. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  269. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  270. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  271. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  272. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  273. </List>
  274. <!-- ##################################################################### -->
  275. <!-- Arg: <UserName> <SkinNumber> | Effect: Set skin for player (-1: default skin, 0 ~ 600: skin number from MonsterList.xml) -->
  276. <List ID="15" Authority="32" Text="/skin">
  277. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  278. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  279. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  280. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  281. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  282. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  283. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  284. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  285. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  286. </List>
  287. <!-- ##################################################################### -->
  288. <!-- Arg: <UserName> | Effect: Print list of party members -->
  289. <List ID="16" Authority="32" Text="/partyinfo">
  290. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  291. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  292. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  293. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  294. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  295. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  296. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  297. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  298. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  299. </List>
  300. <!-- ##################################################################### -->
  301. <!-- Arg: <None> | Effect: Firecracker -->
  302. <List ID="17" Authority="32" Text="/firecrack">
  303. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  304. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  305. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  306. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  307. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  308. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  309. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  310. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  311. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  312. </List>
  313. <!-- ##################################################################### -->
  314. <!-- Arg: <UserName> <MapNumber> <X> <Y> | Effect: Teleport user in target location -->
  315. <List ID="18" Authority="32" Text="/trans">
  316. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  317. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  318. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  319. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  320. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  321. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  322. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  323. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  324. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  325. </List>
  326. <!-- ##################################################################### -->
  327. <!-- Arg: <UserName> | Effect: Teleport user to gm -->
  328. <List ID="19" Authority="1" Text="/track">
  329. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  330. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  331. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  332. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  333. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  334. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  335. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  336. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  337. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  338. </List>
  339. <!-- ##################################################################### -->
  340. <!-- Arg: <UserName> | Effect: Teleport gm to user -->
  341. <List ID="20" Authority="1" Text="/trace">
  342. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  343. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  344. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  345. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  346. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  347. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  348. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  349. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  350. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  351. </List>
  352. <!-- ##################################################################### -->
  353. <!-- Arg: <GuildName> | Effect: Change CastleSiege owner guild -->
  354. <List ID="21" Authority="32" Text="/cschangeowner">
  355. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  356. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  357. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  358. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  359. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  360. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  361. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  362. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  363. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  364. </List>
  365. <!-- ##################################################################### -->
  366. <!-- Arg: <None> | Effect: Change CastleSiege stage to Registration -->
  367. <List ID="22" Authority="32" Text="/cssetregsiege">
  368. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  369. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  370. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  371. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  372. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  373. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  374. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  375. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  376. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  377. </List>
  378. <!-- ##################################################################### -->
  379. <!-- Arg: <None> | Effect: Change CastleSiege stage to Registration of marks -->
  380. <List ID="23" Authority="32" Text="/cssetregmark">
  381. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  382. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  383. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  384. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  385. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  386. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  387. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  388. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  389. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  390. </List>
  391. <!-- ##################################################################### -->
  392. <!-- Arg: <None> | Effect: Change CastleSiege stage to Notification -->
  393. <List ID="24" Authority="32" Text="/cssetnotify">
  394. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  395. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  396. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  397. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  398. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  399. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  400. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  401. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  402. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  403. </List>
  404. <!-- ##################################################################### -->
  405. <!-- Arg: <None> | Effect: Change CastleSiege stage to Start -->
  406. <List ID="25" Authority="32" Text="/cssetready">
  407. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  408. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  409. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  410. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  411. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  412. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  413. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  414. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  415. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  416. </List>
  417. <!-- ##################################################################### -->
  418. <!-- Arg: <None> | Effect: Change CastleSiege stage to End -->
  419. <List ID="26" Authority="32" Text="/cssetend">
  420. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  421. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  422. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  423. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  424. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  425. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  426. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  427. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  428. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  429. </List>
  430. <!-- ##################################################################### -->
  431. <!-- Arg: <None> | Effect: Print CastleSiege owner guild name -->
  432. <List ID="27" Authority="32" Text="/cscurowner">
  433. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  434. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  435. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  436. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  437. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  438. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  439. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  440. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  441. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  442. </List>
  443. <!-- ##################################################################### -->
  444. <!-- Arg: <None> | Effect: Print CastleSiege stage info -->
  445. <List ID="28" Authority="32" Text="/cscurstate">
  446. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  447. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  448. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  449. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  450. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  451. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  452. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  453. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  454. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  455. </List>
  456. <!-- ##################################################################### -->
  457. <!-- Arg: <GuildName> | Effect: Change CastleSiege Attacker guild -->
  458. <List ID="29" Authority="32" Text="/cschangeside">
  459. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  460. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  461. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  462. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  463. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  464. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  465. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  466. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  467. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  468. </List>
  469. <!-- ##################################################################### -->
  470. <!-- Arg: <GuildName> | Effect: Change CastleSiege Attacker guild -->
  471. <List ID="30" Authority="32" Text="/cssetstart">
  472. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  473. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  474. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  475. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  476. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  477. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  478. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  479. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  480. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  481. </List>
  482. <!-- ##################################################################### -->
  483. <!-- Arg: <None> | Effect: Change CryWolf stage to Notify -->
  484. <List ID="31" Authority="32" Text="/cwsetnotify">
  485. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  486. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  487. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  488. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  489. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  490. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  491. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  492. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  493. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  494. </List>
  495. <!-- ##################################################################### -->
  496. <!-- Arg: <None> | Effect: Change CryWolf stage to Ready -->
  497. <List ID="32" Authority="32" Text="/cwsetready">
  498. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  499. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  500. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  501. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  502. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  503. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  504. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  505. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  506. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  507. </List>
  508. <!-- ##################################################################### -->
  509. <!-- Arg: <None> | Effect: Change CryWolf stage to Start -->
  510. <List ID="33" Authority="32" Text="/cwsetstart">
  511. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  512. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  513. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  514. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  515. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  516. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  517. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  518. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  519. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  520. </List>
  521. <!-- ##################################################################### -->
  522. <!-- Arg: <None> | Effect: Change CryWolf stage to End -->
  523. <List ID="34" Authority="32" Text="/cwsetend">
  524. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  525. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  526. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  527. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  528. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  529. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  530. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  531. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  532. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  533. </List>
  534. <!-- ##################################################################### -->
  535. <!-- Arg: <GmName> <MapNumber> <CordX> <CordY> | Effect: GM teleport in map,cord x, cord y -->
  536. <List ID="35" Authority="32" Text="/gmmove">
  537. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  538. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  539. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  540. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  541. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  542. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  543. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  544. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  545. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  546. </List>
  547. <!-- ##################################################################### -->
  548. <!-- Arg: <"on"|"off"> | Effect: Block all request from players -->
  549. <List ID="36" Authority="1" Text="/request">
  550. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  551. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  552. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  553. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  554. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  555. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  556. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  557. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  558. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  559. </List>
  560. <!-- ##################################################################### -->
  561. <!-- Arg: <UserName> | Effect: Set leader in party -->
  562. <List ID="37" Authority="1" Text="/partyleader">
  563. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  564. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  565. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  566. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  567. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  568. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  569. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  570. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  571. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  572. </List>
  573. <!-- ##################################################################### -->
  574. <!-- Arg: <MapName> | Effect: User teleport in map -->
  575. <List ID="38" Authority="1" Text="/move">
  576. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  577. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  578. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  579. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  580. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  581. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  582. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  583. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  584. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  585. </List>
  586. <!-- ##################################################################### -->
  587. <!-- Arg: <Text> | Effect: Send text to post chat -->
  588. <List ID="39" Authority="1" Text="/post">
  589. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  590. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  591. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  592. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  593. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  594. <PriceZen Free="1000" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  595. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  596. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  597. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  598. </List>
  599. <!-- ##################################################################### -->
  600. <!-- Arg: <Text> | Effect: Send text to post chat all sub servers -->
  601. <List ID="40" Authority="1" Text="/gpost">
  602. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  603. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  604. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  605. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  606. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  607. <PriceZen Free="1000" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  608. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  609. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  610. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  611. </List>
  612. <!-- ##################################################################### -->
  613. <!-- Arg: <Value> | Effect: Add value to Strength from point -->
  614. <List ID="41" Authority="1" Text="/addstr">
  615. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  616. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  617. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  618. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  619. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  620. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  621. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  622. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  623. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  624. </List>
  625. <!-- ##################################################################### -->
  626. <!-- Arg: <Value> | Effect: Add value to Agility from point -->
  627. <List ID="42" Authority="1" Text="/addagi">
  628. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  629. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  630. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  631. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  632. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  633. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  634. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  635. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  636. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  637. </List>
  638. <!-- ##################################################################### -->
  639. <!-- Arg: <Value> | Effect: Add value to Vitality from point -->
  640. <List ID="43" Authority="1" Text="/addvit">
  641. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  642. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  643. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  644. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  645. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  646. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  647. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  648. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  649. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  650. </List>
  651. <!-- ##################################################################### -->
  652. <!-- Arg: <Value> | Effect: Add value to Energy from point -->
  653. <List ID="44" Authority="1" Text="/addene">
  654. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  655. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  656. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  657. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  658. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  659. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  660. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  661. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  662. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  663. </List>
  664. <!-- ##################################################################### -->
  665. <!-- Arg: <Value> | Effect: Add value to Command from point -->
  666. <List ID="45" Authority="1" Text="/addcmd">
  667. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  668. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  669. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  670. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  671. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  672. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  673. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  674. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  675. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  676. </List>
  677. <!-- ##################################################################### -->
  678. <!-- Arg: <Type> | Effect: Offline trade, Type: zen, wc, gp, ruud | case not use type is sell default: jewels, etc. -->
  679. <List ID="46" Authority="1" Text="/offtrade">
  680. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  681. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  682. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  683. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  684. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  685. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  686. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  687. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  688. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  689. </List>
  690. <!-- ##################################################################### -->
  691. <!-- Arg: <ID> | Effect: Change id of warehouse -->
  692. <List ID="47" Authority="1" Text="/ware">
  693. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  694. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  695. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  696. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  697. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  698. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  699. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  700. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  701. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  702. </List>
  703. <!-- ##################################################################### -->
  704. <!-- Arg: <GuildName> | Effect: Request for start guild war -->
  705. <List ID="48" Authority="1" Text="/guildwar">
  706. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  707. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  708. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  709. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  710. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  711. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  712. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  713. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  714. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  715. </List>
  716. <!-- ##################################################################### -->
  717. <!-- Arg: <GuildName> | Effect: Request for start guild soccer -->
  718. <List ID="49" Authority="1" Text="/battlesoccer">
  719. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  720. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  721. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  722. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  723. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  724. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  725. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  726. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  727. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  728. </List>
  729. <!-- ##################################################################### -->
  730. <!-- Arg: <None> | Effect: Character Resets -->
  731. <List ID="50" Authority="1" Text="/reset">
  732. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  733. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  734. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  735. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  736. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  737. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  738. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  739. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  740. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  741. </List>
  742. <!-- ##################################################################### -->
  743. <!-- Arg: <None> | Effect: Character Grand Resets -->
  744. <List ID="51" Authority="1" Text="/grandreset">
  745. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  746. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  747. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  748. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  749. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  750. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  751. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  752. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  753. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  754. </List>
  755. <!-- ##################################################################### -->
  756. <!-- Arg: <None> | Effect: Character Mode Offline Leveling, requirement /autoattack active -->
  757. <List ID="52" Authority="1" Text="/offlevel">
  758. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  759. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  760. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  761. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  762. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  763. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  764. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  765. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  766. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  767. </List>
  768. <!-- ##################################################################### -->
  769. <!-- Arg: <Value> | Effect: Reset Points in your stat "Strength" -->
  770. <List ID="53" Authority="1" Text="/resetstr">
  771. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  772. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  773. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  774. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  775. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  776. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  777. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  778. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  779. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  780. </List>
  781. <!-- ##################################################################### -->
  782. <!-- Arg: <Value> | Effect: Reset Points in your stat "Dexterity" -->
  783. <List ID="54" Authority="1" Text="/resetdex">
  784. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  785. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  786. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  787. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  788. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  789. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  790. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  791. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  792. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  793. </List>
  794. <!-- ##################################################################### -->
  795. <!-- Arg: <Value> | Effect: Reset Points in your stat "Vitality" -->
  796. <List ID="55" Authority="1" Text="/resetvit">
  797. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  798. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  799. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  800. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  801. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  802. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  803. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  804. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  805. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  806. </List>
  807. <!-- ##################################################################### -->
  808. <!-- Arg: <Value> | Effect: Reset Points in your stat "Energy" -->
  809. <List ID="56" Authority="1" Text="/resetene">
  810. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  811. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  812. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  813. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  814. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  815. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  816. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  817. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  818. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  819. </List>
  820. <!-- ##################################################################### -->
  821. <!-- Arg: <Value> | Effect: Reset Points in your stat "Command" -->
  822. <List ID="57" Authority="1" Text="/resetcmd">
  823. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  824. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  825. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  826. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  827. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  828. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  829. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  830. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  831. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  832. </List>
  833. <!-- ##################################################################### -->
  834. <!-- Arg: <Value> | Effect: Reset your pk status -->
  835. <List ID="58" Authority="1" Text="/pkclear">
  836. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  837. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  838. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  839. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  840. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  841. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  842. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  843. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  844. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  845. </List>
  846. <!-- ##################################################################### -->
  847. <!-- Arg: <UserName> | Effect: Propose Marry -->
  848. <List ID="59" Authority="1" Text="/marryprop">
  849. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  850. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  851. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  852. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  853. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  854. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  855. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  856. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  857. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  858. </List>
  859. <!-- ##################################################################### -->
  860. <!-- Arg: <None> | Effect: Accept Marry -->
  861. <List ID="60" Authority="1" Text="/marryaccept">
  862. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  863. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  864. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  865. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  866. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  867. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  868. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  869. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  870. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  871. </List>
  872. <!-- ##################################################################### -->
  873. <!-- Arg: <None> | Effect: Move coord your Marry -->
  874. <List ID="61" Authority="1" Text="/tracemarry">
  875. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  876. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  877. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  878. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  879. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  880. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  881. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  882. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  883. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  884. </List>
  885. <!-- ##################################################################### -->
  886. <!-- Arg: <None> | Effect: Delete all items from Event Inventory -->
  887. <List ID="62" Authority="1" Text="/cleareventinventory">
  888. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  889. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  890. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  891. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  892. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  893. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  894. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  895. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  896. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  897. </List>
  898. <!-- ##################################################################### -->
  899. <!-- Arg: <None> | Effect: Delete all items from Muun Inventory -->
  900. <List ID="63" Authority="1" Text="/clearmuuninventory">
  901. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  902. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  903. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  904. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  905. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  906. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  907. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  908. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  909. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  910. </List>
  911. <!-- ##################################################################### -->
  912. <!-- Arg: <None> | Effect: Delete all items from Inventory -->
  913. <List ID="64" Authority="1" Text="/clearinventory">
  914. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  915. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  916. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  917. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  918. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  919. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  920. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  921. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  922. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  923. </List>
  924. <!-- ##################################################################### -->
  925. <!-- Arg: <None> | Effect: Auto Party system -->
  926. <List ID="65" Authority="1" Text="/setparty">
  927. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  928. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  929. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  930. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  931. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  932. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  933. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  934. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  935. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  936. </List>
  937. <!-- ##################################################################### -->
  938. <!-- Arg: <None> | Effect: Open your warehouse -->
  939. <List ID="66" Authority="1" Text="/openware">
  940. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  941. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  942. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  943. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  944. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  945. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  946. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  947. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  948. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  949. </List>
  950. <!-- ##################################################################### -->
  951. <!-- Arg: <None> | Effect: Use custom Quests -->
  952. <List ID="67" Authority="1" Text="/customquest">
  953. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  954. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  955. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  956. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  957. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  958. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  959. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  960. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  961. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  962. </List>
  963. <!-- ##################################################################### -->
  964. <!-- Arg: <None> | Effect: Invoque Summon Monster - config in MakeMonster.xml (in dev) -->
  965. <List ID="68" Authority="1" Text="/makemonster">
  966. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  967. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  968. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  969. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  970. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  971. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  972. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  973. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  974. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  975. </List>
  976. <!-- ##################################################################### -->
  977. <!-- Arg: <None> | Effect: This command is for users noob -->
  978. <List ID="69" Authority="1" Text="/giftitem">
  979. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  980. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  981. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  982. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  983. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  984. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  985. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  986. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  987. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  988. </List>
  989. <!-- ##################################################################### -->
  990. <!-- Arg: <UserName> | Effect: Send Ruud to other character. example: /sendruud 10 <UserName> -->
  991. <List ID="70" Authority="1" Text="/sendruud">
  992. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  993. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  994. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  995. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  996. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  997. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  998. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  999. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1000. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1001. </List>
  1002. <!-- ##################################################################### -->
  1003. <!-- Arg: <UserName> | Effect: Lock your Account. use /lock passwcode -->
  1004. <List ID="71" Authority="1" Text="/lock">
  1005. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  1006. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1007. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  1008. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1009. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  1010. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1011. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1012. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1013. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1014. </List>
  1015. <!-- ##################################################################### -->
  1016. <!-- Arg: <UserName> | Effect: Unlock your Account - use /unlock passwcode -->
  1017. <List ID="72" Authority="1" Text="/unlock">
  1018. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  1019. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1020. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  1021. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1022. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  1023. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1024. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1025. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1026. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1027. </List>
  1028. <!-- ##################################################################### -->
  1029. <!-- Arg: <UserName> | Effect: Create Bundle Jewels. example: /jewelpack 0 1 - create bundle bles x20 -->
  1030. <List ID="73" Authority="1" Text="/jewelpack">
  1031. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  1032. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1033. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  1034. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1035. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  1036. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1037. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1038. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1039. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1040. </List>
  1041. <!-- ##################################################################### -->
  1042. <!-- Arg: <UserName> | Effect: SendCoin to Other character, TypeCoin: 0:WCoin - 1:GoblinPoint -> Ex: /sendcoin <TypeCoin> <Value> <UserName> -->
  1043. <List ID="74" Authority="1" Text="/sendcoin">
  1044. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  1045. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1046. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  1047. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1048. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  1049. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1050. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1051. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1052. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1053. </List>
  1054. <!-- ##################################################################### -->
  1055. <!-- Arg: <None> | Effect: Character AutoResets -->
  1056. <List ID="75" Authority="1" Text="/autoreset">
  1057. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  1058. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1059. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  1060. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1061. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  1062. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1063. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1064. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1065. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1066. </List>
  1067. <!-- ##################################################################### -->
  1068. <!-- Arg: Message Lang/Englisg.xml <Msg ID="454" Text="[Online] User:%d, GM:%d, OffLevel:%d, OffTrade:%d" /> -->
  1069. <List ID="76" Authority="1" Text="/online">
  1070. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  1071. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1072. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  1073. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1074. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  1075. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1076. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1077. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1078. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1079. </List>
  1080. <!-- ##################################################################### -->
  1081. <!-- Arg: <NumberSkill> <EnableAutoBuff> | Effect: command /autoattack setting in OffLevel.xml. example: /autoreset 39(ice storm) 0(disable autobuff) -->
  1082. <List ID="77" Authority="1" Text="/autoattack">
  1083. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  1084. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1085. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  1086. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1087. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  1088. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1089. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1090. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1091. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1092. </List>
  1093. <!-- ##################################################################### -->
  1094. <!-- Arg: Effect: command /scramble <answer> -->
  1095. <List ID="78" Authority="1" Text="/scramble">
  1096. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  1097. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1098. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  1099. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1100. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  1101. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1102. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1103. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1104. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1105. </List>
  1106. <!-- ##################################################################### -->
  1107. <!-- Arg: Effect: command /cp <cupon code> -->
  1108. <List ID="79" Authority="1" Text="/cp">
  1109. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  1110. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1111. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  1112. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1113. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  1114. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1115. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1116. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1117. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1118. </List>
  1119. <!-- ##################################################################### -->
  1120. <!-- Arg: Effect: command /resetml -->
  1121. <List ID="80" Authority="1" Text="/resetml">
  1122. <EnableCmd Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1123. <MinLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  1124. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  1125. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1126. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  1127. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1128. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1129. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1130. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1131. <ResetML Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/> <!-- RESET MASTER LEVEL(0: NO / 1: YES) -->
  1132. <ResetMP Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/> <!-- RESET MASTER POINT(0: NO / 1: YES) -->
  1133. <NeedMinML Free="420" Vip1="420" Vip2="420" Vip3="420" Vip4="420"/> <!-- NEED MINIMUM MASTER LEVEL -->
  1134. <MoveGate Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/> <!-- MOVE CHARACTER MAP DEFAULT -->
  1135. <AddMP Free="1" Vip1="2" Vip2="3" Vip3="4" Vip4="5"/> <!-- ADD NEW MASTER POINTs -->
  1136. </List>
  1137. <!-- ##################################################################### -->
  1138. <!-- Arg: <UserName> | Effect: View info Players -->
  1139. <List ID="100" Authority="32" Text="/playerinfo">
  1140. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  1141. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1142. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  1143. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1144. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  1145. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1146. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1147. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1148. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1149. </List>
  1150. <!-- ##################################################################### -->
  1151. <!-- Arg: Effect: command /evo change your class -->
  1152. <List ID="81" Authority="1" Text="/evo">
  1153. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  1154. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1155. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  1156. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1157. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  1158. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1159. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1160. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1161. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1162. </List>
  1163. <!-- ##################################################################### -->
  1164. <!-- Arg: <VipType> <Days> | command /buyvip - VIP status purchase -->
  1165. <List ID="82" Authority="1" Text="/buyvip">
  1166. <EnableCmd Free="1" Vip1="1" Vip2="0" Vip3="0" Vip4="0"/>
  1167. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1168. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  1169. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1170. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  1171. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1172. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1173. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1174. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1175. </List>
  1176. <!-- ##################################################################### -->
  1177. <!-- Arg: Effect: command /marrydivorce -->
  1178. <List ID="83" Authority="1" Text="/marrydivorce">
  1179. <EnableCmd Free="1" Vip1="1" Vip2="1" Vip3="1" Vip4="1"/>
  1180. <MinLevel Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1181. <MaxLevel Free="400" Vip1="400" Vip2="400" Vip3="400" Vip4="400"/>
  1182. <MinReset Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1183. <MaxReset Free="999" Vip1="999" Vip2="999" Vip3="999" Vip4="999"/>
  1184. <PriceZen Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1185. <PriceWC Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1186. <PriceGP Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1187. <PriceRuud Free="0" Vip1="0" Vip2="0" Vip3="0" Vip4="0"/>
  1188. </List>
  1189. </Command>
  1190. </CommandManager>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement