atcommands.yml 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016
  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 4050 Gangsi
  292. 4051 Death Knight 4052 Dark Collector 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. ---- Modes And Others ----
  315. 22 Wedding 26 Christmas 27 Summer 28 Hanbok
  316. 29 Oktoberfest 30 Summer 2
  317. 4048 Star Gladiator (Union) 4238 Baby Star Glad (Union)
  318. - Command: option
  319. Help: |
  320. Params: <param1> <param2>(stackable) <param3>(stackable)
  321. Adds different visual effects on or around your character.
  322. <param1> <param2> <param3>
  323. 01: Stone 01: Sight 01: Sight 512: Cart Lv. 4
  324. 02: Frozen 02: Curse 02: Hiding 1024: Cart Lv. 5
  325. 03: Stun 04: Silence 04: Cloaking 2048: Orc Head
  326. 04: Sleep 08: Signum 08: Cart Lv. 1 4096: Wedding
  327. 06: Petrify 16: Blind 16: Falcon 8192: Ruwach
  328. 07: Burning 32: Angelus 32: Riding 16384: Chasewalk
  329. 08: Imprison 64: Bleeding 64: Invisible
  330. 16: (Nothing) 128: D. Poison 128: Cart Lv. 2
  331. 32: (Nothing) 256: Fear 256: Cart Lv. 3
  332. - Command: heal
  333. Help: |
  334. Params: [<HP> <SP>]
  335. Heals the desired amount of HP and SP. No value specified will do a full heal.
  336. - Command: healap
  337. Help: |
  338. Params: [<AP>]
  339. Heals the desired amount of AP. No value specified will do a full AP heal.
  340. - Command: dye
  341. Aliases:
  342. - ccolor
  343. Help: |
  344. Params: <clothes palette no.>
  345. Changes your characters clothes color.
  346. - Command: hairstyle
  347. Aliases:
  348. - hstyle
  349. Help: |
  350. Params: <hairstyle no.>
  351. Changes your hair style.
  352. - Command: haircolor
  353. Aliases:
  354. - hcolor
  355. Help: |
  356. Params <hair palette no.>
  357. Changes your hair color.
  358. - Command: speed
  359. Help: |
  360. Params: <1-1000>
  361. Changes you walking speed. 1 being the fastest and 1000 the slowest. Default is 150.
  362. - Command: effect
  363. Help: |
  364. Params: <effect id> [<flag>]
  365. Give an effect to your character.
  366. - Command: dropall
  367. Help: |
  368. Params: [<item type>]
  369. Throws all your possession on the ground. No type specified will drop 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: produce
  670. Help: |
  671. Params: <equip name or equip ID> <element> <# of very's>
  672. Element: 0=None 1=Ice 2=Earth 3=Fire 4=Wind
  673. You can add up to 3 Star Crumbs and 1 element
  674. - Command: repairall
  675. Help: |
  676. Repair all items of your inventory
  677. - Command: item
  678. Help: |
  679. Params: <item name or ID> <quantity>
  680. Gives you the desired item.
  681. - Command: item2
  682. Help: |
  683. Params: <item name or ID> <quantity> <identified_flag> <refine> <broken_flag> <Card1> <Card2> <Card3> <Card4>
  684. Gives you the desired item.
  685. - Command: pvpon
  686. Help: |
  687. Turns pvp on on the current map
  688. - Command: pvpoff
  689. Help: |
  690. Turns pvp off on the current map
  691. - Command: gvgon
  692. Aliases:
  693. - gpvpon
  694. Help: |
  695. Turns gvg on on the current map
  696. - Command: gvgoff
  697. Aliases:
  698. - gpvpoff
  699. Help: |
  700. Turns gvg off on the current map
  701. - Command: agitstart
  702. Help: |
  703. Starts War of Emperium
  704. - Command: agitend
  705. Help: |
  706. End War of Emperium
  707. - Command: party
  708. Help: |
  709. Params: <party_name>
  710. Create a party.
  711. - Command: guild
  712. Help: |
  713. Params: <guild_name>
  714. Create a guild.
  715. - Command: glvl
  716. Aliases:
  717. - glevel
  718. - guildlvl
  719. - guildlvup
  720. - guildlevel
  721. - guildlvlup
  722. Help: |
  723. Params: <# of levels>
  724. Raise Guild by desired number of levels
  725. - Command: guildrecall
  726. Help: |
  727. Params: <guild name|ID>
  728. Warps all online characters of a guild to you.
  729. - Command: partyrecall
  730. Help: |
  731. Params: <party name|ID>
  732. Warps all online characters of a party to you.
  733. - Command: petrename
  734. Help: |
  735. Re-enable pet rename
  736. - Command: pettalk
  737. Help: |
  738. Params: <message>
  739. Makes your pet say a message.
  740. - Command: petfriendly
  741. Help: |
  742. Params: <#>
  743. Set pet friendly amount (0-1000) 1000 = Max
  744. - Command: pethungry
  745. Help: |
  746. Params: <#>
  747. Set pet hungry amount (0-100) 100 = Max
  748. - Command: hatch
  749. Help: |
  750. Create a pet from your inventory eggs list.
  751. - Command: makeegg
  752. Help: |
  753. Params: <pet_id>
  754. Gives pet egg for monster number in pet DB
  755. - Command: kick
  756. Help: |
  757. Params: <char name>
  758. Kicks specified character off the server
  759. - Command: unjail
  760. Aliases:
  761. - discharge
  762. Help: |
  763. Params: <char name>
  764. Discharges specified character/prisoner
  765. - Command: kill
  766. Aliases:
  767. - die
  768. Help: |
  769. Kills player.
  770. - Command: recall
  771. Help: |
  772. Params: <char name>
  773. Warps target character to you.
  774. - Command: raise
  775. Aliases:
  776. - revive
  777. Help: |
  778. Params: <char name>
  779. Revives target character.
  780. - Command: block
  781. Help: |
  782. Params: <char name>
  783. Permanently blocks an account.
  784. - Command: unblock
  785. Help: |
  786. Params: <char name>
  787. Unblocks an account.
  788. - Command: ban
  789. Aliases:
  790. - banish
  791. Help: |
  792. Params: <time> <name>\n" "Temporarily ban an account.
  793. time usage: adjustment (+/- value) and element (y/a, m, d/j, h, mn, s)
  794. Example: @ban +1m-2mn1s-6y testplayer
  795. - Command: unban
  796. Aliases:
  797. - unbanish
  798. Help: |
  799. Params: <name> - Unban a account
  800. - Command: jail
  801. Help: |
  802. Params: <char name> - Sends specified character in jails
  803. - Command: trade
  804. Help: |
  805. Params: <char name> - Open a trade window with a another player
  806. - Command: recallall
  807. Help: |
  808. Warps every character online to you.
  809. - Command: doom
  810. Help: |
  811. Kills all NON GM chars on the server.
  812. - Command: doommap
  813. Help: |
  814. Kills all non GM characters on the map.
  815. - Command: raisemap
  816. Help: |
  817. Resurrects all characters on the map.
  818. - Command: night
  819. Help: |
  820. Enables night mode on all maps, all characters are affected.
  821. - Command: day
  822. Help: |
  823. Disables night mode and restores regular lighting, all characters are affected.
  824. - Command: skillon
  825. Help: |
  826. Turn skills on for a map.
  827. - Command: skilloff
  828. Help: |
  829. Turn skills off for a map.
  830. - Command: snow
  831. Help: |
  832. Makes all maps to have the snow weather effect.
  833. - Command: clouds
  834. Help: |
  835. Makes all maps to have the cloudy weather effect.
  836. - Command: clouds2
  837. Help: |
  838. Makes all maps to have another cloudy weather effect.
  839. - Command: fog
  840. Help: |
  841. Makes all maps to have the fog weather effect.
  842. - Command: fireworks
  843. Help: |
  844. Makes all maps to have the fireworks weather effect.
  845. - Command: sakura
  846. Help: |
  847. Makes all maps to have the sakura weather effect.
  848. - Command: leaves
  849. Help: |
  850. Makes all maps to have the leaves weather effect.
  851. - Command: shownpc
  852. Help: |
  853. Params: <NPC name>
  854. Enable a NPC.
  855. - Command: hidenpc
  856. Help: |
  857. Params: <NPC name>
  858. Disable a NPC.
  859. - Command: npcmove
  860. Help: |
  861. Params: <x coord> <y coord> <NPC name>
  862. Move a NPC.
  863. - Command: loadnpc
  864. Help: |
  865. Params: <path to script>
  866. Load the specified script file path.
  867. - Command: unloadnpc
  868. Help: |
  869. Params: <NPC name>
  870. Unload the specified NPC according to name.
  871. - Command: unloadnpcfile
  872. Help: |
  873. Params: <path>
  874. Unload the specified script file path.
  875. - Command: adjgroup
  876. Help: |
  877. Params: <level> <char name>
  878. Do a temporary adjustment of the group level of a player.
  879. - Command: addperm
  880. Help: |
  881. Params: <permission_name>
  882. Temporarily add a permission to a player.
  883. - Command: rmvperm
  884. Help: |
  885. Params: <permission_name>
  886. Temporarily remove a permission from a player.
  887. - Command: kickall
  888. Help: |
  889. Kick all characters off the server
  890. - Command: mapexit
  891. Help: |
  892. Kick all players and shut down map-server.
  893. - Command: gat
  894. Help: |
  895. For debugging (you inspect around gat)
  896. - Command: send
  897. Help: |
  898. Params: <Hex Number> [<value>]
  899. For debugging (packet variety)
  900. - Command: nuke
  901. Help: |
  902. Params: <char name>
  903. Blow somebody up, including those surrounding them.
  904. - Command: reloadachievementdb
  905. Help: |
  906. Reload achievement database.
  907. - Command: reloadatcommand
  908. Help: |
  909. Reload atcommand settings.
  910. - Command: reloadattendancedb
  911. Help: |
  912. Reload attendance database.
  913. - Command: reloadbattleconf
  914. Help: |
  915. Reload battle settings.
  916. - Command: reloadinstancedb
  917. Help: |
  918. Reload instance database.
  919. - Command: reloaditemdb
  920. Help: |
  921. Reload item database.
  922. - Command: reloadmobdb
  923. Help: |
  924. Reload monster database.
  925. - Command: reloadmotd
  926. Help: |
  927. Reload Message of the Day.
  928. - Command: reloadmsgconf
  929. Help: |
  930. Reload message configuration.
  931. - Command: reloadpcdb
  932. Help: |
  933. Reload player settings.
  934. - Command: reloadquestdb
  935. Help: |
  936. Reload quest database.
  937. - Command: reloadscript
  938. Help: |
  939. Reload all scripts.
  940. - Command: reloadskilldb
  941. Help: |
  942. Reload skills definition database.
  943. - Command: reloadstatusdb
  944. Help: |
  945. Reload status settings.
  946. - Command: reload
  947. Help: |
  948. Params: <type>
  949. Reload a database or configuration file.
  950. itemdb mobdb skilldb
  951. atcommand battleconf statusdb
  952. pcdb motd script
  953. questdb msgconf packetdb
  954. - Command: langtype
  955. Help: |
  956. Params: <language>
  957. Changes your language setting.
  958. - Command: limitedsale
  959. Help: |
  960. Opens the limited sale window.
  961. - Command: changedress
  962. Aliases:
  963. - nocosplay
  964. Help: |
  965. Removes all character costumes.
  966. - Command: camerainfo
  967. Aliases:
  968. - viewpointvalue
  969. - setcamera
  970. Help: |
  971. Shows or updates the client's camera settings.
  972. - Command: resetstat
  973. Aliases:
  974. - streset
  975. - Command: resetskill
  976. Aliases:
  977. - skreset
  978. - Command: homlevel
  979. Aliases:
  980. - hlvl
  981. - hlevel
  982. - homlvl
  983. - homlvup
  984. - Command: homevolution
  985. Aliases:
  986. - homevolve
  987. - Command: mutearea
  988. Aliases:
  989. - stfu
  990. - Command: monsterignore
  991. Aliases:
  992. - battleignore
  993. - Command: accinfo
  994. Aliases:
  995. - accountinfo
  996. - Command: channel
  997. Aliases:
  998. - main
  999. - Command: autoloottype
  1000. Aliases:
  1001. - aloottype
  1002. - Command: cloneequip
  1003. Aliases:
  1004. - eqclone
  1005. - Command: clonestat
  1006. Aliases:
  1007. - stclone
  1008. - Command: reloadnpcfile
  1009. Aliases:
  1010. - reloadnpc
  1011. Footer:
  1012. Imports:
  1013. - Path: conf/import/atcommands.yml