atcommands.txt 33 KB

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