atcommands.txt 37 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648
  1. //===== rAthena Documentation ================================
  2. //= Atcommand List
  3. //===== By: ==================================================
  4. //= rAthena Dev Team
  5. //===== Last Updated: ========================================
  6. //= 20140123
  7. //===== Description: =========================================
  8. //= List of available atcommands and their functions.
  9. //============================================================
  10. This file describes the usage of in-game commands and assumes that
  11. '/conf/atcommand_athena.conf' has the following:
  12. atcommand_symbol : "@"
  13. charcommand_symbol: "#"
  14. To search for a command, write "@" before the command name (ex. @commands).
  15. The format of this file is as follows:
  16. 1. System Commands
  17. 2. Database Commands
  18. 3. Player Information Commands
  19. 4. Action Commands
  20. 5. Administrative Commands
  21. 6. Party Commands
  22. 7. Guild Commands
  23. 8. Pet Commands
  24. 9. Homunculus Commands
  25. 10. Channel Commands
  26. ======================
  27. | 1. System Commands |
  28. ======================
  29. @version
  30. Displays SVN version of the server.
  31. ---------------------------------------
  32. @rates
  33. Displays the server rates.
  34. Output Example:
  35. Experience rates: Base 1.00x / Job 1.00x
  36. Normal Drop Rates: Common 1.00x / Healing 1.00x / Usable 1.00x Equipment 1.00x / Card 1.00x
  37. Boss Drop Rates: Common 1.00x / Healing 1.00x / Usable 1.00x Equipment 1.00x / Card 1.00x
  38. Other Drop Rates: MvP 1.00x / Card-Based 1.00x / Treasure 1.00x
  39. ---------------------------------------
  40. @time
  41. Displays the local server time, along with day/night information.
  42. ---------------------------------------
  43. @uptime
  44. Show server uptime since last map server restart.
  45. Output Example:
  46. Server Uptime: 3 days, 8 hours, 6 minutes, 4 seconds.
  47. ---------------------------------------
  48. @refresh
  49. @refreshall
  50. Synchronizes the player's position on the client with the one stored on the server.
  51. Additionally, @refreshall will refresh all online players.
  52. ---------------------------------------
  53. @showexp
  54. Toggles the display of experience gain messages.
  55. ---------------------------------------
  56. @showzeny
  57. Toggles the display of Zeny gain messages.
  58. Configuration for zeny being dropped by mobs is in '/conf/battle/monster.conf':
  59. zeny_from_mobs: yes
  60. ---------------------------------------
  61. @showdelay
  62. Shows or hides the red "Cannot use the skills" message.
  63. Output Example:
  64. [Storm Gust] Cannot use the skills.
  65. ---------------------------------------
  66. @noask
  67. Toggles automatic rejection of deals and invites.
  68. ---------------------------------------
  69. @noks
  70. Toggles Kill Steal Protection.
  71. ---------------------------------------
  72. @font <type 0-9>
  73. Sets the client font.
  74. Available types:
  75. -- 0: Default
  76. -- 1: RixLoveangel
  77. -- 2: RixSquirrel
  78. -- 3: NHCgogo
  79. -- 4: RixDiary
  80. -- 5: RixMiniHeart
  81. -- 6: RixFreshman
  82. -- 7: RixKid
  83. -- 8: RixMagic
  84. -- 9: RixJJangu
  85. ---------------------------------------
  86. @agitstart
  87. @agitend
  88. Starts or ends War of Emperium [FE] by invoking scripts with the
  89. OnAgitStart/OnAgitEnd labels.
  90. ---------------------------------------
  91. @agitstart2
  92. @agitend2
  93. Starts or ends War of Emperium [SE] by invoking scripts with the
  94. OnAgitStart2/OnAgitEnd2 labels.
  95. ---------------------------------------
  96. @pvpon
  97. @pvpoff
  98. Enables or disables PvP (Player vs. Player) mode on a map.
  99. ---------------------------------------
  100. @gvgon
  101. @gvgoff
  102. Enables or disables GvG (Guild vs. Guild) mode on a map.
  103. ---------------------------------------
  104. @skillon
  105. @skilloff
  106. Enables or disables skill usage on a map.
  107. ---------------------------------------
  108. @allowks
  109. Toggles Kill Steal Protection on a map.
  110. ---------------------------------------
  111. @day
  112. @night
  113. Sets the server to day or night mode.
  114. ---------------------------------------
  115. @sound <filename>
  116. Plays the specified sound.
  117. ---------------------------------------
  118. @snow
  119. @clouds
  120. @clouds2
  121. @fog
  122. @fireworks
  123. @sakura
  124. @leaves
  125. Toggles weather effects on your map.
  126. ---------------------------------------
  127. @clearweather
  128. Stops all weather effects. May require a map change or @refresh
  129. for the effect to stop client-side.
  130. ---------------------------------------
  131. @mapflag <flag> <value 0-1>
  132. Sets a mapflag for the current map (1 = On, 0 = Off).
  133. ---------------------------------------
  134. @addwarp <map> <x> <y> <npc name>
  135. Creates a warp portal on the character's current coordinates that lasts until the next reboot.
  136. The name parameter is mandatory and if it already exists, the server will automagically assign a name,
  137. and it will be displayed only once in the chat window.
  138. Example:
  139. @addwarp prontera 50 50 my_warp_sample
  140. Output:
  141. New warp NPC 'my_warp_sample' created.
  142. ---------------------------------------
  143. @effect <effect ID>
  144. Creates a visual effect on or around the character.
  145. A list of IDs can be found in '/db/const.txt'.
  146. Descriptions of the effects can be found in '/doc/effect_list.txt'.
  147. ---------------------------------------
  148. @misceffect
  149. Does some visual effect on the character (more info needed).
  150. ---------------------------------------
  151. @displayskill <skill ID> {<skill level>}
  152. Displays the animation of a skill without really using it (debug function).
  153. ---------------------------------------
  154. @option {<param 1> {<param 2> {<param 3>}}}
  155. Adds visual effects to the attached character.
  156. If no parameter is specified, a list of available options will be returned.
  157. ---------------------------------------
  158. @displaystatus <status type> <flag> <tick> {<val1> {<val2> {<val3>}}}
  159. Displays a status change without really applying it (debug function).
  160. ---------------------------------------
  161. @send <Hex Number> {<value>}
  162. Used for testing packet sends from the client (debug function).
  163. Value: <type=B(default),W,L><number> or S<length>"<string>"
  164. ---------------------------------------
  165. @mapinfo {<type 0-3> {<map>}}
  166. Displays information about the current map or the one specified.
  167. Available types:
  168. -- 0: General information and mapflags (always shown).
  169. -- 1: Players.
  170. -- 2: NPCs.
  171. -- 3: Chatrooms.
  172. Output Example:
  173. ------ Map Info ------
  174. Map Name: prontera | Players In Map: 1 | NPCs In Map: 127 | Chats In Map: 0
  175. ------ Map Flags ------
  176. Town Map
  177. Autotrade Enabled
  178. PvP Flags:
  179. GvG Flags:
  180. Teleport Flags:
  181. No Exp Penalty: On | No Zeny Penalty: On
  182. Weather Flags: Displays Night |
  183. Other Flags: NoBranch | Reset |
  184. Other Flags:
  185. ---------------------------------------
  186. @gat
  187. Gives information about terrain/area (debug function).
  188. Output Example:
  189. prontera (x= 165, y= 202) 00 00 00 00 00
  190. prontera (x= 165, y= 201) 01 00 00 00 00
  191. prontera (x= 165, y= 200) 01 00 00 00 00
  192. prontera (x= 165, y= 199) 01 00 00 00 00
  193. prontera (x= 165, y= 198) 01 00 00 00 00
  194. ---------------------------------------
  195. ========================
  196. | 2. Database Commands |
  197. ========================
  198. @mobinfo <mob name/ID>
  199. Displays monster information (rates, stats, drops, MVP data).
  200. Example:
  201. @mobinfo Poring
  202. Output:
  203. Monster: 'Poring'/'Poring'/'PORING' (1002)
  204. Lv: 1 HP:60 Base EXP:27 Job EXP:20 HIT:103 FLEE:183
  205. DEF:2 MDEF:5 STR:6 AGI:1 VIT:1 INT:1 DEX:6 LUK:5
  206. ATK:8~9 Range:1~10~12 Size:Medium Race:Plant Element:Water (Lv:1)
  207. Drops:
  208. - Jellopy 70.00% - Knife[4] 1.00% etc...
  209. ---------------------------------------
  210. @iteminfo <item name/ID>
  211. Displays item information (type, price, weight, drops).
  212. Example:
  213. @iteminfo Jellopy
  214. Output:
  215. Item: 'Jellopy'/'Jellopy'[0] (909) Type: Etc. | Extra Effect: None
  216. NPC Buy:6z, Sell:3z | Weight: 1.0
  217. - Maximal monsters drop change: 75.00%
  218. ---------------------------------------
  219. @whodrops <item name/ID>
  220. Displays a list of mobs which drop the specified item.
  221. Only the highest drop rates are shown.
  222. ---------------------------------------
  223. @autoloot {<%>}
  224. Enables or disables autolooting items from killed mobs.
  225. If a percentage is given, only items dropped at that rate and below will be autolooted.
  226. ---------------------------------------
  227. @alootid <+/- item name/ID>
  228. @alootid reset
  229. Starts or stops autolooting a specified item.
  230. Typing "reset" will clear the autoloot item list.
  231. By default, 10 items can be autolooted at one time.
  232. ---------------------------------------
  233. @autoloottype <+/- type name/ID>
  234. @autoloottype reset
  235. Starts or stops autolooting a specified item type.
  236. Type List: healing = 0, usable = 2, etc = 3, weapon = 4, armor = 5, card = 6, petegg = 7, petarmor = 8, ammo = 10
  237. Typing "reset" will clear the autoloot item list.
  238. ---------------------------------------
  239. @mobsearch <monster name>
  240. Locates and displays the position of a certain mob on the current map.
  241. Output Example:
  242. 1[155:184] Poring
  243. 2[154:188] Poring
  244. 3[127:146] Poring
  245. ---------------------------------------
  246. @idsearch <item name>
  247. Looks up an item by name (or part of a name).
  248. ---------------------------------------
  249. @showmobs <monster name/ID>
  250. Locates and displays the position of a certain mob on your mini-map.
  251. This shows up as a small white cross (+).
  252. ---------------------------------------
  253. @whereis
  254. Displays the maps in which monster normally spawns.
  255. This does not include mobs summoned by scripts.
  256. ---------------------------------------
  257. @skillid <skill name>
  258. Looks up a skill by name (or part of a name).
  259. ---------------------------------------
  260. @skilltree <skill ID> <target>
  261. Lists requirements to obtain the specified skill on the target character.
  262. ---------------------------------------
  263. @questskill {<skill ID>}
  264. @lostskill {<skill ID>}
  265. Permanently adds or removes the specified quest skill.
  266. If no skill ID is specified, a list of available skills will be returned.
  267. ---------------------------------------
  268. @useskill <skill ID> <skill level> <target>
  269. Casts the specified skill.
  270. Example:
  271. @useskill 28 5 Char2
  272. -> casts Level 5 Heal on player Char2
  273. ---------------------------------------
  274. ==================================
  275. | 3. Player Information Commands |
  276. ==================================
  277. @commands
  278. Displays a list of @ commands available to the player.
  279. ---------------------------------------
  280. @charcommands
  281. Displays a list of # commands available to the player.
  282. ---------------------------------------
  283. @help <command>
  284. Displays the help message for the specified command.
  285. ---------------------------------------
  286. @exp
  287. Displays current levels and % progress.
  288. Output Example:
  289. Base Level: 13 (3.323%) | Job Level: 10 (0.000%)
  290. ---------------------------------------
  291. @stats
  292. Displays the stats of the attached player in your chat bar.
  293. ---------------------------------------
  294. @storagelist <player name>
  295. Displays Kafra storage contents of the specified player.
  296. ---------------------------------------
  297. @cartlist <player name>
  298. Displays cart contents of the specified player.
  299. ---------------------------------------
  300. @itemlist
  301. Displays inventory contents of the attached player.
  302. ---------------------------------------
  303. @who {<filter>}
  304. @who2 {<filter>}
  305. @who3 {<filter>}
  306. Returns a list of online characters.
  307. If a filter is given, the list will be restricted to names containing the filter string.
  308. @who will also return character positions.
  309. @who2 will also return job classes.
  310. @who3 will also return parties/guilds.
  311. ---------------------------------------
  312. @whomap {<map>}
  313. @whomap2 {<map>}
  314. @whomap3 {<map>}
  315. Returns a list of online characters in a specific map.
  316. If a map is given, the list will be restricted to characters on the specified map.
  317. @whomap will also return character positions.
  318. @whomap2 will also return job classes.
  319. @whomap3 will also return parties/guilds.
  320. ---------------------------------------
  321. @whogm {<filter>}
  322. Returns a list of GMs online.
  323. If a filter is given, the list will be restricted to names containing the filter string.
  324. For those who are higher GM level than yourself, only name is shown.
  325. For the rest, the command acts as a combination of @who+@who2+@who3.
  326. ---------------------------------------
  327. @users
  328. Displays distribution of players on the server per map (% on each map which has players.)
  329. Output Example:
  330. prontera: 1 (50%)
  331. prt_fild01: 1 (50%)
  332. all: 2
  333. ---------------------------------------
  334. @where <player_name>
  335. Locates a player on a map. The player must be online.
  336. ---------------------------------------
  337. @jailtime
  338. Displays remaining jail time.
  339. If @jail was used, the chat window will display "You have been jailed indefinitely".
  340. ---------------------------------------
  341. @accinfo <player name/account id>
  342. Searches for an account by ID or a character name, and outputs detailed information.
  343. Password will only be displayed for group levels lower than yours.
  344. To search partial names, "%" can be used as a wildcard.
  345. Example:
  346. @accinfo Test%
  347. Output:
  348. -- Account 2000001 --
  349. User: user123 | GM Group: 0 | State: 0
  350. Password: password123
  351. Account e-mail: a@a.com
  352. Last IP: 127.0.0.1 (Unknown)
  353. This user has logged 27 times, the last time were at 2012-11-24 17:29:07
  354. -- Character Details --
  355. [Slot/CID: 0/150001] Test1 | High Swordsman | Level: 99/50 | Off
  356. [Slot/CID: 1/150002] Test2 | Rune Knight | Level: 150/50 | On
  357. ======================
  358. | 4. Action Commands |
  359. ======================
  360. @me <message>
  361. Displays the text as a normal message with the format "*name <message>*" instead of "name: <message>".
  362. ---------------------------------------
  363. @storage
  364. Opens your Kafra storage.
  365. ---------------------------------------
  366. @mail
  367. Opens your mailbox.
  368. ---------------------------------------
  369. @auction
  370. Opens the auction window.
  371. ---------------------------------------
  372. @identify
  373. @identifyall
  374. Opens the Identification window if any unappraised items are in your inventory.
  375. @identifyall will automatically identify all unappraised items in your inventory.
  376. ---------------------------------------
  377. @trade <player name>
  378. Opens the trade window with the specified player.
  379. ---------------------------------------
  380. @autotrade
  381. Allows you continue vending offline, then logs off.
  382. The character will continue vending until you log in to that account again,
  383. all items are sold, or the mapserver closes.
  384. ---------------------------------------
  385. @monster <monster name/ID> {<amount>}
  386. /monster <monster name>
  387. @monstersmall <monster name/ID> {<amount>}
  388. @monsterbig <monster name/ID> {<amount>}
  389. Spawns the specified monster.
  390. If an amount is given, that number will be spawned.
  391. Additionally, monster size can be adjusted.
  392. ---------------------------------------
  393. @summon <monster name/ID> {<duration>}
  394. Spawns mobs that treat you as their master.
  395. If a duration is specified, they will stay with you until the duration has ended.
  396. ---------------------------------------
  397. @clone <player name/ID>
  398. @slaveclone <player name/ID>
  399. @evilclone <player name/ID>
  400. Spawns a clone of the specified player.
  401. @clone will spawn a supportive clone.
  402. @slaveclone will spawn a supportive clone that follows the creator around.
  403. @evilclone will spawn an aggressive clone.
  404. ---------------------------------------
  405. @item <item name/ID>{:<item name/ID>:...} {<amount>}
  406. /item <item name>
  407. Creates an item (or multiple items).
  408. ---------------------------------------
  409. @item2 <item name/ID> <quantity> <identify_flag> <refine> <attribute> <card1> <card2> <card3> <card4>
  410. Creates an item with the given parameters (the 'cards' can be any item).
  411. identify_flag: 0 = unidentified, 1 = identified
  412. attribute: 0 = not broken, 1 = broken
  413. ---------------------------------------
  414. @itembound <item name/ID>{:<item name/ID>:...} <amount> <bound type>
  415. @itembound2 <item name/ID> <quantity> <identify_flag> <refine> <attribute> <card1> <card2> <card3> <card4> <bound type>
  416. Creates an item bounded to the character.
  417. The items cannot be dropped, sold, vended, auctioned, or mailed, and in some cases cannot be traded or stored.
  418. Available types:
  419. -- 1: Account
  420. -- 2: Guild
  421. -- 3: Party
  422. -- 4: Character
  423. ---------------------------------------
  424. @delitem <item name/ID> <amount>
  425. Deletes the specified item from the player's inventory.
  426. ---------------------------------------
  427. @produce <equip name/ID> <element> <# of Very's>
  428. Creates a weapon with the given parameters.
  429. Example:
  430. @produce 1602 1 2
  431. -> crafts an item called "Very Very Strong Char's Ice Rod".
  432. ---------------------------------------
  433. @refine <equip position> <+/- amount>
  434. Refines an equipped item by the specified amount.
  435. 0: All Equipment
  436. 1: Lower Headgear
  437. 2: Right Hand
  438. 4: Garment
  439. 8: Left Accessory
  440. 16: Body Armor
  441. 32: Left Hand
  442. 64: Shoes
  443. 128: Right Accessory
  444. 256: Top Headgear
  445. 512: Mid Headgear
  446. ---------------------------------------
  447. @repairall
  448. Repairs all broken items in your inventory.
  449. ---------------------------------------
  450. @dropall {<item type>}
  451. Drops all items based on the item type.
  452. Valid item types:
  453. -1 = All Items (default)
  454. 0 = Healing Items
  455. 2 = Useable Items
  456. 3 = Etc Items
  457. 4 = Weapons
  458. 5 = Armors
  459. 6 = Cards
  460. 7 = Pet Eggs
  461. 8 = Pet Armors
  462. 10 = Ammunition Items
  463. Example:
  464. To drop all weapons in inventory.
  465. @dropall 4
  466. ---------------------------------------
  467. @storeall
  468. Places all inventory and equipped items directly into your Kafra Storage.
  469. ---------------------------------------
  470. @itemreset
  471. Deletes all inventory items (not equipped items).
  472. ---------------------------------------
  473. @clearstorage
  474. @cleargstorage
  475. Deletes all items in storage (or guild storage).
  476. ---------------------------------------
  477. @clearcart
  478. Deletes all items in cart, but does not remove the cart.
  479. ---------------------------------------
  480. @cleanarea
  481. @cleanmap
  482. Deletes floor items in sight range or across the entire map.
  483. ---------------------------------------
  484. @save
  485. Sets your save point as your current map coordinates.
  486. ---------------------------------------
  487. @memo {<position 0-2>}
  488. Saves a warp point for the "Warp Portal" skill.
  489. If a number is not specified, the command will output all currently saved locations.
  490. Location "void" indicates an empty warp point.
  491. ---------------------------------------
  492. @load
  493. Warps to your save point.
  494. ---------------------------------------
  495. @jump
  496. Warps to a random coordinate on the current map.
  497. ---------------------------------------
  498. @go {<location name/ID>}
  499. Warps to predefined locations in major cities.
  500. If no ID is given, all available maps will be displayed in the chat window.
  501. Locations and coordinates are stored in '/src/map/atcommand.c'.
  502. ---------------------------------------
  503. @warp <map> {<x> <y>}
  504. /mm <map> {<x> <y>}
  505. /mapmove <map> {<x> <y>}
  506. Warps to the specified map.
  507. If no coordinates are entered, a random location will be chosen.
  508. ---------------------------------------
  509. @jumpto <player name/ID>
  510. /shift <player name>
  511. @follow <player name>
  512. Warps to the specified player.
  513. Additionally, @follow will track the player's movements until turned off.
  514. ---------------------------------------
  515. @recall <player name>
  516. /summon <player name>
  517. @recallall
  518. Warps a character to your position.
  519. Additionally, @recallall will recall the entire server.
  520. ---------------------------------------
  521. @tonpc <npc name>
  522. Warps to the specified npc.
  523. ---------------------------------------
  524. @killer
  525. Allows you to attack other players outside of PvP.
  526. ---------------------------------------
  527. @killable
  528. Allows other players to attack you outside of PvP.
  529. ---------------------------------------
  530. @blvl <+/- amount>
  531. @jlvl <+/- amount>
  532. Changes base or job level by the specified amount.
  533. ---------------------------------------
  534. @str <+/- amount>
  535. @agi <+/- amount>
  536. @vit <+/- amount>
  537. @int <+/- amount>
  538. @dex <+/- amount>
  539. @luk <+/- amount>
  540. Changes the specified stat of your character.
  541. ---------------------------------------
  542. @allstats {<+/- amount>}
  543. Changes all stats of your character.
  544. If no amount is given, sets all stats to the maximum (default is 99).
  545. ---------------------------------------
  546. @allskill
  547. Gives your character all skills in their current skill tree.
  548. ---------------------------------------
  549. @stpoint <+/- amount>
  550. @skpoint <+/- amount>
  551. Changes unused status or skill points by the specified amount.
  552. ---------------------------------------
  553. @resetstat
  554. /resetstate
  555. @resetskill
  556. /resetskill
  557. @reset
  558. Resets stats (@streset), skills (@skreset), or both (@reset).
  559. ---------------------------------------
  560. @feelreset
  561. Resets a Star Gladiator's marked maps.
  562. ---------------------------------------
  563. @jobchange <job name>
  564. @jobchange <job ID> {<upper>}
  565. Changes your job.
  566. An 'upper' value can be specified with a job ID to produce its normal (0), advanced (1), or baby (2) version.
  567. If no job is given, a list of all available jobs will be returned.
  568. Note that jobs 22 (Wedding), 26 (Summer), 27 (Christmas), and 28 (Hanbok) are not available via @job.
  569. ---------------------------------------
  570. @speed <0-1000>
  571. Sets the speed at which the character walks and attacks.
  572. Default is 150 (0 is fastest, 1000 is slowest).
  573. ---------------------------------------
  574. @spiritball <0-100>
  575. Summons the specified amount of spirit spheres around you.
  576. ---------------------------------------
  577. @mount
  578. @mount2
  579. Toggles mounting/unmounting a peco (@mount) or cash mount (@mount2).
  580. ---------------------------------------
  581. @zeny <+/- amount>
  582. Changes Zeny by the specified amount.
  583. ---------------------------------------
  584. @cash <+/- amount>
  585. Changes Cash Points by the specified amount.
  586. ---------------------------------------
  587. @points <+/- amount>
  588. Changes Kafra Points by the specified amount.
  589. ---------------------------------------
  590. @model <hair style> <hair color> <cloth color>
  591. @hairstyle <default: 0-27>
  592. @haircolor <default: 0-8>
  593. @dye <default: 0-4>
  594. Changes appearance based on the given parameters.
  595. The min/max values are set in '/conf/battle/client.conf'.
  596. ---------------------------------------
  597. @changelook {position} <view ID>
  598. Changes the player's appearance to the specified view ID.
  599. If no position is given, the command defaults to headgear.
  600. 1: Top
  601. 2: Middle
  602. 3: Bottom
  603. 4: Weapon
  604. 5: Shield
  605. 6: Shoes
  606. 7: Robe
  607. ---------------------------------------
  608. @fakename {<text string>}
  609. Temporarily changes name to the specified string (lasts until player logs out).
  610. If no string is given, the character's real name will be re-applied.
  611. ---------------------------------------
  612. @size <0-2>
  613. @sizeall <0-2>
  614. Changes your size (0 = Normal, 1 = Small, 2 = Large).
  615. Additionally, @sizeall will change the size of all online players.
  616. ---------------------------------------
  617. @duel {<player name>}
  618. @invite <player name>
  619. @accept
  620. @reject
  621. @leave
  622. Duel-organizing commands.
  623. Some options can be found in '/conf/battle/misc.conf'.
  624. ---------------------------------------
  625. @heal {<hp> {<sp>}}
  626. Heals the specified amount of HP and SP.
  627. If no paramters are given, the character will be fully healed.
  628. ---------------------------------------
  629. @alive
  630. @raisemap
  631. @raise
  632. Resurrection commands.
  633. @alive will revive the attached player.
  634. @raisemap will revive all players on the map.
  635. @raise will revive all players on the server.
  636. ---------------------------------------
  637. @disguise <monster/npc name/ID>
  638. @undisguise
  639. @disguiseall <monster/npc name/ID>
  640. @undisguiseall
  641. Disguises or undisguises player as a monster/NPC sprite.
  642. Additionally, @disguiseall/@undisguiseall will disguise all online players.
  643. ---------------------------------------
  644. @monsterignore
  645. Makes you immune to attacks (monsters/players/skills cannot target/hit you).
  646. ---------------------------------------
  647. @hide
  648. /hide
  649. Toggles GM Hide (total invisibility to characters and monsters).
  650. ---------------------------------------
  651. @npctalk <npc name> <message>
  652. Command what other npcs say.
  653. Displays the message above the NPC's head (like the 'npctalk' script command).
  654. ---------------------------------------
  655. @vip <+/- time> <player name>
  656. Set a player in VIP mode for a limited time.
  657. Time could be reduced and if below now VIP mode is removed
  658. Time elements: y/a, m, d/j, h, mn, s
  659. Example:
  660. @vip +2h mychar
  661. -> set mychar's account as VIP for 2 hours.
  662. ---------------------------------------
  663. @fullstrip <player name>
  664. Unequip all items from a player.
  665. ---------------------------------------
  666. @cart <cart ID>
  667. Give or remove a cart to a player and also change the cart skin based on ID:
  668. 0: remove cart
  669. 1-5: normal carts
  670. 6-9: new carts (available for PACKETVER >= 20120201)
  671. ---------------------------------------
  672. ==============================
  673. | 5. Administrative Commands |
  674. ==============================
  675. @langtype <language>
  676. Changes the language attached to the player's account (#langtype).
  677. If no parameter is given, a list of available languages is displayed.
  678. All languages are defined in '/src/common/msg_conf.h'.
  679. ---------------------------------------
  680. @email <current@email.tld> <new@email.tld>
  681. Changes the email address attached the player's account.
  682. Note: This command doesn't validate the email address itself, but checks the structure of the email (xxx@xxx).
  683. Example:
  684. @email a@b.com b@b.com
  685. Output:
  686. Fail message: Invalid email. If you have default e-mail, type a@a.com.
  687. Success message: Information sent to login-server via char-server.
  688. ---------------------------------------
  689. @changesex
  690. Changes the gender attached to the player's account.
  691. ---------------------------------------
  692. @marry <player 1> <player 2>
  693. @divorce <player>
  694. Marries or divorces two players.
  695. ---------------------------------------
  696. @request <message>
  697. Sends a message to all connected GMs (via the GM whisper system).
  698. ---------------------------------------
  699. @gmotd
  700. Displays the motd file to all players.
  701. ---------------------------------------
  702. @broadcast <message>
  703. /b <message>
  704. /nb <message>
  705. @localbroadcast <message>
  706. /lb <message>
  707. /nlb <message>
  708. Announces a message in yellow text.
  709. Except for /nb and /nlb, the message will be prefixed with the name of the attached character.
  710. @broadcast will be shown to the entire server.
  711. @localbroadcast will be shown on the player's map only.
  712. ---------------------------------------
  713. @kami <message>
  714. @kamib <message>
  715. @kamic <color> <message>
  716. @lkami <message>
  717. Announces a message without a name prefix.
  718. @kami will broadcast in yellow text.
  719. @kamib will broadcast in blue text.
  720. @kamic will broadcast in the specified color (a hexadecimal value).
  721. @lkami will broadcast on the attached character's current map.
  722. Example:
  723. @kamic FF0000 This message is in red.
  724. ---------------------------------------
  725. @killmonster
  726. @killmonster2
  727. Kills all monsters on the map.
  728. Additionally, @killmonster2 will prevent the monsters from dropping items (except looted items).
  729. ---------------------------------------
  730. @kill
  731. @nuke <player name>
  732. @doommap
  733. @doom
  734. Kill commands.
  735. @kill will kill the attached player.
  736. @nuke will kill the specified player and deal area splash damage.
  737. @doommap will kill all players on the map.
  738. @doom will kill all players on the server.
  739. ---------------------------------------
  740. @mute <time> <player name>
  741. @mutearea <time>
  742. @unmute <player name>
  743. Mutes or unmutes a player (prevents talking, usage of skills, and commands).
  744. @mutearea will mute every player on screen for the specified time.
  745. ---------------------------------------
  746. @jail <player name>
  747. @jailfor <time> <player name>
  748. @unjail <player name>
  749. Sends the specified character to jail.
  750. If a time is not specified (jailfor), the player will be jailed indefinitely.
  751. ---------------------------------------
  752. @kick <player name/ID>
  753. @kickall
  754. /killall
  755. Disconnects a user or all users from the server.
  756. ---------------------------------------
  757. @ban <+/- time> <player name>
  758. @unban <player name>
  759. Bans or unbans a player account for a limited time.
  760. Time elements: y/a, m, d/j, h, mn, s
  761. Example:
  762. @ban +2d Char2
  763. -> bans Char2's account for 2 days.
  764. ---------------------------------------
  765. @block <player name>
  766. @unblock <player name>
  767. Blocks or unblocks a player from logging in indefinitely.
  768. ---------------------------------------
  769. @charban <+/- time> <player name>
  770. @charunban <player name>
  771. Bans or unbans a player for a limited time.
  772. (Very similar to @ban and but for 1 character only)
  773. Time elements: y/a, m, d/j, h, mn, s
  774. Example:
  775. @ban +2d Char2
  776. -> bans Char2's for 2 days.
  777. ---------------------------------------
  778. @mapexit
  779. Sends quit signal to mapserver, saving all data and causing a graceful shutdown.
  780. This will also send a packet to clients causing them to close.
  781. ---------------------------------------
  782. @reload <type>
  783. @reloadatcommand
  784. @reloadbattleconf
  785. @reloadinstancedb
  786. @reloaditemdb
  787. @reloadmobdb
  788. @reloadmotd
  789. @reloadmsgconf
  790. @reloadpacketdb
  791. @reloadpcdb
  792. @reloadquestdb
  793. @reloadscript
  794. @reloadskilldb
  795. @reloadstatusdb
  796. Reloads a database or configuration file.
  797. Databases:
  798. -- instancedb: Instance Database
  799. -- itemdb: Item Database
  800. -- mobdb: Monster Database
  801. -- packetdb: Packet Database
  802. -- questdb: Quest Database
  803. -- script: NPC Scripts
  804. -- skilldb: Skill Database
  805. Configuration files:
  806. -- atcommand: Atcommand Settings
  807. -- battleconf: Battle Settings (may require relog)
  808. -- motd: Message of the Day
  809. -- msgconf: Message Configuration
  810. -- pcdb: Player Settings
  811. -- statusdb: Status Settings
  812. ---------------------------------------
  813. @set <variable> {<value>}
  814. Changes a player or account variable to the specified value.
  815. If no value is given, the variable's current value will be displayed.
  816. Note that the value of a string variable may be typed with or without double quotes.
  817. ---------------------------------------
  818. @setbattleflag <flag> <value>
  819. Changes a battle_config flag without rebooting the server.
  820. ---------------------------------------
  821. @adjgroup <group ID>
  822. Temporarily changes the group of a character (lasts until player logs out).
  823. The groups are defined in '/conf/groups.conf'.
  824. ---------------------------------------
  825. @addperm {<permission name>}
  826. @rmvperm {<permission name>}
  827. Temporarily changes the permissions of a character (lasts until player logs out).
  828. If no permission is given, a list of available permissions will be returned.
  829. ---------------------------------------
  830. @npcmove <x> <y> <npc name>
  831. Moves an NPC to a specified coordinate on its map.
  832. ---------------------------------------
  833. @hidenpc <npc name>
  834. @shownpc <npc name>
  835. Toggles the visibility of an NPC's sprite.
  836. ---------------------------------------
  837. @loadnpc <path>
  838. Loads an NPC script by path.
  839. Example:
  840. @loadnpc npc/custom/jobmaster.txt
  841. ---------------------------------------
  842. @unloadnpc <npc name>
  843. Unloads an NPC.
  844. Example:
  845. @unloadnpc Job Master
  846. ---------------------------------------
  847. @unloadnpcfile <path>
  848. Unloads all NPCs in a file.
  849. Example:
  850. @unloadnpcfile npc/custom/jobmaster.txt
  851. ---------------------------------------
  852. =====================
  853. | 6. Party Commands |
  854. =====================
  855. @party <party_name>
  856. Organizes a new party, with the attached character as leader.
  857. ---------------------------------------
  858. @partyoption <pickup share: yes/no> <item distribution: yes/no>
  859. Changes party options for experience sharing and item sharing.
  860. ---------------------------------------
  861. @changeleader <party_member_name>
  862. Changes the leader of your party to another member.
  863. You must be the party leader to use this command.
  864. ---------------------------------------
  865. @partyrecall <party name>
  866. Warps all online characters of a party to your location.
  867. ---------------------------------------
  868. @partyspy <party name>
  869. Allows you to spy on any party's Party Chat.
  870. At least one member of that party must be online.
  871. NOTE: map server needs to be configured to enable spying to use this command (enable_spy: yes)
  872. ---------------------------------------
  873. @partysharelvl <value>
  874. Temporarily adjusts the party share level range (lasts until character server restarts).
  875. The permanent value is defined by 'party_share_level' in '/conf/inter_athena.conf'.
  876. ---------------------------------------
  877. =====================
  878. | 7. Guild Commands |
  879. =====================
  880. @guild <guild name>
  881. Creates a new guild, with the attached character as guildmaster.
  882. ---------------------------------------
  883. @breakguild
  884. Breaks the guild of the attached character.
  885. You must be the guildmaster to use this command.
  886. ---------------------------------------
  887. @changegm <guild_member_name>
  888. Changes the guildmaster of your guild to another member.
  889. You must be the guildmaster to use this command.
  890. ---------------------------------------
  891. @guildstorage
  892. Opens your guild storage.
  893. ---------------------------------------
  894. @glvl <+/- amount>
  895. Changes guild level by the specified amount.
  896. ---------------------------------------
  897. @disguiseguild <monster/npc name/ID> <guild name/ID>
  898. @undisguiseguild
  899. Disguises or undisguises all online characters of a guild.
  900. ---------------------------------------
  901. @sizeguild <size> <guild name>
  902. Changes the size of all online characters of a guild.
  903. ---------------------------------------
  904. @guildrecall <guild name>
  905. Warps all online characters of a guild to your location.
  906. ---------------------------------------
  907. @guildspy <guild name>
  908. Allows you to spy on any guild's Guild Chat.
  909. At least one member of that guild must be online.
  910. NOTE: map server needs to be configured to enable spying to use this command (enable_spy: yes)
  911. ---------------------------------------
  912. ===================
  913. | 8. Pet Commands |
  914. ===================
  915. @makeegg <egg ID>
  916. Creates a Pet Egg based on the given ID.
  917. ---------------------------------------
  918. @hatch
  919. Opens the Hatch window (like using a Pet Incubator).
  920. ---------------------------------------
  921. @pettalk <message>
  922. Command what the player's pet will say.
  923. ---------------------------------------
  924. @petrename
  925. If you have not already renamed your pet, you can do this on the Pet window.
  926. If you have renamed your pet, this command will allow you to use the
  927. the rename option on the window again.
  928. ---------------------------------------
  929. @petfriendly <0-1000>
  930. Sets the intimacy level of your pet, with 1000 being "Loyal".
  931. ---------------------------------------
  932. @pethungry <0-100>
  933. Sets the hunger level of your pet, with 100 being "Stuffed".
  934. ---------------------------------------
  935. ==========================
  936. | 9. Homunculus Commands |
  937. ==========================
  938. @makehomun <Homunculus ID>
  939. Creates the specified homunculus.
  940. ---------------------------------------
  941. @homevolution
  942. @hommutate {<Homunculus ID>}
  943. Evolves or mutates your homunculus, if possible.
  944. If no Homunculus ID is specified for @hommutate, a random ID is chosen.
  945. If it doesn't work, the /swt emotion is shown.
  946. ---------------------------------------
  947. @hominfo
  948. @homstats
  949. Displays homunculus stats in different formats.
  950. Output Example [@hominfo]:
  951. Homunculus Stats:
  952. HP: 153/153 - SP: 54/54
  953. ATK: 59 - MATK: 69~69
  954. Hungry: 29 - Intimacy: 5
  955. Stats: Str 24 / Agi 25 / Vit 18 / Int 40 / Dex 31 / Luk 14
  956. Output Example [@homstats]:
  957. Homunculus growth stats (Lv 1 Lif):
  958. Max HP: 153 (151~160)
  959. Max SP: 54 (50~60)
  960. Str: 20 (18~22)
  961. Agi: 22 (21~24)
  962. Vit: 16 (16~20)
  963. Int: 40 (39~45)
  964. Dex: 29 (25~34)
  965. Luk: 14 (13~15)
  966. ---------------------------------------
  967. @homshuffle
  968. Re-calculates homunculus stats, as if the homunculus was re-leveled from level 1.
  969. ---------------------------------------
  970. @homtalk <message>
  971. Command what the player's homunculus will say.
  972. ---------------------------------------
  973. @homlevel <+/- amount>
  974. Changes homunculus level by the specified amount.
  975. ---------------------------------------
  976. @homfriendly <0-1000>
  977. Sets the intimacy level of your homunculus, with 1000 being "Loyal".
  978. ---------------------------------------
  979. @homhungry <0-100>
  980. Sets the hunger level of your homunculus, with 100 being "Stuffed".
  981. ---------------------------------------
  982. ========================
  983. | 10. Channel Commands |
  984. ========================
  985. @join <#channel_name> {<password>}
  986. @channel join <#channel_name> {<password>}
  987. Joins the specified channel.
  988. ---------------------------------------
  989. @channel leave <#channel_name>
  990. Leaves the specified channel.
  991. ---------------------------------------
  992. @channel create <#channel_name> <channel_password>
  993. Creates a new channel.
  994. 'allow_user_channel_creation' must be enabled in '/conf/channels.conf'.
  995. ---------------------------------------
  996. @channel delete <#channel_name>
  997. Destroys the specified channel.
  998. ---------------------------------------
  999. @channel list
  1000. @channel list mine
  1001. @channel list colors
  1002. 'list' displays a list of all public channels.
  1003. 'list mine' displays a list of channels you have joined.
  1004. 'list colors' displays a list of all available colors for custom channels.
  1005. ---------------------------------------
  1006. @fontcolor <color_name>
  1007. Sets channel chat font color for the invoking character only.
  1008. Typing "Normal" returns text to the normal channel color.
  1009. If no parameter is given, a list of available colors is displayed.
  1010. Option 'ColorOverride' must be enabled for this to take effect.
  1011. ---------------------------------------
  1012. @channel setcolor <#channel_name> <color_name>
  1013. Changes the text color of the specified channel.
  1014. You must either be the channel's owner or have the channel_admin permission.
  1015. All colors are defined in '/conf/channels.conf'.
  1016. ---------------------------------------
  1017. @channel setopt <#channel_name> <option> <value>
  1018. Sets an option and value for the specified channel.
  1019. You must either be the channel's owner or have the channel_admin permission.
  1020. Available options:
  1021. -- 'JoinAnnounce <1|0>' : Toggles channel announcement when a new player enters.
  1022. -- 'MessageDelay <0-10>' : Sets the delay (in seconds) for messages sent to the channel.
  1023. -- 'ColorOverride <1|0>' : Toggles the permission for players to change their color through @fontcolor.
  1024. ---------------------------------------
  1025. @channel ban <#channel_name> <player>
  1026. @channel unban <#channel_name> <player>
  1027. @channel unbanall <#channel_name>
  1028. @channel banlist <#channel_name>
  1029. Bans or unbans a player from the specified channel.
  1030. 'unbanall' clears all bans from the channel.
  1031. 'banlist' displays a list of all players banned from the channel.
  1032. ---------------------------------------
  1033. @channel bindto <#channel_name>
  1034. @channel unbind
  1035. Binds or unbinds your global chat with the specified channel, which sends all global messages to the specified channel.
  1036. ---------------------------------------