atcommands.yml 31 KB

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