atcommands.txt 30 KB

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