atcommands.yml 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059
  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. - Command: addfame
  41. Aliases:
  42. - famepoint
  43. - famepoints
  44. - Command: addperm
  45. Help: |
  46. Params: <permission_name>
  47. Temporarily add a permission to a player.
  48. - Command: addwarp
  49. Help: |
  50. Params: <map name> <x coord> <y coord> <NPC name>
  51. - Command: adjgroup
  52. Help: |
  53. Params: <level> <char name>
  54. Do a temporary adjustment of the group level of a player.
  55. - Command: agi
  56. Help: |
  57. Params: <amount>
  58. Raises AGI by given amount.
  59. - Command: agitend
  60. Help: |
  61. End War of Emperium
  62. - Command: agitstart
  63. Help: |
  64. Starts War of Emperium
  65. - Command: alive
  66. Help: |
  67. Revives yourself from death.
  68. - Command: allskill
  69. Aliases:
  70. - allskills
  71. - skillall
  72. - skillsall
  73. Help: |
  74. Give you all skills.
  75. - Command: autoloot
  76. Help: |
  77. Params: <on|off|#>
  78. Makes items go straight into your inventory.
  79. - Command: autolootitem
  80. Aliases:
  81. - alootid
  82. - Command: autoloottype
  83. Aliases:
  84. - aloottype
  85. - Command: autotrade
  86. Aliases:
  87. - at
  88. Help: |
  89. Allows you to vend while you are offline.
  90. - Command: baselevelup
  91. Aliases:
  92. - baselevel
  93. - baselvl
  94. - baselvup
  95. - baselvlup
  96. - blevel
  97. - blvl
  98. - lvup
  99. Help: |
  100. Params: <number of levels>
  101. Raises your base level the desired number of levels.
  102. - Command: broadcast
  103. Help: |
  104. Params: <message>
  105. Broadcasts a message with your name (in yellow).
  106. - Command: camerainfo
  107. Aliases:
  108. - viewpointvalue
  109. - setcamera
  110. Help: |
  111. Shows or updates the client's camera settings.
  112. - Command: cash
  113. Help: |
  114. Params: <amount> - Gives you the specified amount of cash points.
  115. - Command: changedress
  116. Aliases:
  117. - nocosplay
  118. Help: |
  119. Removes all character costumes.
  120. - Command: changegm
  121. Help: |
  122. Params: <charname>
  123. Changes the leader of your guild (You must be guild leader)
  124. - Command: changeleader
  125. Help: |
  126. Params: <charname>
  127. Changes the leader of your party (You must be party leader)
  128. - Command: channel
  129. Aliases:
  130. - main
  131. - Command: changesex
  132. Help: |
  133. Changes your gender.
  134. - Command: char_ban
  135. Aliases:
  136. - ban
  137. - banish
  138. - charban
  139. Help: |
  140. Params: <time> <name>\n" "Temporarily ban an account.
  141. time usage: adjustment (+/- value) and element (y/a, m, d/j, h, mn, s)
  142. Example: @ban +1m-2mn1s-6y testplayer
  143. - Command: char_block
  144. Aliases:
  145. - block
  146. Help: |
  147. Params: <char name>
  148. Permanently blocks an account.
  149. - Command: char_unban
  150. Aliases:
  151. - charunban
  152. - unban
  153. - unbanish
  154. Help: |
  155. Params: <name> - Unban an account
  156. - Command: char_unblock
  157. Aliases:
  158. - unblock
  159. Help: |
  160. Params: <char name>
  161. Unblocks an account.
  162. - Command: clone
  163. Help: |
  164. Params: <charname>
  165. Spawns a supportive clone of the given player.
  166. - Command: cloneequip
  167. Aliases:
  168. - eqclone
  169. - Command: clonestat
  170. Aliases:
  171. - stclone
  172. - Command: clouds
  173. Help: |
  174. Makes all maps to have the cloudy weather effect.
  175. - Command: clouds2
  176. Help: |
  177. Makes all maps to have another cloudy weather effect.
  178. - Command: commands
  179. Help: |
  180. Displays a list of commands that you can use.
  181. - Command: con
  182. Help: |
  183. Params: <amount>
  184. Raises CON by given amount.
  185. - Command: crt
  186. Help: |
  187. Params: <amount>
  188. Raises CRT by given amount.
  189. - Command: day
  190. Help: |
  191. Disables night mode and restores regular lighting, all characters are affected.
  192. - Command: dex
  193. Help: |
  194. Params: <amount>
  195. Raises DEX by given amount.
  196. - Command: disguise
  197. Help: |
  198. Params: <monster name|ID>
  199. Change your appearence to other players to a mob.
  200. - Command: disguiseguild
  201. Help: |
  202. Disguises all online characters of a guild.
  203. - Command: divorce
  204. Help: |
  205. Divorce player.
  206. - Command: doom
  207. Help: |
  208. Kills all NON GM chars on the server.
  209. - Command: doommap
  210. Help: |
  211. Kills all non GM characters on the map.
  212. - Command: dropall
  213. Help: |
  214. Params: [<item type>]
  215. Throws all your possession on the ground. No type specified will drop all items.
  216. - Command: duel
  217. Help: |
  218. Starts a duel.
  219. - Command: dye
  220. Aliases:
  221. - ccolor
  222. Help: |
  223. Params: <clothes palette no.>
  224. Changes your characters clothes color.
  225. - Command: effect
  226. Help: |
  227. Params: <effect id> [<flag>]
  228. Give an effect to your character.
  229. - Command: email
  230. Help: |
  231. Params: <current email> <new email>
  232. Changes your account e-mail address.
  233. - Command: enchantgradeui
  234. Help: |
  235. Opens the enchantgrade UI.
  236. - Command: evilclone
  237. Help: |
  238. Params: <charname>
  239. Spawns an aggressive clone of the given player.
  240. - Command: exp
  241. Help: |
  242. Displays current levels and % progress.
  243. - Command: fakename
  244. Help: |
  245. Params: <name>
  246. Changes your name to your choice temporarily.
  247. - Command: fireworks
  248. Help: |
  249. Makes all maps to have the fireworks weather effect.
  250. - Command: fog
  251. Help: |
  252. Makes all maps to have the fog weather effect.
  253. - Command: follow
  254. Help: |
  255. Params: <char name>
  256. Follow a player.
  257. - Command: gat
  258. Help: |
  259. For debugging (you inspect around gat)
  260. - Command: guildlevelup
  261. Aliases:
  262. - glevel
  263. - glvl
  264. - guildlevel
  265. - guildlvl
  266. - guildlvlup
  267. - guildlvup
  268. Help: |
  269. Params: <# of levels>
  270. Raise Guild by desired number of levels
  271. - Command: gmotd
  272. Help: |
  273. Broadcasts the Message of The Day to all players.
  274. - Command: go
  275. Help: |
  276. Params: <city name|number>
  277. Warps you to a city.
  278. -3: (Memo point 2) 14: louyang 31: mora
  279. -2: (Memo point 1) 15: start point 32: dewata
  280. -1: (Memo point 0) 16: prison/jail 33: malangdo island
  281. 0: prontera 17: jawaii 34: malaya port
  282. 1: morocc 18: ayothaya 35: eclage
  283. 2: geffen 19: einbroch 36: lasagna
  284. 3: payon 20: lighthalzen
  285. 4: alberta 21: einbech
  286. 5: izlude 22: hugel
  287. 6: aldebaran 23: rachel
  288. 7: xmas (lutie) 24: veins
  289. 8: comodo 25: moscovia
  290. 9: yuno 26: midgard camp
  291. 10: amatsu 27: manuk
  292. 11: gonryun 28: splendide
  293. 12: umbala 29: brasilis
  294. 13: niflheim 30: el dicastes
  295. - Command: grade
  296. Help: |
  297. Params: <equip position> <+/- amount>
  298. - Command: guild
  299. Help: |
  300. Params: <guild_name>
  301. Create a guild.
  302. - Command: guildrecall
  303. Help: |
  304. Params: <guild name|ID>
  305. Warps all online characters of a guild to you.
  306. - Command: guildspy
  307. Help: |
  308. Params: <guild name|id> - You will receive all messages of the guild channel (Chat logging must be enabled)
  309. - Command: guildstorage
  310. Aliases:
  311. - gstorage
  312. Help: |
  313. Opens guild storage.
  314. - Command: gvgoff
  315. Aliases:
  316. - gpvpoff
  317. Help: |
  318. Disables GvG on the current map
  319. - Command: gvgon
  320. Aliases:
  321. - gpvpon
  322. Help: |
  323. Enables GvG on the current map
  324. - Command: hair_color
  325. Aliases:
  326. - haircolor
  327. - hcolor
  328. Help: |
  329. Params <hair palette no.>
  330. Changes your hair color.
  331. - Command: hair_style
  332. Aliases:
  333. - hairstyle
  334. - hstyle
  335. Help: |
  336. Params: <hairstyle no.>
  337. Changes your hair style.
  338. - Command: hatch
  339. Help: |
  340. Create a pet from your inventory eggs list.
  341. - Command: heal
  342. Help: |
  343. Params: [<HP> <SP>]
  344. Heals the desired amount of HP and SP. No value specified will do a full heal.
  345. - Command: healap
  346. Help: |
  347. Params: [<AP>]
  348. Heals the desired amount of AP. No value specified will do a full AP heal.
  349. - Command: help
  350. Aliases:
  351. - h
  352. Help: |
  353. Params: <command>
  354. Shows help for specified command.
  355. - Command: hide
  356. Help: |
  357. Makes you character invisible (GM invisibility). Type again to become visible.
  358. - Command: hidenpc
  359. Help: |
  360. Params: <NPC name>
  361. Disable a NPC.
  362. - Command: homevolution
  363. Aliases:
  364. - homevolve
  365. - Command: homlevel
  366. Aliases:
  367. - hlvl
  368. - hlevel
  369. - homlvl
  370. - homlvup
  371. - Command: idsearch
  372. Help: |
  373. Params: <part_of_item_name>
  374. Search all items that name have part_of_item_name
  375. - Command: int
  376. Help: |
  377. Params: <amount>
  378. Raises INT by given amount.
  379. - Command: invite
  380. Help: |
  381. Invites a player to a duel.
  382. - Command: item
  383. Help: |
  384. Params: <item name or ID> <quantity>
  385. Gives you the desired item.
  386. - Command: item2
  387. Help: |
  388. Params: <item name or ID> <quantity> <identified_flag> <refine> <broken_flag> <Card1> <Card2> <Card3> <Card4>
  389. Gives you the desired item.
  390. - Command: iteminfo
  391. Aliases:
  392. - ii
  393. Help: |
  394. Params: <item name|ID>
  395. Shows item info (type, price etc).
  396. - Command: itemreset
  397. Aliases:
  398. - clearinventory
  399. Help: |
  400. Remove all your items.
  401. - Command: jail
  402. Help: |
  403. Params: <char name> - Sends specified character in jails
  404. - Command: jobchange
  405. Aliases:
  406. - job
  407. Help: |
  408. Params: <job name|ID>
  409. Changes your job.
  410. ----- Novice / 1st Class -----
  411. 0 Novice 1 Swordman 2 Magician 3 Archer
  412. 4 Acolyte 5 Merchant 6 Thief
  413. ----- 2nd Class -----
  414. 7 Knight 8 Priest 9 Wizard 10 Blacksmith
  415. 11 Hunter 12 Assassin 14 Crusader 15 Monk
  416. 16 Sage 17 Rogue 18 Alchemist 19 Bard
  417. 20 Dancer
  418. ----- High Novice / High 1st Class -----
  419. 4001 Novice High 4002 Swordman High 4003 Magician High 4004 Archer High
  420. 4005 Acolyte High 4006 Merchant High 4007 Thief High
  421. ----- Transcendent 2nd Class -----
  422. 4008 Lord Knight 4009 High Priest 4010 High Wizard 4011 Whitesmith
  423. 4012 Sniper 4013 Assassin Cross 4015 Paladin 4016 Champion
  424. 4017 Professor 4018 Stalker 4019 Creator 4020 Clown
  425. 4021 Gypsy
  426. ----- 3rd Class (Regular) -----
  427. 4054 Rune Knight 4055 Warlock 4056 Ranger 4057 Arch Bishop
  428. 4058 Mechanic 4059 Guillotine Cross 4066 Royal Guard 4067 Sorcerer
  429. 4068 Minstrel 4069 Wanderer 4070 Sura 4071 Genetic
  430. 4072 Shadow Chaser
  431. ----- 3rd Class (Transcendent) -----
  432. 4060 Rune Knight 4061 Warlock 4062 Ranger 4063 Arch Bishop
  433. 4064 Mechanic 4065 Guillotine Cross 4073 Royal Guard 4074 Sorcerer
  434. 4075 Minstrel 4076 Wanderer 4077 Sura 4078 Genetic
  435. 4079 Shadow Chaser
  436. ----- 4th Class -----
  437. 4252 Dragon Knight 4253 Meister 4254 Shadow Cross 4255 Arch Mage
  438. 4256 Cardinal 4257 Windhawk 4258 Imperial Guard 4259 Biolo
  439. 4260 Abyss Chaser 4261 Elemental Master 4262 Inquisitor 4263 Troubadour
  440. 4264 Trouvere
  441. ----- Expanded Class -----
  442. 23 Super Novice 24 Gunslinger 25 Ninja 4045 Super Baby
  443. 4046 Taekwon 4047 Star Gladiator 4049 Soul Linker
  444. 4190 Ex. Super Novice 4191 Ex. Super Baby
  445. 4211 Kagerou 4212 Oboro 4215 Rebellion 4218 Summoner
  446. 4239 Star Emperor 4240 Soul Reaper
  447. 4302 Sky Emperor 4303 Soul Ascetic 4304 Shinkiro 4305 Shiranui
  448. 4306 Night Watch 4307 Hyper Novice 4308 Spirit Handler
  449. ----- Baby Novice And Baby 1st Class -----
  450. 4023 Baby Novice 4024 Baby Swordman 4025 Baby Magician 4026 Baby Archer
  451. 4027 Baby Acolyte 4028 Baby Merchant 4029 Baby Thief
  452. ---- Baby 2nd Class ----
  453. 4030 Baby Knight 4031 Baby Priest 4032 Baby Wizard 4033 Baby Blacksmith
  454. 4034 Baby Hunter 4035 Baby Assassin 4037 Baby Crusader 4038 Baby Monk
  455. 4039 Baby Sage 4040 Baby Rogue 4041 Baby Alchemist 4042 Baby Bard
  456. 4043 Baby Dancer
  457. ---- Baby 3rd Class ----
  458. 4096 Baby Rune Knight 4097 Baby Warlock 4098 Baby Ranger 4099 Baby Arch Bishop
  459. 4100 Baby Mechanic 4101 Baby Glt. Cross 4102 Baby Royal Guard 4103 Baby Sorcerer
  460. 4104 Baby Minstrel 4105 Baby Wanderer 4106 Baby Sura 4107 Baby Genetic
  461. 4108 Baby Shadow Chaser
  462. ---- Expanded Baby Class ----
  463. 4220 Baby Summoner 4222 Baby Ninja 4223 Baby Kagero 4224 Baby Oboro
  464. 4225 Baby Taekwon 4226 Baby Star Glad 4227 Baby Soul Linker 4228 Baby Gunslinger
  465. 4229 Baby Rebellion 4241 Baby Star Emperor 4242 Baby Soul Reaper
  466. - Command: joblevelup
  467. Aliases:
  468. - jlevel
  469. - jlvl
  470. - joblevel
  471. - joblvl
  472. - joblvlup
  473. - joblvup
  474. Help: |
  475. Params: <number of levels>
  476. Raises your job level the desired number of levels.
  477. - Command: jump
  478. Help: |
  479. Params: [<x> [<y>]]
  480. Randomly warps you like a flywing.
  481. - Command: jumpto
  482. Aliases:
  483. - goto
  484. - warpto
  485. Help: |
  486. Params: <char name>
  487. Warps you to selected character.
  488. - Command: kami
  489. Help: |
  490. Params: <message>
  491. Broadcasts a message without your name (in yellow).
  492. - Command: kamib
  493. Help: |
  494. Params: <message>
  495. Broadcasts a message without your name (in blue).
  496. - Command: kick
  497. Help: |
  498. Params: <char name>
  499. Kicks specified character off the server
  500. - Command: kickall
  501. Help: |
  502. Kick all characters off the server
  503. - Command: kill
  504. Aliases:
  505. - die
  506. Help: |
  507. Kills player.
  508. - Command: killable
  509. Help: |
  510. Make your character killable.
  511. - Command: killmonster
  512. Help: |
  513. Params: <map>
  514. Kill all monsters of the map (they drop)
  515. - Command: killmonster2
  516. Help: |
  517. Kills all monsters of your map (without drops).
  518. - Command: ksprotection
  519. Aliases:
  520. - noks
  521. - Command: langtype
  522. Help: |
  523. Params: <language>
  524. Changes your language setting.
  525. - Command: leave
  526. Help: |
  527. Leaves a duel.
  528. - Command: leaves
  529. Help: |
  530. Makes all maps to have the leaves weather effect.
  531. - Command: limitedsale
  532. Help: |
  533. Opens the limited sale window.
  534. - Command: load
  535. Aliases:
  536. - return
  537. Help: |
  538. Warps you to your save point.
  539. - Command: loadnpc
  540. Help: |
  541. Params: <path to script>
  542. Load the specified script file path.
  543. - Command: localbroadcast
  544. Help: |
  545. Params: <message>
  546. Broadcasts a message with your name (in yellow) only on your map.
  547. - Command: lostskill
  548. Help: |
  549. Params: <#>
  550. Takes away the specified quest skill from you
  551. Novice = 142: First Aid, 143: Act Dead
  552. Archer = 147: Create Arrow, 148: Charge Arrow
  553. Swordman = 144: Moving HP Recovery, 145: Attack Weak Point, 146: Auto Berserk
  554. Acolyte = 156: Holy Light
  555. Thief = 149: Throw Sand, 150: Back Sliding, 151: Take Stone, 152: Throw Stone
  556. Merchant = 153: Cart Revolution, 154: Change Cart, 155: Crazy Uproar, 2535: Open Buying Store
  557. Magician = 157: Energy Coat
  558. Hunter = 1009: Phantasmic Arrow
  559. Bard = 1010: Pang Voice
  560. Dancer = 1011: Wink of Charm
  561. Knight = 1001: Charge Attack
  562. Crusader = 1002: Shrink
  563. Priest = 1014: Redemptio
  564. Monk = 1015: Ki Translation, 1016: Ki Explosio
  565. Assassin = 1003: Sonic Acceleration, 1004: Throw Venom Knife
  566. Rogue = 1005: Close Confine
  567. Blacksmith = 1012: Unfair Trick, 1013: Greed
  568. Alchemist = 238: Basis of Life
  569. Wizard = 1006: Sight Blaster
  570. Sage = 1007: Create Elemental Converter, 1008: Elemental Change (Water), 1017: Elemental Change (Earth), 1018: Elemental Change (Fire), 1019: Elemental Change (Wind)
  571. - Command: luk
  572. Help: |
  573. Params: <amount>
  574. Raises LUK by given amount.
  575. - Command: mail
  576. Help: |
  577. Open mail box.
  578. - Command: makeegg
  579. Help: |
  580. Params: <pet_id>
  581. Gives pet egg for monster number in pet DB
  582. - Command: mapexit
  583. Help: |
  584. Kick all players and shut down map-server.
  585. - Command: mapinfo
  586. Help: |
  587. Params: [<0-3> [map]] - Give information about a map (general info +: 0: no more, 1: players, 2: NPC, 3: chatrooms).
  588. - Command: mapmove
  589. Aliases:
  590. - rura
  591. - warp
  592. Help: |
  593. Params: <mapname> [<x> <y>]
  594. Warps you to the selected map and position.
  595. - Command: marry
  596. Help: |
  597. Params: <player name>
  598. Marry another player.
  599. - Command: me
  600. Help: |
  601. Params: <message>
  602. Displays normal text as a message in this format: *name message* (like /me in mIRC).
  603. - Command: memo
  604. Help: |
  605. Params: [memo position]
  606. Set/change a memo location (no position: display memo points).
  607. - Command: mobinfo
  608. Aliases:
  609. - monsterinfo
  610. - mi
  611. Help: |
  612. Params: <monster name|ID>
  613. Shows monster info (stats, exp, drops etc).
  614. - Command: mobsearch
  615. Help: |
  616. Params: <monster name|ID>
  617. Shows the location of a certain mob on the current map.
  618. - Command: model
  619. Help: |
  620. Params: <hair ID: 0-17> <hair color: 0-8> <clothes color: 0-4> - Changes your characters appearence.
  621. - Command: monster
  622. Aliases:
  623. - spawn
  624. Help: |
  625. Params: <monster name|ID> [<number to spawn> [<desired_monster_name> [<x coord> [<y coord>]]]]
  626. @monster2 <desired_monster_name> <monster name|ID> [<number to spawn> [<x coord> [<y coord>]]]
  627. @spawn/@monster/@summon/@monster2 "desired monster name" <monster name|ID> [<number to spawn> [<x coord> [<y coord>]]]
  628. @spawn/@monster/@summon/@monster2 <monster name|ID> "desired monster name" [<number to spawn> [<x coord> [<y coord>]]]
  629. Spawns the desired monster with any desired name.
  630. - Command: monsterbig
  631. Help: |
  632. Params: <monster name|ID>
  633. Spawns a larger version of a monster.
  634. - Command: monsterignore
  635. Aliases:
  636. - battleignore
  637. - Command: monstersmall
  638. Help: |
  639. Params: <monster name|ID>
  640. Spawns a smaller version of a monster.
  641. - Command: mount_peco
  642. Aliases:
  643. - mount
  644. - mountpeco
  645. Help: |
  646. Give/remove a job-based mount (class is required, but not the skill).
  647. - Command: mount2
  648. Help: |
  649. Give/remove a cash mount.
  650. - Command: mutearea
  651. Aliases:
  652. - stfu
  653. - Command: night
  654. Help: |
  655. Enables night mode on all maps, all characters are affected.
  656. - Command: noask
  657. Help: |
  658. Auto rejects deals/invites.
  659. - Command: npcmove
  660. Help: |
  661. Params: <x coord> <y coord> <NPC name>
  662. Move a NPC.
  663. - Command: npctalk
  664. Aliases:
  665. - npctalkc
  666. Help: |
  667. Params: <NPC name> <message>
  668. Forces a NPC to display a message in normal chat.
  669. - Command: nuke
  670. Help: |
  671. Params: <char name>
  672. Blow somebody up, including those surrounding them.
  673. - Command: option
  674. Help: |
  675. Params: <param1> <param2>(stackable) <param3>(stackable)
  676. Adds different visual effects on or around your character.
  677. <param1> <param2> <param3>
  678. 01: Stone 01: Sight 01: Sight 512: Cart Lv. 4
  679. 02: Frozen 02: Curse 02: Hiding 1024: Cart Lv. 5
  680. 03: Stun 04: Silence 04: Cloaking 2048: Orc Head
  681. 04: Sleep 08: Signum 08: Cart Lv. 1 4096: Wedding
  682. 06: Petrify 16: Blind 16: Falcon 8192: Ruwach
  683. 07: Burning 32: Angelus 32: Riding 16384: Chasewalk
  684. 08: Imprison 64: Bleeding 64: Invisible
  685. 16: (Nothing) 128: D. Poison 128: Cart Lv. 2
  686. 32: (Nothing) 256: Fear 256: Cart Lv. 3
  687. - Command: party
  688. Help: |
  689. Params: <party_name>
  690. Create a party.
  691. - Command: partyrecall
  692. Help: |
  693. Params: <party name|ID>
  694. Warps all online characters of a party to you.
  695. - Command: partyspy
  696. Help: |
  697. @partyspy <party name|id> - You will receive all messages of the party channel (Chat logging must be enabled)
  698. - Command: petfriendly
  699. Help: |
  700. Params: <#>
  701. Set pet friendly amount (0-1000) 1000 = Max
  702. - Command: pethungry
  703. Help: |
  704. Params: <#>
  705. Set pet hungry amount (0-100) 100 = Max
  706. - Command: petrename
  707. Help: |
  708. Re-enable pet rename
  709. - Command: pettalk
  710. Help: |
  711. Params: <message>
  712. Makes your pet say a message.
  713. - Command: points
  714. Help: |
  715. Params: <amount> - Gives you the specified amount of Kafra Points.
  716. - Command: pow
  717. Help: |
  718. Params: <amount>
  719. Raises POW by given amount.
  720. - Command: produce
  721. Help: |
  722. Params: <equip name or equip ID> <element> <# of very's>
  723. Element: 0=None 1=Ice 2=Earth 3=Fire 4=Wind
  724. You can add up to 3 Star Crumbs and 1 element
  725. - Command: pvpoff
  726. Help: |
  727. Disables PvP on the current map
  728. - Command: pvpon
  729. Help: |
  730. Enables PvP on the current map
  731. - Command: questskill
  732. Help: |
  733. Params: <#>
  734. Gives you the specified quest skill
  735. Novice = 142: First Aid, 143: Act Dead
  736. Archer = 147: Create Arrow, 148: Charge Arrow
  737. Swordman = 144: Moving HP Recovery, 145: Attack Weak Point, 146: Auto Berserk
  738. Acolyte = 156: Holy Light
  739. Thief = 149: Throw Sand, 150: Back Sliding, 151: Take Stone, 152: Throw Stone
  740. Merchant = 153: Cart Revolution, 154: Change Cart, 155: Crazy Uproar, 2535: Open Buying Store
  741. Magician = 157: Energy Coat
  742. Hunter = 1009: Phantasmic Arrow
  743. Bard = 1010: Pang Voice
  744. Dancer = 1011: Wink of Charm
  745. Knight = 1001: Charge Attack
  746. Crusader = 1002: Shrink
  747. Priest = 1014: Redemptio
  748. Monk = 1015: Ki Translation, 1016: Ki Explosio
  749. Assassin = 1003: Sonic Acceleration, 1004: Throw Venom Knife
  750. Rogue = 1005: Close Confine
  751. Blacksmith = 1012: Unfair Trick, 1013: Greed
  752. Alchemist = 238: Basis of Life
  753. Wizard = 1006: Sight Blaster
  754. Sage = 1007: Create Elemental Converter, 1008: Elemental Change (Water), 1017: Elemental Change (Earth), 1018: Elemental Change (Fire), 1019: Elemental Change (Wind)
  755. - Command: raise
  756. Aliases:
  757. - revive
  758. Help: |
  759. Params: <char name>
  760. Revives target character.
  761. - Command: raisemap
  762. Help: |
  763. Resurrects all characters on the map.
  764. - Command: rates
  765. Help: |
  766. Displays the server's current rates.
  767. - Command: recall
  768. Help: |
  769. Params: <char name>
  770. Warps target character to you.
  771. - Command: recallall
  772. Help: |
  773. Warps every character online to you.
  774. - Command: refine
  775. Help: |
  776. Params: <equip position> <+/- amount>
  777. - Command: reject
  778. Help: |
  779. Rejects an invitation to a duel.
  780. - Command: reloadachievementdb
  781. Help: |
  782. Reload achievement database.
  783. - Command: reloadatcommand
  784. Help: |
  785. Reload atcommand settings.
  786. - Command: reloadattendancedb
  787. Help: |
  788. Reload attendance database.
  789. - Command: reloadbattleconf
  790. Help: |
  791. Reload battle settings.
  792. - Command: reloadcashdb
  793. Aliases:
  794. - reloadcashshop
  795. Help: |
  796. Reload cash shop database.
  797. - Command: reloadinstancedb
  798. Help: |
  799. Reload instance database.
  800. - Command: reloaditemdb
  801. Help: |
  802. Reload item database.
  803. - Command: reloadmobdb
  804. Help: |
  805. Reload monster database.
  806. - Command: reloadmotd
  807. Help: |
  808. Reload Message of the Day.
  809. - Command: reloadmsgconf
  810. Help: |
  811. Reload message configuration.
  812. - Command: reloadpcdb
  813. Help: |
  814. Reload player settings.
  815. - Command: reloadquestdb
  816. Help: |
  817. Reload quest database.
  818. - Command: reloadscript
  819. Help: |
  820. Reload all scripts.
  821. - Command: reloadskilldb
  822. Help: |
  823. Reload skills definition database.
  824. - Command: reloadstatusdb
  825. Help: |
  826. Reload status settings.
  827. - Command: repairall
  828. Help: |
  829. Repair all items of your inventory
  830. - Command: request
  831. Help: |
  832. Params: <message>
  833. Sends a message to all connected GMs (via the gm whisper system)
  834. - Command: resetcooltime
  835. Aliases:
  836. - resetcooldown
  837. Help: |
  838. Resets the cooldown of all skills of the player and if active also of the homunculus or the mercenary.
  839. - Command: resetskill
  840. Aliases:
  841. - skreset
  842. - Command: resetstat
  843. Aliases:
  844. - streset
  845. - Command: rmvperm
  846. Help: |
  847. Params: <permission_name>
  848. Temporarily remove a permission from a player.
  849. - Command: roulette
  850. Help: |
  851. Opens the roulette UI.
  852. - Command: sakura
  853. Help: |
  854. Makes all maps to have the sakura weather effect.
  855. - Command: save
  856. Help: |
  857. Sets respawn point to current spot.
  858. - Command: send
  859. Help: |
  860. Params: <Hex Number> [<value>]
  861. For debugging (packet variety)
  862. - Command: servertime
  863. Aliases:
  864. - date
  865. - serverdate
  866. - time
  867. Help: |
  868. Shows the date and time of the server.
  869. - Command: setcard
  870. Help: |
  871. Adds a card or enchant to the specific slot of the equipment.
  872. - Command: showdelay
  873. Help: |
  874. Shows/hides the "There is a delay after this skill" message.
  875. - Command: showexp
  876. Help: |
  877. Displays/hides experience gained.
  878. - Command: shownpc
  879. Help: |
  880. Params: <NPC name>
  881. Enable a NPC.
  882. - Command: showzeny
  883. Help: |
  884. Displays/hides Zeny gained.
  885. - Command: size
  886. Help: |
  887. Params: <0-2> Changes your size (0-Normal 1-Small 2-Large)
  888. - Command: sizeall
  889. Help: |
  890. Changes the size of all players.
  891. - Command: sizeguild
  892. Help: |
  893. Changes the size of all online characters of a guild.
  894. - Command: skillid
  895. Help: |
  896. Params: <name>
  897. Look up a skill by name
  898. - Command: skilloff
  899. Help: |
  900. Turn skills off for a map.
  901. - Command: skillon
  902. Help: |
  903. Turn skills on for a map.
  904. - Command: skillpoint
  905. Aliases:
  906. - skpoint
  907. Help: |
  908. Params: <number of points> - Gives you the desired number of skill points.
  909. - Command: skilltree
  910. Help: |
  911. Params: <skillnum> <charname>
  912. Prints the skill tree needed to get a skill for the target player.
  913. - Command: slaveclone
  914. Help: |
  915. Params: <charname>
  916. Spawns a supportive clone of the given player that follows the creator around.
  917. - Command: snow
  918. Help: |
  919. Makes all maps to have the snow weather effect.
  920. - Command: sound
  921. Help: |
  922. Params: <path to file in data folder or GRF file>
  923. Plays a sound from the data folder or GRF file located on the client.
  924. - Command: speed
  925. Help: |
  926. Params: <1-1000>
  927. Changes you walking speed. 1 being the fastest and 1000 the slowest. Default is 150.
  928. - Command: spiritball
  929. Help: |
  930. Params: <1-100>
  931. Gives you "spirit spheres" like from the skill "Call Spirits".
  932. - Command: spl
  933. Help: |
  934. Params: <amount>
  935. Raises SPL by given amount.
  936. - Command: sta
  937. Help: |
  938. Params: <amount>
  939. Raises STA by given amount.
  940. - Command: stat_all
  941. Aliases:
  942. - allstat
  943. - allstats
  944. - statall
  945. - statsall
  946. Help: |
  947. Params: <value>
  948. Adds value in all stats (maximum if no value).
  949. - Command: statuspoint
  950. Aliases:
  951. - stpoint
  952. Help: |
  953. Params: <number of points> - Gives you the desired number of stat points.
  954. - Command: stockall
  955. Help: |
  956. Params: [<item type>]
  957. Transfer items from cart to your inventory. No type specified will transfer all items.
  958. - Command: storage
  959. Help: |
  960. Opens storage.
  961. - Command: storeall
  962. Help: |
  963. Puts all your possessions in storage.
  964. - Command: str
  965. Help: |
  966. Params: <amount>
  967. Raises STR by given amount.
  968. - Command: trade
  969. Help: |
  970. Params: <char name> - Open a trade window with a another player
  971. - Command: trait_all
  972. Aliases:
  973. - alltrait
  974. - alltraits
  975. - traitall
  976. - traitsall
  977. Help: |
  978. Params: <value>
  979. Adds value in all traits (maximum if no value).
  980. - Command: traitpoint
  981. Aliases:
  982. - trpoint
  983. Help: |
  984. Params: <number of points> - Gives you the desired number of trait stat points.
  985. - Command: undisguise
  986. Help: |
  987. Restore your normal appearance.
  988. - Command: undisguiseguild
  989. Help: |
  990. Restore the normal appearance of all characters of a guild.
  991. - Command: unjail
  992. Aliases:
  993. - discharge
  994. Help: |
  995. Params: <char name>
  996. Discharges specified character/prisoner
  997. - Command: unloadnpc
  998. Help: |
  999. Params: <NPC name>
  1000. Unload the specified NPC according to name.
  1001. - Command: unloadnpcfile
  1002. Help: |
  1003. Params: <path>
  1004. Unload the specified script file path.
  1005. - Command: uptime
  1006. Help: |
  1007. Displays how long the server has been online.
  1008. - Command: useskill
  1009. Help: |
  1010. Params: <skillid> <skillv> <target>
  1011. Use a skill on target
  1012. - Command: version
  1013. Help: |
  1014. Displays SVN version of the server.
  1015. - Command: vit
  1016. Help: |
  1017. Params: <amount>
  1018. Raises VIT by given amount.
  1019. - Command: where
  1020. Help: |
  1021. Params: <char name>
  1022. Tells you the location of a character.
  1023. - Command: who
  1024. Aliases:
  1025. - whois
  1026. Help: |
  1027. Params: [<name>]
  1028. Shows a list of online players and their party and guild.
  1029. - Command: who2
  1030. Help: |
  1031. Params: [<name>]
  1032. Shows a list of online players and their job.
  1033. - Command: who3
  1034. Help: |
  1035. Params: [<name>]
  1036. Shows a list of online players and their location.
  1037. - Command: whodrops
  1038. Help: |
  1039. Params: <item name|ID>
  1040. Shows who drops an item (monster with highest drop rates).
  1041. - Command: whogm
  1042. Help: |
  1043. Params: [match_text] - Like @who+@who2+who3, but only for GM.
  1044. - Command: whomap
  1045. Help: |
  1046. @whomap/@whomap2/@whomap3 [map] - like @who/@who2/@who3 but only for specified map.
  1047. - Command: wis
  1048. Help: |
  1049. Params: <amount>
  1050. Raises WIS by given amount.
  1051. - Command: zeny
  1052. Help: |
  1053. Params: <amount> - Gives you desired amount of Zeny.
  1054. Footer:
  1055. Imports:
  1056. - Path: conf/import/atcommands.yml