atcommands.yml 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506
  1. # This file is a part of rAthena.
  2. # Copyright(C) 2017 rAthena Development Team
  3. # https://rathena.org - https://github.com/rathena
  4. #
  5. # This program is free software: you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation, either version 3 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. #
  18. ###########################################################################
  19. # Atcommand Database
  20. ###########################################################################
  21. #
  22. # Atcommand Settings
  23. #
  24. ###########################################################################
  25. # - Command Command name.
  26. # Aliases: Aliases for the command. (Optional)
  27. # - <AliasName>
  28. # Help Help message for the command. (Optional)
  29. ###########################################################################
  30. Header:
  31. Type: ATCOMMAND_DB
  32. Version: 1
  33. Body:
  34. - Command: accept
  35. Help: |
  36. Accepts an invitation to a duel.
  37. - Command: accinfo
  38. Aliases:
  39. - accountinfo
  40. Help: |
  41. Params: <char name>. Searches for a character with the name <char name>. You may use % as a placeholder.
  42. Params: <account ID>. Searches login information for the account <account ID>.
  43. Displays basic information about the account with the account ID <account ID> or with the character <char name> on it.
  44. - Command: addfame
  45. Aliases:
  46. - famepoint
  47. - famepoints
  48. Help: |
  49. Params: <amount>.
  50. Adds or reduces the player's fame points by <amount>.
  51. - Command: addperm
  52. Help: |
  53. Params: <permission_name>
  54. Temporarily add a permission to a player.
  55. - Command: addwarp
  56. Help: |
  57. Params: <map name> <x coord> <y coord> <NPC name>
  58. - Command: adjgroup
  59. Help: |
  60. Params: <level> <char name>
  61. Do a temporary adjustment of the group level of a player.
  62. - Command: adopt
  63. Help: |
  64. Params: <char name>
  65. Adopts the specified player <char name>.
  66. - Command: agi
  67. Help: |
  68. Params: <amount>
  69. Raises AGI by given amount.
  70. - Command: agitend
  71. Help: |
  72. End War of Emperium
  73. - Command: agitend2
  74. Help: |
  75. End War of Emperium SE
  76. - Command: agitend3
  77. Help: |
  78. End War of Emperium TE
  79. - Command: agitstart
  80. Help: |
  81. Starts War of Emperium
  82. - Command: agitstart2
  83. Help: |
  84. Starts War of Emperium SE
  85. - Command: agitstart3
  86. Help: |
  87. Starts War of Emperium TE
  88. - Command: alive
  89. Help: |
  90. Revives yourself from death.
  91. - Command: allowks
  92. Help: |
  93. Enables or disables kill stealing on this map.
  94. - Command: allskill
  95. Aliases:
  96. - allskills
  97. - skillall
  98. - skillsall
  99. Help: |
  100. Give you all skills.
  101. - Command: auction
  102. Help: |
  103. Opens the auction window.
  104. - Command: autoloot
  105. Help: |
  106. Params: <on|off|#>
  107. Makes items go straight into your inventory.
  108. - Command: autolootitem
  109. Aliases:
  110. - alootid
  111. Help: |
  112. Params: None. Shows a short help.
  113. Params: +<Item ID> to add an item ID
  114. Params: -<Item ID> to remove an item ID
  115. Params: reset to remove all item IDs
  116. Makes items of this specific item ID go straight into your inventory.
  117. - Command: autoloottype
  118. Aliases:
  119. - aloottype
  120. Help: |
  121. Params: None. Shows a short help.
  122. Params: +<type name/ID> to add an item type
  123. Params: -<type name/ID> to remove an item type
  124. Params: reset to remove all item types
  125. Makes items of this specific item type go straight into your inventory.
  126. Type List:
  127. healing = 0, usable = 2, etc = 3, weapon = 4, armor = 5,
  128. card = 6, petegg = 7, petarmor = 8, ammo = 10
  129. - Command: autotrade
  130. Aliases:
  131. - at
  132. Help: |
  133. Allows you to vend while you are offline.
  134. - Command: ban
  135. Aliases:
  136. - banish
  137. Help: |
  138. Params: <time> <name>\n" "Temporarily ban an account.
  139. time usage: adjustment (+/- value) and element (y/a, m, d/j, h, mn, s)
  140. Example: @ban +1m-2mn1s-6y testplayer
  141. - Command: baselevelup
  142. Aliases:
  143. - baselevel
  144. - baselvl
  145. - baselvup
  146. - baselvlup
  147. - blevel
  148. - blvl
  149. - lvup
  150. Help: |
  151. Params: <number of levels>
  152. Raises your base level the desired number of levels.
  153. - Command: bodystyle
  154. Help: |
  155. Params: <bodystyle> - value between 0-1
  156. Changes the character's bodystyle to <bodystyle>.
  157. - Command: breakguild
  158. Help: |
  159. Breaks the guild of the attached character.
  160. You must be the guildmaster to use this command.
  161. - Command: broadcast
  162. Help: |
  163. Params: <message>
  164. Broadcasts a message with your name (in yellow).
  165. - Command: camerainfo
  166. Aliases:
  167. - viewpointvalue
  168. - setcamera
  169. Help: |
  170. Shows or updates the client's camera settings.
  171. - Command: cart
  172. Help: |
  173. Params: <cart ID>
  174. Gives or removes a cart to a player and also change the cart skin.
  175. Available cart IDs:
  176. 0: remove cart
  177. 1-5: normal carts
  178. 6-9: new carts
  179. - Command: cartlist
  180. Help: |
  181. Displays a list of items in the cart.
  182. - Command: cash
  183. Help: |
  184. Params: <amount> - Gives you the specified amount of cash points.
  185. - Command: changedress
  186. Aliases:
  187. - nocosplay
  188. Help: |
  189. Removes all character costumes.
  190. - Command: changegm
  191. Help: |
  192. Params: <charname>
  193. Changes the leader of your guild (You must be guild leader)
  194. - Command: changeleader
  195. Help: |
  196. Params: <charname>
  197. Changes the leader of your party (You must be party leader)
  198. - Command: channel
  199. Aliases:
  200. - main
  201. Help: |
  202. If you run this command without any parameters, you will get a more detailed help information.
  203. - Command: changecharsex
  204. Help: |
  205. Changes your character's gender.
  206. - Command: changelook
  207. Help: |
  208. Params: <position> <view ID>
  209. Changes the player's appearance to the specified view ID.
  210. Available positions:
  211. 1: Top
  212. 2: Middle
  213. 3: Bottom
  214. 4: Weapon
  215. 5: Shield
  216. 6: Shoes
  217. 7: Robe
  218. 8: Bodystyle
  219. - Command: changesex
  220. Help: |
  221. Changes your account's gender.
  222. - Command: char_ban
  223. Aliases:
  224. - charban
  225. Help: |
  226. Params: <time> <name>
  227. Temporarily ban a character.
  228. time usage: adjustment (+/- value) and element (y/a, m, d/j, h, mn, s)
  229. Example: @char_ban +1m-2mn1s-6y testplayer
  230. - Command: char_block
  231. Aliases:
  232. - block
  233. Help: |
  234. Params: <char name>
  235. Permanently blocks an account.
  236. - Command: char_unban
  237. Aliases:
  238. - charunban
  239. Help: |
  240. Params: <name>
  241. Unban a character
  242. - Command: char_unblock
  243. Aliases:
  244. - unblock
  245. Help: |
  246. Params: <char name>
  247. Unblocks an account.
  248. - Command: charcommands
  249. Help: |
  250. Displays a list of charcommands that you can use.
  251. - Command: checkquest
  252. Help: |
  253. Params: <quest ID>
  254. Shows status information for the quest with quest ID <quest ID>.
  255. - Command: clanspy
  256. Help: |
  257. Params: <clan name|id>
  258. You will receive all messages of the clan chat (Chat logging must be enabled)
  259. - Command: cleanarea
  260. Aliases:
  261. - cleararea
  262. Help: |
  263. Deletes floor items in sight range.
  264. - Command: cleanmap
  265. Aliases:
  266. - clearmap
  267. Help: |
  268. Deletes floor items on the current map.
  269. - Command: clearcart
  270. Help: |
  271. Deletes all items in the cart.
  272. - Command: cleargstorage
  273. Help: |
  274. Deletes all items in the guild storage.
  275. - Command: clearstorage
  276. Help: |
  277. Deletes all items in the storage.
  278. - Command: clearweather
  279. Help: |
  280. Stops all weather effects on the current map.
  281. - Command: clone
  282. Help: |
  283. Params: <charname>
  284. Spawns a supportive clone of the given player.
  285. - Command: cloneequip
  286. Aliases:
  287. - eqclone
  288. Help: |
  289. Params: <char name>
  290. Params: <char ID>
  291. Copies the equipment of player <char name/char ID>.
  292. - Command: clonestat
  293. Aliases:
  294. - stclone
  295. Help: |
  296. Params: <char name>
  297. Params: <char ID>
  298. Copies the status values of player <char name/char ID>.
  299. - Command: clouds
  300. Help: |
  301. Makes all maps to have the cloudy weather effect.
  302. - Command: clouds2
  303. Help: |
  304. Makes all maps to have another cloudy weather effect.
  305. - Command: commands
  306. Help: |
  307. Displays a list of atcommands that you can use.
  308. - Command: completequest
  309. Help: |
  310. Params: <quest ID>
  311. Completes the quest with quest ID <quest ID>.
  312. - Command: con
  313. Help: |
  314. Params: <amount>
  315. Raises CON by given amount.
  316. - Command: costume
  317. Help: |
  318. Params: <costume>
  319. Changes the player's visible appearance to that of the selected <costume>.
  320. Available costumes:
  321. Hanbok
  322. Oktoberfest
  323. Summer
  324. Wedding
  325. Xmas
  326. - Command: crt
  327. Help: |
  328. Params: <amount>
  329. Raises CRT by given amount.
  330. - Command: day
  331. Help: |
  332. Disables night mode and restores regular lighting, all characters are affected.
  333. - Command: delitem
  334. Help: |
  335. Params: <item name> <amount>
  336. Params: <item ID> <amount>
  337. Deletes <amount> of the specified item <item name/ID> from the player's inventory.
  338. - Command: dex
  339. Help: |
  340. Params: <amount>
  341. Raises DEX by given amount.
  342. - Command: disguise
  343. Help: |
  344. Params: <monster name|ID>
  345. Change your appearence to other players to a mob.
  346. - Command: disguiseall
  347. Help: |
  348. Params: <monster name|ID>
  349. Disguises all online characters.
  350. - Command: disguiseguild
  351. Help: |
  352. Params: <monster name|ID>
  353. Disguises all online characters of a guild.
  354. - Command: displayskill
  355. Help: |
  356. Params: <skill ID> {<skill level>}
  357. Displays the skill animation of a skill without really using the skill.
  358. - Command: displayskillcast
  359. Help: |
  360. Params: <skill ID> {<skill level> <ground target flag> <cast time>}
  361. Displays the cast animation of a skill without really casting the skill.
  362. - Command: displayskillunit
  363. Help: |
  364. Params: <skill unit ID> {<skill level> <range>}
  365. Displays the skill unit animation of a skill unit without really using the skill.
  366. - Command: displaystatus
  367. Help: |
  368. Params: <status ID> <flag> <tick> {<val1> <val2> <val3>}
  369. Displays the status animation of a status change without really having the status change.
  370. - Command: divorce
  371. Help: |
  372. Divorce player.
  373. - Command: doom
  374. Help: |
  375. Kills all NON GM chars on the server.
  376. - Command: doommap
  377. Help: |
  378. Kills all non GM characters on the map.
  379. - Command: dropall
  380. Help: |
  381. Params: [<item type>]
  382. Throws all your possession on the ground. No type specified will drop all items.
  383. - Command: duel
  384. Help: |
  385. Starts a duel.
  386. - Command: dye
  387. Aliases:
  388. - ccolor
  389. Help: |
  390. Params: <clothes palette no.>
  391. Changes your characters clothes color.
  392. - Command: effect
  393. Help: |
  394. Params: <effect id> [<flag>]
  395. Give an effect to your character.
  396. - Command: email
  397. Help: |
  398. Params: <current email> <new email>
  399. Changes your account e-mail address.
  400. - Command: enchantgradeui
  401. Help: |
  402. Opens the enchantgrade UI.
  403. - Command: erasequest
  404. Help: |
  405. Params: <quest ID>
  406. Removes the quest <quest ID> from the quest log.
  407. - Command: evilclone
  408. Help: |
  409. Params: <charname>
  410. Spawns an aggressive clone of the given player.
  411. - Command: exp
  412. Help: |
  413. Displays current levels and % progress.
  414. - Command: fakename
  415. Help: |
  416. Params: <name>
  417. Changes your name to your choice temporarily.
  418. - Command: feelreset
  419. Help: |
  420. Resets a Star Gladiator's marked maps.
  421. - Command: fireworks
  422. Help: |
  423. Makes all maps to have the fireworks weather effect.
  424. - Command: fog
  425. Help: |
  426. Makes all maps to have the fog weather effect.
  427. - Command: font
  428. Help: |
  429. Params: <type> - value between 0-9
  430. Sets the client font to <type>.
  431. Available types:
  432. 0: Default
  433. 1: RixLoveangel
  434. 2: RixSquirrel
  435. 3: NHCgogo
  436. 4: RixDiary
  437. 5: RixMiniHeart
  438. 6: RixFreshman
  439. 7: RixKid
  440. 8: RixMagic
  441. 9: RixJJangu
  442. - Command: fontcolor
  443. Help: |
  444. Params: <color_name>
  445. Sets channel chat font color for the invoking character only.
  446. - Command: follow
  447. Help: |
  448. Params: <char name>
  449. Follow a player.
  450. - Command: fullstrip
  451. Help: |
  452. Params: <char name>
  453. Unequips all items currently equipped by <char name>.
  454. - Command: gat
  455. Help: |
  456. For debugging (you inspect around gat)
  457. - Command: guildlevelup
  458. Aliases:
  459. - glevel
  460. - glvl
  461. - guildlevel
  462. - guildlvl
  463. - guildlvlup
  464. - guildlvup
  465. Help: |
  466. Params: <# of levels>
  467. Raise Guild by desired number of levels
  468. - Command: gmotd
  469. Help: |
  470. Broadcasts the Message of The Day to all players.
  471. - Command: go
  472. Help: |
  473. Params: <city name|number>
  474. Warps you to a city.
  475. -3: (Memo point 2) 14: louyang 31: mora
  476. -2: (Memo point 1) 15: start point 32: dewata
  477. -1: (Memo point 0) 16: prison/jail 33: malangdo island
  478. 0: prontera 17: jawaii 34: malaya port
  479. 1: morocc 18: ayothaya 35: eclage
  480. 2: geffen 19: einbroch 36: lasagna
  481. 3: payon 20: lighthalzen
  482. 4: alberta 21: einbech
  483. 5: izlude 22: hugel
  484. 6: aldebaran 23: rachel
  485. 7: xmas (lutie) 24: veins
  486. 8: comodo 25: moscovia
  487. 9: yuno 26: midgard camp
  488. 10: amatsu 27: manuk
  489. 11: gonryun 28: splendide
  490. 12: umbala 29: brasilis
  491. 13: niflheim 30: el dicastes
  492. - Command: grade
  493. Help: |
  494. Params: <equip position> <+/- amount>
  495. - Command: guild
  496. Help: |
  497. Params: <guild_name>
  498. Create a guild.
  499. - Command: guildrecall
  500. Help: |
  501. Params: <guild name|ID>
  502. Warps all online characters of a guild to you.
  503. - Command: guildspy
  504. Help: |
  505. Params: <guild name|id>
  506. You will receive all messages of the guild chat (Chat logging must be enabled)
  507. - Command: guildstorage
  508. Aliases:
  509. - gstorage
  510. Help: |
  511. Opens guild storage.
  512. - Command: gvgoff
  513. Aliases:
  514. - gpvpoff
  515. Help: |
  516. Disables GvG on the current map
  517. - Command: gvgon
  518. Aliases:
  519. - gpvpon
  520. Help: |
  521. Enables GvG on the current map
  522. - Command: hair_color
  523. Aliases:
  524. - haircolor
  525. - hcolor
  526. Help: |
  527. Params <hair palette no.>
  528. Changes your hair color.
  529. - Command: hair_style
  530. Aliases:
  531. - hairstyle
  532. - hstyle
  533. Help: |
  534. Params: <hairstyle no.>
  535. Changes your hair style.
  536. - Command: hatch
  537. Help: |
  538. Create a pet from your inventory eggs list.
  539. - Command: hatereset
  540. Help: |
  541. Resets a Star Gladiator's marked monsters.
  542. - Command: heal
  543. Help: |
  544. Params: [<HP> <SP>]
  545. Heals the desired amount of HP and SP. No value specified will do a full heal.
  546. - Command: healap
  547. Help: |
  548. Params: [<AP>]
  549. Heals the desired amount of AP. No value specified will do a full AP heal.
  550. - Command: help
  551. Aliases:
  552. - h
  553. Help: |
  554. Params: <command>
  555. Shows help for specified command.
  556. - Command: hide
  557. Help: |
  558. Makes you character invisible (GM invisibility). Type again to become visible.
  559. - Command: hidenpc
  560. Help: |
  561. Params: <NPC name>
  562. Disable a NPC.
  563. - Command: homevolution
  564. Aliases:
  565. - homevolve
  566. Help: |
  567. Evolves your homunculus, if possible.
  568. - Command: homfriendly
  569. Help: |
  570. Params: <level of intimacy> - value between 0-1000
  571. Sets your homunculus intimacy level to the desired value.
  572. - Command: homhungry
  573. Help: |
  574. Params: <level of hunger> - value between 0-100
  575. Sets your homunculus hunger level to the desired value.
  576. - Command: hominfo
  577. Help: |
  578. Displays homunculus stats.
  579. - Command: homlevel
  580. Aliases:
  581. - hlvl
  582. - hlevel
  583. - homlvl
  584. - homlvup
  585. Help: |
  586. Params: <level>
  587. Increases the homunculus level by <level>.
  588. - Command: hommutate
  589. Help: |
  590. Params: <mutated homunculus ID>
  591. Mutates your homunculus to <mutated homunculus ID>, if possible.
  592. - Command: homshuffle
  593. Help: |
  594. Recalculates the homunculus stats, as if the homunculus was leveled again from level 1.
  595. - Command: homstats
  596. Help: |
  597. Displays homunculus stats.
  598. - Command: homtalk
  599. Help: |
  600. Params: <message>
  601. Let the player's homunculus say the text <message>.
  602. - Command: identify
  603. Help: |
  604. Opens the identification window if any unidentified items are in your inventory.
  605. - Command: identifyall
  606. Help: |
  607. Any unidentified items in your inventory will automatically be identified.
  608. - Command: idsearch
  609. Help: |
  610. Params: <part_of_item_name>
  611. Search all items that name have part_of_item_name
  612. - Command: int
  613. Help: |
  614. Params: <amount>
  615. Raises INT by given amount.
  616. - Command: invite
  617. Help: |
  618. Invites a player to a duel.
  619. - Command: item
  620. Help: |
  621. Params: <item name or ID> <quantity>
  622. Gives you the desired item.
  623. - Command: item2
  624. Help: |
  625. Params: <item name or ID> <quantity> <identified_flag> <refine> <broken_flag> <Card1> <Card2> <Card3> <Card4>
  626. Gives you the desired item.
  627. - Command: itembound
  628. Help: |
  629. Params: <item name or ID> <quantity> <bound type>
  630. Creates an item bounded to the character.
  631. The items cannot be dropped, sold, vended, auctioned, or mailed, and in some cases cannot be traded or stored.
  632. Available bound types:
  633. 1: Account
  634. 2: Guild
  635. 3: Party
  636. 4: Character
  637. - Command: itembound2
  638. Help: |
  639. Params: <item name or ID> <quantity> <identified_flag> <refine> <broken_flag> <Card1> <Card2> <Card3> <Card4> <bound type>
  640. Creates an item bounded to the character.
  641. The items cannot be dropped, sold, vended, auctioned, or mailed, and in some cases cannot be traded or stored.
  642. Available bound types:
  643. 1: Account
  644. 2: Guild
  645. 3: Party
  646. 4: Character
  647. - Command: iteminfo
  648. Aliases:
  649. - ii
  650. Help: |
  651. Params: <item name|ID>
  652. Shows item info (type, price etc).
  653. - Command: itemlist
  654. Aliases:
  655. - inventorylist
  656. Help: |
  657. Displays a list of items in the inventory.
  658. - Command: itemreset
  659. Aliases:
  660. - clearinventory
  661. Help: |
  662. Remove all your items.
  663. - Command: jail
  664. Help: |
  665. Params: <char name>
  666. Sends specified character in jails.
  667. - Command: jailfor
  668. Help: |
  669. Params: <time> <char name>
  670. Sends specified character in jails for the given <time>.
  671. - Command: jailtime
  672. Help: |
  673. Displays remaining jail time.
  674. - Command: jobchange
  675. Aliases:
  676. - job
  677. Help: |
  678. Params: <job name|ID>
  679. Changes your job.
  680. ----- Novice / 1st Class -----
  681. 0 Novice 1 Swordman 2 Magician 3 Archer
  682. 4 Acolyte 5 Merchant 6 Thief
  683. ----- 2nd Class -----
  684. 7 Knight 8 Priest 9 Wizard 10 Blacksmith
  685. 11 Hunter 12 Assassin 14 Crusader 15 Monk
  686. 16 Sage 17 Rogue 18 Alchemist 19 Bard
  687. 20 Dancer
  688. ----- High Novice / High 1st Class -----
  689. 4001 Novice High 4002 Swordman High 4003 Magician High 4004 Archer High
  690. 4005 Acolyte High 4006 Merchant High 4007 Thief High
  691. ----- Transcendent 2nd Class -----
  692. 4008 Lord Knight 4009 High Priest 4010 High Wizard 4011 Whitesmith
  693. 4012 Sniper 4013 Assassin Cross 4015 Paladin 4016 Champion
  694. 4017 Professor 4018 Stalker 4019 Creator 4020 Clown
  695. 4021 Gypsy
  696. ----- 3rd Class (Regular) -----
  697. 4054 Rune Knight 4055 Warlock 4056 Ranger 4057 Arch Bishop
  698. 4058 Mechanic 4059 Guillotine Cross 4066 Royal Guard 4067 Sorcerer
  699. 4068 Minstrel 4069 Wanderer 4070 Sura 4071 Genetic
  700. 4072 Shadow Chaser
  701. ----- 3rd Class (Transcendent) -----
  702. 4060 Rune Knight 4061 Warlock 4062 Ranger 4063 Arch Bishop
  703. 4064 Mechanic 4065 Guillotine Cross 4073 Royal Guard 4074 Sorcerer
  704. 4075 Minstrel 4076 Wanderer 4077 Sura 4078 Genetic
  705. 4079 Shadow Chaser
  706. ----- 4th Class -----
  707. 4252 Dragon Knight 4253 Meister 4254 Shadow Cross 4255 Arch Mage
  708. 4256 Cardinal 4257 Windhawk 4258 Imperial Guard 4259 Biolo
  709. 4260 Abyss Chaser 4261 Elemental Master 4262 Inquisitor 4263 Troubadour
  710. 4264 Trouvere
  711. ----- Expanded Class -----
  712. 23 Super Novice 24 Gunslinger 25 Ninja 4045 Super Baby
  713. 4046 Taekwon 4047 Star Gladiator 4049 Soul Linker
  714. 4190 Ex. Super Novice 4191 Ex. Super Baby
  715. 4211 Kagerou 4212 Oboro 4215 Rebellion 4218 Summoner
  716. 4239 Star Emperor 4240 Soul Reaper
  717. 4302 Sky Emperor 4303 Soul Ascetic 4304 Shinkiro 4305 Shiranui
  718. 4306 Night Watch 4307 Hyper Novice 4308 Spirit Handler
  719. ----- Baby Novice And Baby 1st Class -----
  720. 4023 Baby Novice 4024 Baby Swordman 4025 Baby Magician 4026 Baby Archer
  721. 4027 Baby Acolyte 4028 Baby Merchant 4029 Baby Thief
  722. ---- Baby 2nd Class ----
  723. 4030 Baby Knight 4031 Baby Priest 4032 Baby Wizard 4033 Baby Blacksmith
  724. 4034 Baby Hunter 4035 Baby Assassin 4037 Baby Crusader 4038 Baby Monk
  725. 4039 Baby Sage 4040 Baby Rogue 4041 Baby Alchemist 4042 Baby Bard
  726. 4043 Baby Dancer
  727. ---- Baby 3rd Class ----
  728. 4096 Baby Rune Knight 4097 Baby Warlock 4098 Baby Ranger 4099 Baby Arch Bishop
  729. 4100 Baby Mechanic 4101 Baby Glt. Cross 4102 Baby Royal Guard 4103 Baby Sorcerer
  730. 4104 Baby Minstrel 4105 Baby Wanderer 4106 Baby Sura 4107 Baby Genetic
  731. 4108 Baby Shadow Chaser
  732. ---- Expanded Baby Class ----
  733. 4220 Baby Summoner 4222 Baby Ninja 4223 Baby Kagero 4224 Baby Oboro
  734. 4225 Baby Taekwon 4226 Baby Star Glad 4227 Baby Soul Linker 4228 Baby Gunslinger
  735. 4229 Baby Rebellion 4241 Baby Star Emperor 4242 Baby Soul Reaper
  736. - Command: joblevelup
  737. Aliases:
  738. - jlevel
  739. - jlvl
  740. - joblevel
  741. - joblvl
  742. - joblvlup
  743. - joblvup
  744. Help: |
  745. Params: <number of levels>
  746. Raises your job level the desired number of levels.
  747. - Command: join
  748. Help: |
  749. Params: <#channel_name> {<password>}
  750. Joins the specified channel <#channel_name>, if necessary by using the supplied <password>.
  751. - Command: jump
  752. Help: |
  753. Params: [<x> [<y>]]
  754. Randomly warps you like a flywing.
  755. - Command: jumpto
  756. Aliases:
  757. - goto
  758. - warpto
  759. Help: |
  760. Params: <char name>
  761. Warps you to selected character.
  762. - Command: kami
  763. Help: |
  764. Params: <message>
  765. Broadcasts a message without your name (in yellow).
  766. - Command: kamib
  767. Help: |
  768. Params: <message>
  769. Broadcasts a message without your name (in blue).
  770. - Command: kamic
  771. Help: |
  772. Params: <color> <message> - color is a hexadecimal value
  773. Broadcasts a message without your name in the color <color>.
  774. - Command: kick
  775. Help: |
  776. Params: <char name>
  777. Kicks specified character off the server
  778. - Command: kickall
  779. Help: |
  780. Kick all characters off the server
  781. - Command: kill
  782. Aliases:
  783. - die
  784. Help: |
  785. Kills player.
  786. - Command: killable
  787. Help: |
  788. Allows other players to attack you outside of PvP.
  789. - Command: killer
  790. Help: |
  791. Allows you to attack other players outside of PvP.
  792. - Command: killmonster
  793. Help: |
  794. Params: <map>
  795. Kill all monsters of the map (they drop)
  796. - Command: killmonster2
  797. Help: |
  798. Kills all monsters of your map (without drops).
  799. - Command: ksprotection
  800. Aliases:
  801. - noks
  802. Help: |
  803. Params: None. Disables kill stealing protection or displays a help message.
  804. Params: self. Enables kill stealing protection against any other players.
  805. Params: party. Enables kill stealing protection against any other players not in your party.
  806. Params: guilds. Enables kill stealing protection against any other players not in your guild.
  807. Prevents other players from kill stealing.
  808. - Command: langtype
  809. Help: |
  810. Params: <language>
  811. Changes your language setting.
  812. - Command: leave
  813. Help: |
  814. Leaves a duel.
  815. - Command: leaves
  816. Help: |
  817. Makes all maps to have the leaves weather effect.
  818. - Command: limitedsale
  819. Help: |
  820. Opens the limited sale window.
  821. - Command: lkami
  822. Help: |
  823. Params: <message>
  824. Broadcasts a message without your name on the current map (in yellow).
  825. - Command: load
  826. Aliases:
  827. - return
  828. Help: |
  829. Warps you to your save point.
  830. - Command: loadnpc
  831. Help: |
  832. Params: <path to script>
  833. Load the specified script file path.
  834. - Command: localbroadcast
  835. Help: |
  836. Params: <message>
  837. Broadcasts a message with your name (in yellow) only on your map.
  838. - Command: lostskill
  839. Help: |
  840. Params: <#>
  841. Takes away the specified quest skill from you
  842. Novice = 142: First Aid, 143: Act Dead
  843. Archer = 147: Create Arrow, 148: Charge Arrow
  844. Swordman = 144: Moving HP Recovery, 145: Attack Weak Point, 146: Auto Berserk
  845. Acolyte = 156: Holy Light
  846. Thief = 149: Throw Sand, 150: Back Sliding, 151: Take Stone, 152: Throw Stone
  847. Merchant = 153: Cart Revolution, 154: Change Cart, 155: Crazy Uproar, 2535: Open Buying Store
  848. Magician = 157: Energy Coat
  849. Hunter = 1009: Phantasmic Arrow
  850. Bard = 1010: Pang Voice
  851. Dancer = 1011: Wink of Charm
  852. Knight = 1001: Charge Attack
  853. Crusader = 1002: Shrink
  854. Priest = 1014: Redemptio
  855. Monk = 1015: Ki Translation, 1016: Ki Explosio
  856. Assassin = 1003: Sonic Acceleration, 1004: Throw Venom Knife
  857. Rogue = 1005: Close Confine
  858. Blacksmith = 1012: Unfair Trick, 1013: Greed
  859. Alchemist = 238: Basis of Life
  860. Wizard = 1006: Sight Blaster
  861. Sage = 1007: Create Elemental Converter, 1008: Elemental Change (Water), 1017: Elemental Change (Earth), 1018: Elemental Change (Fire), 1019: Elemental Change (Wind)
  862. - Command: luk
  863. Help: |
  864. Params: <amount>
  865. Raises LUK by given amount.
  866. - Command: macrochecker
  867. Help: |
  868. Params: <mapname>
  869. Trigger a macro detection on all players of the given map.
  870. - Command: mail
  871. Help: |
  872. Open mail box.
  873. - Command: makeegg
  874. Help: |
  875. Params: <pet_id>
  876. Gives pet egg for monster number in pet DB
  877. - Command: makehomun
  878. Help: |
  879. Params: <homunculus ID>
  880. Creates a homunculus with the given <homunculus ID>.
  881. - Command: mapexit
  882. Help: |
  883. Kick all players and shut down map-server.
  884. - Command: mapflag
  885. Help: |
  886. Params: None - Shows mapflags that are active on the current map.
  887. Params: "available" - Shows a list of possible mapflags.
  888. Params: <name> - Activates mapflag <name> on the current map.
  889. - Command: mapinfo
  890. Help: |
  891. Params: [<0-3> [map]]
  892. Give information about a map (general info +: 0: no more, 1: players, 2: NPC, 3: chatrooms).
  893. - Command: mapmove
  894. Aliases:
  895. - rura
  896. - warp
  897. Help: |
  898. Params: <mapname> [<x> <y>]
  899. Warps you to the selected map and position.
  900. - Command: marry
  901. Help: |
  902. Params: <player name>
  903. Marry another player.
  904. - Command: me
  905. Help: |
  906. Params: <message>
  907. Displays normal text as a message in this format: *name message* (like /me in mIRC).
  908. - Command: memo
  909. Help: |
  910. Params: [memo position]
  911. Set/change a memo location (no position: display memo points).
  912. - Command: misceffect
  913. Help: |
  914. Params: <effect ID>
  915. Does some visual effect on the character.
  916. Available effect IDs:
  917. 0 = base level up
  918. 1 = job level up
  919. 2 = refine failure
  920. 3 = refine success
  921. 4 = game over
  922. 5 = pharmacy success
  923. 6 = pharmacy failure
  924. 7 = base level up (super novice)
  925. 8 = job level up (super novice)
  926. 9 = base level up (taekwon)
  927. - Command: mobinfo
  928. Aliases:
  929. - monsterinfo
  930. - mi
  931. Help: |
  932. Params: <monster name|ID>
  933. Shows monster info (stats, exp, drops etc).
  934. - Command: mobsearch
  935. Help: |
  936. Params: <monster name|ID>
  937. Shows the location of a certain mob on the current map.
  938. - Command: model
  939. Help: |
  940. Params: <hair ID: 0-17> <hair color: 0-8> <clothes color: 0-4> - Changes your characters appearence.
  941. - Command: monster
  942. Aliases:
  943. - spawn
  944. Help: |
  945. Params: <monster name|ID> [<number to spawn> [<desired_monster_name> [<x coord> [<y coord>]]]]
  946. @monster2 <desired_monster_name> <monster name|ID> [<number to spawn> [<x coord> [<y coord>]]]
  947. @spawn/@monster/@summon/@monster2 "desired monster name" <monster name|ID> [<number to spawn> [<x coord> [<y coord>]]]
  948. @spawn/@monster/@summon/@monster2 <monster name|ID> "desired monster name" [<number to spawn> [<x coord> [<y coord>]]]
  949. Spawns the desired monster with any desired name.
  950. - Command: monsterbig
  951. Help: |
  952. Params: <monster name|ID>
  953. Spawns a larger version of a monster.
  954. - Command: monsterignore
  955. Aliases:
  956. - battleignore
  957. Help: |
  958. Makes the player unattackable by monsters, other players, etc.
  959. - Command: monstersmall
  960. Help: |
  961. Params: <monster name|ID>
  962. Spawns a smaller version of a monster.
  963. - Command: mount_peco
  964. Aliases:
  965. - mount
  966. - mountpeco
  967. Help: |
  968. Give/remove a job-based mount (class is required, but not the skill).
  969. - Command: mount2
  970. Help: |
  971. Give/remove a cash mount.
  972. - Command: mute
  973. Help: |
  974. Params: <char name>
  975. Mutes the player <char name> (prevents talking, usage of skills, and commands).
  976. - Command: mutearea
  977. Aliases:
  978. - stfu
  979. Help: |
  980. Params: <time> amount of minutes to mute the players
  981. Mutes every player on screen for the specified time (prevents talking, usage of skills, and commands).
  982. - Command: night
  983. Help: |
  984. Enables night mode on all maps, all characters are affected.
  985. - Command: noask
  986. Help: |
  987. Auto rejects deals/invites.
  988. - Command: npcmove
  989. Help: |
  990. Params: <x coord> <y coord> <NPC name>
  991. Move a NPC.
  992. - Command: npctalk
  993. Aliases:
  994. - npctalkc
  995. Help: |
  996. Params: <NPC name> <message>
  997. Forces a NPC to display a message in normal chat.
  998. - Command: nuke
  999. Help: |
  1000. Params: <char name>
  1001. Blow somebody up, including those surrounding them.
  1002. - Command: option
  1003. Help: |
  1004. Params: <param1> <param2>(stackable) <param3>(stackable)
  1005. Adds different visual effects on or around your character.
  1006. <param1> <param2> <param3>
  1007. 01: Stone 01: Sight 01: Sight 512: Cart Lv. 4
  1008. 02: Frozen 02: Curse 02: Hiding 1024: Cart Lv. 5
  1009. 03: Stun 04: Silence 04: Cloaking 2048: Orc Head
  1010. 04: Sleep 08: Signum 08: Cart Lv. 1 4096: Wedding
  1011. 06: Petrify 16: Blind 16: Falcon 8192: Ruwach
  1012. 07: Burning 32: Angelus 32: Riding 16384: Chasewalk
  1013. 08: Imprison 64: Bleeding 64: Invisible
  1014. 16: (Nothing) 128: D. Poison 128: Cart Lv. 2
  1015. 32: (Nothing) 256: Fear 256: Cart Lv. 3
  1016. - Command: party
  1017. Help: |
  1018. Params: <party_name>
  1019. Create a party.
  1020. - Command: partyoption
  1021. Help: |
  1022. Params: <item sharing> <item distribution> - yes/no
  1023. Changes party options for item sharing and item distribution.
  1024. - Command: partyrecall
  1025. Help: |
  1026. Params: <party name|ID>
  1027. Warps all online characters of a party to you.
  1028. - Command: partysharelvl
  1029. Help: |
  1030. Params: <level difference>
  1031. Temporarily adjusts the party share level range to <level difference>.
  1032. - Command: partyspy
  1033. Help: |
  1034. @partyspy <party name|id> - You will receive all messages of the party channel (Chat logging must be enabled)
  1035. - Command: petfriendly
  1036. Help: |
  1037. Params: <#>
  1038. Set pet friendly amount (0-1000) 1000 = Max
  1039. - Command: pethungry
  1040. Help: |
  1041. Params: <#>
  1042. Set pet hungry amount (0-100) 100 = Max
  1043. - Command: petrename
  1044. Help: |
  1045. Re-enable pet rename
  1046. - Command: pettalk
  1047. Help: |
  1048. Params: <message>
  1049. Makes your pet say a message.
  1050. - Command: points
  1051. Help: |
  1052. Params: <amount> - Gives you the specified amount of Kafra Points.
  1053. - Command: pow
  1054. Help: |
  1055. Params: <amount>
  1056. Raises POW by given amount.
  1057. - Command: produce
  1058. Help: |
  1059. Params: <equip name or equip ID> <element> <# of very's>
  1060. Element: 0=None 1=Ice 2=Earth 3=Fire 4=Wind
  1061. You can add up to 3 Star Crumbs and 1 element
  1062. - Command: pvpoff
  1063. Help: |
  1064. Disables PvP on the current map
  1065. - Command: pvpon
  1066. Help: |
  1067. Enables PvP on the current map
  1068. - Command: questskill
  1069. Help: |
  1070. Params: <#>
  1071. Gives you the specified quest skill
  1072. Novice = 142: First Aid, 143: Act Dead
  1073. Archer = 147: Create Arrow, 148: Charge Arrow
  1074. Swordman = 144: Moving HP Recovery, 145: Attack Weak Point, 146: Auto Berserk
  1075. Acolyte = 156: Holy Light
  1076. Thief = 149: Throw Sand, 150: Back Sliding, 151: Take Stone, 152: Throw Stone
  1077. Merchant = 153: Cart Revolution, 154: Change Cart, 155: Crazy Uproar, 2535: Open Buying Store
  1078. Magician = 157: Energy Coat
  1079. Hunter = 1009: Phantasmic Arrow
  1080. Bard = 1010: Pang Voice
  1081. Dancer = 1011: Wink of Charm
  1082. Knight = 1001: Charge Attack
  1083. Crusader = 1002: Shrink
  1084. Priest = 1014: Redemptio
  1085. Monk = 1015: Ki Translation, 1016: Ki Explosio
  1086. Assassin = 1003: Sonic Acceleration, 1004: Throw Venom Knife
  1087. Rogue = 1005: Close Confine
  1088. Blacksmith = 1012: Unfair Trick, 1013: Greed
  1089. Alchemist = 238: Basis of Life
  1090. Wizard = 1006: Sight Blaster
  1091. Sage = 1007: Create Elemental Converter, 1008: Elemental Change (Water), 1017: Elemental Change (Earth), 1018: Elemental Change (Fire), 1019: Elemental Change (Wind)
  1092. - Command: raise
  1093. Aliases:
  1094. - revive
  1095. Help: |
  1096. Params: <char name>
  1097. Revives target character.
  1098. - Command: raisemap
  1099. Help: |
  1100. Resurrects all characters on the map.
  1101. - Command: rates
  1102. Help: |
  1103. Displays the server's current rates.
  1104. - Command: recall
  1105. Help: |
  1106. Params: <char name>
  1107. Warps target character to you.
  1108. - Command: recallall
  1109. Help: |
  1110. Warps every character online to you.
  1111. - Command: refine
  1112. Help: |
  1113. Params: <equip position> <+/- amount>
  1114. - Command: refineui
  1115. Help: |
  1116. Opens the refine UI.
  1117. - Command: refineui
  1118. Help: |
  1119. Opens the refine UI.
  1120. - Command: refresh
  1121. Help: |
  1122. Synchronizes the position and state between client and server.
  1123. - Command: refreshall
  1124. Help: |
  1125. Synchronizes the position and state of all players between client and server.
  1126. - Command: reject
  1127. Help: |
  1128. Automatically reject duel invitations.
  1129. - Command: reloadachievementdb
  1130. Help: |
  1131. Reload achievement database.
  1132. - Command: reloadatcommand
  1133. Help: |
  1134. Reload atcommand settings.
  1135. - Command: reloadattendancedb
  1136. Help: |
  1137. Reload attendance database.
  1138. - Command: reloadbarterdb
  1139. Help: |
  1140. Reload the barter database.
  1141. - Command: reloadbattleconf
  1142. Help: |
  1143. Reload battle settings.
  1144. - Command: reloadcashdb
  1145. Aliases:
  1146. - reloadcashshop
  1147. Help: |
  1148. Reload cash shop database.
  1149. - Command: reloadinstancedb
  1150. Help: |
  1151. Reload instance database.
  1152. - Command: reloaditemdb
  1153. Help: |
  1154. Reload item database.
  1155. - Command: reloadlogconf
  1156. Help: |
  1157. Reload the log settings.
  1158. - Command: reloadmobdb
  1159. Help: |
  1160. Reload monster database.
  1161. - Command: reloadmotd
  1162. Help: |
  1163. Reload Message of the Day.
  1164. - Command: reloadmsgconf
  1165. Help: |
  1166. Reload message configuration.
  1167. - Command: reloadnpcfile
  1168. Help: |
  1169. Params: <path> - path to script
  1170. Unloads and loads a script file from <path>.
  1171. - Command: reloadpcdb
  1172. Help: |
  1173. Reload player settings.
  1174. - Command: reloadquestdb
  1175. Help: |
  1176. Reload quest database.
  1177. - Command: reloadscript
  1178. Help: |
  1179. Reload all scripts.
  1180. - Command: reloadskilldb
  1181. Help: |
  1182. Reload skills definition database.
  1183. - Command: reloadstatusdb
  1184. Help: |
  1185. Reload status settings.
  1186. - Command: repairall
  1187. Help: |
  1188. Repair all items of your inventory
  1189. - Command: request
  1190. Help: |
  1191. Params: <message>
  1192. Sends a message to all connected GMs (via the gm whisper system)
  1193. - Command: reset
  1194. Help: |
  1195. Resets the player's status and skill points.
  1196. - Command: resetcooltime
  1197. Aliases:
  1198. - resetcooldown
  1199. Help: |
  1200. Resets the cooldown of all skills of the player and if active also of the homunculus or the mercenary.
  1201. - Command: resetskill
  1202. Aliases:
  1203. - skreset
  1204. Help: |
  1205. Resets the player's skill points.
  1206. - Command: resetstat
  1207. Aliases:
  1208. - streset
  1209. Help: |
  1210. Resets the player's status points.
  1211. - Command: resurrect
  1212. Help: |
  1213. Resurrects a player, if the necessary conditions (items in inventory or status changes) are fulfilled.
  1214. - Command: rmvperm
  1215. Help: |
  1216. Params: <permission_name>
  1217. Temporarily remove a permission from a player.
  1218. - Command: roulette
  1219. Help: |
  1220. Opens the roulette UI.
  1221. - Command: sakura
  1222. Help: |
  1223. Makes all maps to have the sakura weather effect.
  1224. - Command: save
  1225. Help: |
  1226. Sets respawn point to current spot.
  1227. - Command: send
  1228. Help: |
  1229. Params: <Hex Number> [<value>]
  1230. For debugging (packet variety)
  1231. - Command: servertime
  1232. Aliases:
  1233. - date
  1234. - serverdate
  1235. - time
  1236. Help: |
  1237. Shows the date and time of the server.
  1238. - Command: set
  1239. Help: |
  1240. Params: <variable name> {<value>}
  1241. Shows the value of the variable <variable name>.
  1242. If a <value> is provided, it changes the variable <variable name> to the given value.
  1243. - Command: setbattleflag
  1244. Help: |
  1245. Params: <battle config name> <value> {<reload>}
  1246. Changes <battle config name> to <value> without rebooting the server.
  1247. If <reload> is specified, the monster database will also be reloaded.
  1248. - Command: setcard
  1249. Help: |
  1250. Adds a card or enchant to the specific slot of the equipment.
  1251. - Command: setquest
  1252. Help: |
  1253. Params: <quest ID>
  1254. Activates the quest with quest ID <quest ID>.
  1255. - Command: showdelay
  1256. Help: |
  1257. Shows/hides the "There is a delay after this skill" message.
  1258. - Command: showexp
  1259. Help: |
  1260. Displays/hides experience gained.
  1261. - Command: showmobs
  1262. Help: |
  1263. Params: <monster ID>
  1264. Params: <monster name>
  1265. Locates and displays the position of a certain mob on your mini-map.
  1266. This shows up as a small white cross (+).
  1267. - Command: shownpc
  1268. Help: |
  1269. Params: <NPC name>
  1270. Enable a NPC.
  1271. - Command: showrate
  1272. Help: |
  1273. Enable or disable to show the rate information on every mapchange.
  1274. - Command: showzeny
  1275. Help: |
  1276. Displays/hides Zeny gained.
  1277. - Command: size
  1278. Help: |
  1279. Params: <0-2> Changes your size (0-Normal 1-Small 2-Large)
  1280. - Command: sizeall
  1281. Help: |
  1282. Changes the size of all players.
  1283. - Command: sizeguild
  1284. Help: |
  1285. Changes the size of all online characters of a guild.
  1286. - Command: skillid
  1287. Help: |
  1288. Params: <name>
  1289. Look up a skill by name
  1290. - Command: skilloff
  1291. Help: |
  1292. Turn skills off for a map.
  1293. - Command: skillon
  1294. Help: |
  1295. Turn skills on for a map.
  1296. - Command: skillpoint
  1297. Aliases:
  1298. - skpoint
  1299. Help: |
  1300. Params: <number of points> - Gives you the desired number of skill points.
  1301. - Command: skilltree
  1302. Help: |
  1303. Params: <skillnum> <charname>
  1304. Prints the skill tree needed to get a skill for the target player.
  1305. - Command: slaveclone
  1306. Help: |
  1307. Params: <charname>
  1308. Spawns a supportive clone of the given player that follows the creator around.
  1309. - Command: snow
  1310. Help: |
  1311. Makes all maps to have the snow weather effect.
  1312. - Command: soulball
  1313. Help: |
  1314. Params: <amount> - value between 0-20
  1315. Summons the specified <amount> of soul spheres around you.
  1316. - Command: sound
  1317. Help: |
  1318. Params: <path to file in data folder or GRF file>
  1319. Plays a sound from the data folder or GRF file located on the client.
  1320. - Command: speed
  1321. Help: |
  1322. Params: <1-1000>
  1323. Changes you walking speed. 1 being the fastest and 1000 the slowest. Default is 150.
  1324. - Command: spiritball
  1325. Help: |
  1326. Params: <1-100>
  1327. Gives you "spirit spheres" like from the skill "Call Spirits".
  1328. - Command: spl
  1329. Help: |
  1330. Params: <amount>
  1331. Raises SPL by given amount.
  1332. - Command: sta
  1333. Help: |
  1334. Params: <amount>
  1335. Raises STA by given amount.
  1336. - Command: stat_all
  1337. Aliases:
  1338. - allstat
  1339. - allstats
  1340. - statall
  1341. - statsall
  1342. Help: |
  1343. Params: <value>
  1344. Adds value in all stats (maximum if no value).
  1345. - Command: stats
  1346. Help: |
  1347. Displays the stats of the player in your chat.
  1348. - Command: statuspoint
  1349. Aliases:
  1350. - stpoint
  1351. Help: |
  1352. Params: <number of points> - Gives you the desired number of stat points.
  1353. - Command: stockall
  1354. Help: |
  1355. Params: [<item type>]
  1356. Transfer items from cart to your inventory. No type specified will transfer all items.
  1357. - Command: storage
  1358. Help: |
  1359. Opens storage.
  1360. - Command: storeall
  1361. Help: |
  1362. Puts all your possessions in storage.
  1363. - Command: storagelist
  1364. Help: |
  1365. Displays a list of items in the storage.
  1366. - Command: str
  1367. Help: |
  1368. Params: <amount>
  1369. Raises STR by given amount.
  1370. - Command: stylist
  1371. Help: |
  1372. Opens the stylist user interface.
  1373. - Command: summon
  1374. Help: |
  1375. Params: <monster name/ID> {<duration>}
  1376. Spawns the monster with <monster name/ID> and let it treat you as their master.
  1377. If a duration is specified, it will stay with you until the duration has ended.
  1378. - Command: tonpc
  1379. Help: |
  1380. Params: <NPC name>
  1381. Warps to the specified NPC.
  1382. - Command: trade
  1383. Help: |
  1384. Params: <char name> - Open a trade window with a another player
  1385. - Command: trait_all
  1386. Aliases:
  1387. - alltrait
  1388. - alltraits
  1389. - traitall
  1390. - traitsall
  1391. Help: |
  1392. Params: <value>
  1393. Adds value in all traits (maximum if no value).
  1394. - Command: traitpoint
  1395. Aliases:
  1396. - trpoint
  1397. Help: |
  1398. Params: <number of points> - Gives you the desired number of trait stat points.
  1399. - Command: unban
  1400. Aliases:
  1401. - unbanish
  1402. Help: |
  1403. Params: <name> - Unban an account
  1404. - Command: undisguise
  1405. Help: |
  1406. Restore your normal appearance.
  1407. - Command: undisguiseall
  1408. Help: |
  1409. Restore the normal appearance of all connected players.
  1410. - Command: undisguiseguild
  1411. Help: |
  1412. Restore the normal appearance of all characters of a guild.
  1413. - Command: unjail
  1414. Aliases:
  1415. - discharge
  1416. Help: |
  1417. Params: <char name>
  1418. Discharges specified character/prisoner
  1419. - Command: unloadnpc
  1420. Help: |
  1421. Params: <NPC name>
  1422. Unload the specified NPC according to name.
  1423. - Command: unloadnpcfile
  1424. Help: |
  1425. Params: <path>
  1426. Unload the specified script file path.
  1427. - Command: unmute
  1428. Help: |
  1429. Params: <char name>
  1430. Unmutes the player <char name>.
  1431. - Command: uptime
  1432. Help: |
  1433. Displays how long the server has been online.
  1434. - Command: users
  1435. Help: |
  1436. Displays the distribution of players on the server per map.
  1437. - Command: useskill
  1438. Help: |
  1439. Params: <skillid> <skillv> <target>
  1440. Use a skill on target
  1441. - Command: version
  1442. Help: |
  1443. Displays SVN version of the server.
  1444. - Command: vip
  1445. Help: |
  1446. Params: <+/- time> <char name>
  1447. Set a player in VIP mode for a limited time.
  1448. Time elements: y/a, m, d/j, h, mn, s
  1449. - Command: vit
  1450. Help: |
  1451. Params: <amount>
  1452. Raises VIT by given amount.
  1453. - Command: where
  1454. Help: |
  1455. Params: <char name>
  1456. Tells you the location of a character.
  1457. - Command: whereis
  1458. Help: |
  1459. Params: <monster name/ID>
  1460. Displays the maps in which monster <monster name/ID> normally spawns.
  1461. - Command: who
  1462. Aliases:
  1463. - whois
  1464. Help: |
  1465. Params: [<name>]
  1466. Shows a list of online players and their party and guild.
  1467. - Command: who2
  1468. Help: |
  1469. Params: [<name>]
  1470. Shows a list of online players and their job.
  1471. - Command: who3
  1472. Help: |
  1473. Params: [<name>]
  1474. Shows a list of online players and their location.
  1475. - Command: whodrops
  1476. Help: |
  1477. Params: <item name|ID>
  1478. Shows who drops an item (monster with highest drop rates).
  1479. - Command: whogm
  1480. Help: |
  1481. Params: [match_text] - Like @who+@who2+who3, but only for GM.
  1482. - Command: whomap
  1483. Help: |
  1484. Params: <mapname>
  1485. Like @who but only for specified map <mapname>.
  1486. - Command: whomap2
  1487. Help: |
  1488. Params: <mapname>
  1489. Like @who2 but only for specified map <mapname>.
  1490. - Command: whomap3
  1491. Help: |
  1492. Params: <mapname>
  1493. Like @who3 but only for specified map <mapname>.
  1494. - Command: wis
  1495. Help: |
  1496. Params: <amount>
  1497. Raises WIS by given amount.
  1498. - Command: zeny
  1499. Help: |
  1500. Params: <amount> - Gives you desired amount of Zeny.
  1501. Footer:
  1502. Imports:
  1503. - Path: conf/import/atcommands.yml