atcommand_athena.conf 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775
  1. //--------------------------------------------------------------
  2. // eAthena atcommand configuration file.
  3. // Originally translated by Peter Kieser <pfak@telus.net>
  4. //--------------------------------------------------------------
  5. // The symbol that will be used to recognize commands.
  6. // You can set any one character except control-characters (0x00-0x1f),
  7. // '%', '$' (party/guild chat speaking) and '/' (standard client commands).
  8. // The symbol must also be different from from the GM charcommand symbol.
  9. command_symbol: @
  10. // The following settings in this file use the format "<command name>: level".
  11. // They define the minimum GM level required to execute the associated command.
  12. // Adjust values as you like. Note that to activate commands for normal players,
  13. // (GM level 0), you also need to change the 'atcommand_gm_only' option to 'no'.
  14. // To completely disable a command, set its required GM level to 100.
  15. // Default levels were chosen so that they form the following hierarchy:
  16. // 0: Normal player
  17. // -> no commands accessible
  18. // 1: Super player
  19. // -> some minor advantage: storage, petrename, etc...
  20. // 10: Super player+
  21. // -> more powerful commands, like mobsearch and changegm
  22. // 20: Mediator
  23. // -> GM commands for finding players and moving to them (also kicking them)
  24. // 40: Sub-GM
  25. // -> GM commands for basic tasks, no significant impact on other players
  26. // 50: Sub-GM+
  27. // -> GM commands to spawn mobs and create guilds
  28. // 60: GM
  29. // -> almost all commands available (except administration and mass commands)
  30. // 80: GM Chief
  31. // -> can do anything, except administration commands
  32. // 99: Administrator
  33. // -> can do anything!
  34. // 100: Disabled
  35. // -> commands that will not be available to anyone
  36. //--------------------------
  37. // 0: normal player commands
  38. // None for security purposes.
  39. //-------------------------
  40. // 1: Super player commands
  41. // Displays a list of @ commands available to the player.
  42. commands: 1
  43. // Displays the server rates.
  44. rates: 1
  45. // Show server uptime
  46. uptime: 1
  47. // Shows/Hides the "there is a delay after a skill" message.
  48. showdelay: 1
  49. // Displays current levels and % progress.
  50. exp: 1
  51. // To change your (own) email (characters protection)
  52. // note: this command doesn't check email itself, but check structure of the email (xxx@xxx)
  53. // if you want be sure of each e-mail disable this option (value: 100)
  54. email: 1
  55. // Show Monster info (rates, stats, drops, MVP stuff)
  56. mobinfo: 1
  57. monsterinfo: 1
  58. mi: 1
  59. // Show Item info (type, price, etc)
  60. iteminfo: 1
  61. ii: 1
  62. // Show who drops an item (mobs with highest drop rate)
  63. whodrops: 1
  64. // Syncs the player's position on the client with the one stored on the server.
  65. refresh: 1
  66. // Give server time. (6 same commands)
  67. time: 1
  68. date: 1
  69. serverdate: 1
  70. servertime: 1
  71. // Displays SVN version of the server.
  72. version: 1
  73. // Suicide your character.
  74. die: 1
  75. // Enables you to rename your pet.
  76. petrename: 1
  77. // Organize a new party, with you as the party leader.
  78. party: 1
  79. // Brings up your personal storage wherever you are.
  80. storage: 1
  81. // Opens your mailbox.
  82. mail: 1
  83. // Locate someone on a map, returns your coordinates if the person isn't on.
  84. where: 1
  85. // Duel organizing commands
  86. duel: 1
  87. invite: 1
  88. accept: 1
  89. reject: 1
  90. leave: 1
  91. // Away messsage
  92. away: 1
  93. aw: 1
  94. // Main chat
  95. main: 1
  96. // Autorejecting Deals/Invites
  97. noask: 1
  98. // Displays remaining jail time
  99. jailtime: 1
  100. // Homunculus commands for players
  101. hominfo: 1
  102. homstats: 1
  103. // Kill Steal Protection
  104. noks: 1
  105. //---------------------------
  106. // 10: Super player+ commands
  107. // Displays/Hides Experience gained
  108. showexp: 10
  109. // Displays/Hides Zeny gained
  110. showzeny: 10
  111. // Warps you to predefined locations in major cities.
  112. go: 10
  113. // Enables/disables autolooting from killed mobs.
  114. autoloot: 10
  115. // Enables/disables autolooting an item.
  116. alootid: 10
  117. // Allows you continue vending offline.
  118. autotrade: 10
  119. at: 10
  120. // Change Guild Master of your Guild
  121. changegm: 10
  122. // Change the leader of your party.
  123. changeleader: 10
  124. // Change the party exp- and item share rules.
  125. partyoption: 10
  126. // Command what the player's pet will say.
  127. pettalk: 10
  128. // Command what the player's homunculus will say.
  129. homtalk: 10
  130. // Locates and displays the position of a certain mob on the current map.
  131. mobsearch: 10
  132. // Locates and displays the position of a certain mob on your mini-map
  133. showmobs: 10
  134. // Prints out in which maps a monster normally spawns at (does not count script-invoked mobs)
  135. whereis: 10
  136. // Resets a Star Gladiator's marked maps
  137. feelreset: 10
  138. //----------------------
  139. // 20: Mediator commands
  140. // Displays helpfile in eAthena base directory (2 same commands).
  141. help: 20
  142. h: 20
  143. help2: 20
  144. h2: 20
  145. // Warp yourself to a person (3 same commands + /shift).
  146. jumpto: 20
  147. goto: 20
  148. warpto: 20
  149. // Displays the motd file to all players
  150. gmotd: 20
  151. // Follow a player (including warping to them)
  152. follow: 20
  153. // Sends a request to all connected GMs (via the gm whisper system)
  154. request: 20
  155. // Disconnects a user from the server (1 command + right click menu for GM "(name) force to quit").
  156. kick: 20
  157. // Changes your appearance.
  158. model: 20
  159. // To get a peco to (un)ride (2 same commands).
  160. mountpeco: 20
  161. mount: 20
  162. // Returns list of logged in characters with their position (2 same commands).
  163. who: 20
  164. whois: 20
  165. // Returns list of logged in characters with their job.
  166. who2: 20
  167. // Returns list of logged in characters with their party/guild.
  168. who3: 20
  169. // Returns list of logged in characters with their position in a specifical map.
  170. whomap: 20
  171. // Returns list of logged in characters with their job in a specifical map.
  172. whomap2: 20
  173. // Returns list of logged in characters with their party/guild in a specifical map.
  174. whomap3: 20
  175. // Displays GMs online. For those who are higher GM level than yourself,
  176. // only the name is shown, for the rest, it displays the same info of
  177. // @who+@who2+who3
  178. whogm: 20
  179. // Change your appearence to other players to a mob.
  180. disguise: 20
  181. // Restore your normal appearance.
  182. undisguise: 20
  183. // Displays the text as a normal message with the format "*name message*"
  184. // instead of "name : message" (Like the /me command in IRC)
  185. me: 20
  186. // Changes your name to your choice temporarily.
  187. fakename: 20
  188. // Changes your size.
  189. size: 20
  190. // Can command what other npcs (by name) can say.
  191. npctalk: 20
  192. //--------------------
  193. // 40: Sub-GM commands
  194. // Broadcast to the whole server. Using (1 command + /nb, /b).
  195. broadcast: 40
  196. // Broadcast to the map you are on (1 command + /lb, /nlb).
  197. localbroadcast: 40
  198. // Broadcast (with or without name)
  199. kami: 40
  200. // Same as kami but with blue color
  201. kamib: 40
  202. // Same as kami but you can choose the color (uses different packet)
  203. kamic: 40
  204. // Enables GvG on a map (2 same commands).
  205. gvgon: 40
  206. gpvpon: 40
  207. // Turns GvG (Guild vs. Guild) off on a map (2 same commands).
  208. gvgoff: 40
  209. gpvpoff: 40
  210. // Activate/Deactivate kill steal protection on a map
  211. allowks: 40
  212. // Modifies your HP/SP.
  213. heal: 40
  214. // GM Hide (total invisibility to characters and monsters) (1 command + /hide).
  215. hide: 40
  216. // Changes your job to one you specify (2 same commands).
  217. job: 40
  218. jobchange: 40
  219. // Enables you to to jump randomly on a map (that you are already on).
  220. jump: 40
  221. // Warps you to your last save point (2 same commands).
  222. load: 40
  223. return: 40
  224. // Warps you to a specific npc
  225. tonpc: 40
  226. // Saves a warp point.
  227. memo: 40
  228. // Set your character display options. (Visual effects of your character)
  229. option: 40
  230. // Sets the level of intemecy of your pet.
  231. petfriendly: 40
  232. // Sets hunger level of your pet.
  233. pethungry: 40
  234. // Turns PvP (Person vs. Person) off on a map.
  235. pvpoff: 40
  236. // Enables PvP on a map.
  237. pvpon: 40
  238. // Permanently adds/removes a quest skill
  239. questskill: 40
  240. lostskill: 40
  241. // Sets the speed you can walk/attack at. Default is 150.
  242. speed: 40
  243. // Summons spirit spheres around you.
  244. spiritball: 40
  245. // Warp yourself to a certain map, at (x,y) coordinates (2 same commands).
  246. mapmove: 40 // (also /mm or /mapmove)
  247. rura: 40
  248. warp: 40
  249. // Changes GM clothes color (2 same commands)
  250. dye: 40
  251. ccolor: 40
  252. // Changes GM hair style (2 same commands)
  253. hairstyle: 40
  254. hstyle: 40
  255. // Changes GM hair color (2 same commands)
  256. haircolor: 40
  257. hcolor: 40
  258. // Deletes all your items.
  259. itemreset: 40
  260. // Does a skill/stat reset.
  261. reset: 40
  262. // Displays distribution of players on the server per map (% on each map which has players)
  263. users: 40
  264. // Deletes floor items in your range of sight
  265. cleanmap: 40
  266. // Kill all monsters in map (without drops)
  267. killmonster2: 40
  268. // Sets your spawn point (aka save point).
  269. save: 40
  270. // Do some visual effect on your character
  271. effect: 40
  272. // Do some visual effect on your character (misceffect)
  273. misceffect: 40
  274. // GM's magnifier
  275. identify: 40
  276. // Drop all your items
  277. dropall: 40
  278. // Store all your items
  279. storeall: 40
  280. // Allow other players to hit you out of PvP
  281. killable: 40
  282. // Look up a skill by name
  283. skillid: 40
  284. // Use a skill by id
  285. useskill: 40
  286. // What skills are required to get this skill
  287. skilltree: 40
  288. // Marriage commands
  289. marry: 40
  290. divorce: 40
  291. // Adopt a novice into a family
  292. adopt: 40
  293. // Play a Sound!
  294. sound: 40
  295. //---------------------
  296. // 50: Sub-GM+ commands
  297. // Creates a new guild, with you as the guildmaster.
  298. guild: 50
  299. // Brings up your guild storage wherever you are.
  300. gstorage: 50
  301. // Spawns a monster, and a certain amount (2 same commands + /monster).
  302. monster: 50
  303. spawn: 50
  304. // Spawns a smaller sized version of a monster.
  305. monstersmall: 50
  306. // Spawns a larger sized version of a monster.
  307. monsterbig: 50
  308. // Spawns mobs that treat you as their master (they disappear after some time)
  309. summon: 50
  310. // It will spawn a supportive clone of the given player.
  311. clone: 50
  312. // It will spawn a supportive clone of the given player that follows the creator around.
  313. slaveclone: 50
  314. // It will spawn an aggresive clone of the given player.
  315. evilclone: 50
  316. //----------------
  317. // 60: GM commands
  318. // Starts Guild Wars
  319. agitstart: 60
  320. // Ends Guild Wars
  321. agitend: 60
  322. // Resurects yourself.
  323. alive: 60
  324. // Levels your character to specified level (adds to your level) (7 same commands).
  325. blvl: 60
  326. lvup: 60
  327. blevel: 60
  328. baselvl: 60
  329. baselvup: 60
  330. baselevel: 60
  331. baselvlup: 60
  332. // Raises your job level (6 same commands).
  333. jlvl: 60
  334. jlevel: 60
  335. joblvl: 60
  336. joblvup: 60
  337. joblevel: 60
  338. joblvlup: 60
  339. // Changes the sex of yourself
  340. changesex: 60
  341. // Levels your guild to specified level (2 same commands).
  342. glvl: 60
  343. glevel: 60
  344. guildlvl: 60
  345. guildlvup: 60
  346. guildlevel: 60
  347. guildlvlup: 60
  348. // Find an itemID based on item name
  349. idsearch: 60
  350. // Creates an item of your choosing, either Item ID or Name (1 command + /item).
  351. item: 60
  352. // Creates a complet item (card, etc...) of your choosing, either Item ID or Name.
  353. item2: 60
  354. // Kill another character without hitting them.
  355. kill: 60
  356. // Kill all monsters in map (with drops)
  357. killmonster: 60
  358. // Creates yourself a pet egg.
  359. makeegg: 60
  360. // Hatches an egg
  361. hatch: 60
  362. // Instantly kills player whose name is entered and deals insane damage to everything around
  363. nuke: 60
  364. // Enable hitting a player even when not in PvP
  365. killer: 60
  366. // Creates weapon of desired element.
  367. produce: 60
  368. // Warps a character to you (1 command + /recall).
  369. recall: 60
  370. // Refines all weapons in your items list.
  371. refine: 60
  372. // Will repair all broken items in inventory.
  373. repairall: 60
  374. // Change Status of your character
  375. str: 60
  376. agi: 60
  377. vit: 60
  378. int: 60
  379. dex: 60
  380. luk: 60
  381. // Gets all skills (4 same commands)
  382. allskill: 60
  383. allskills: 60
  384. skillall: 60
  385. skillsall: 60
  386. // Sets GM stats to maximum (4 same commands)
  387. statall: 60
  388. statsall: 60
  389. allstats: 60
  390. allstat: 60
  391. // Gives you job points.
  392. stpoint: 60
  393. // Gives you skill points of desired amount.
  394. skpoint: 60
  395. // Warps all online character of a guild to you. (at least one member of that guild must be on.)
  396. guildrecall: 60
  397. // Warps all online character of a party to you. (at least one party member must be online.)
  398. partyrecall: 60
  399. // Allows you to spy on any Guilds Guild chat. (at least one member of that guild must be on.)
  400. // NOTE: map server needs to be configured to enable spying to use this command (enable_spy: yes)
  401. guildspy: 60
  402. // Allows you to spy on any party's party chat. (at least one party member must be online.)
  403. // NOTE: map server needs to be configured to enable spying to use this command (enable_spy: yes)
  404. partyspy: 60
  405. // Gives you money (zeny) of desired amount.
  406. zeny: 60
  407. // To block definitively a player (2 same commands)
  408. block: 60
  409. charblock: 60
  410. // To unblock a player (2 same commands)
  411. unblock: 60
  412. charunblock: 60
  413. // To ban a player for a limited time (4 same commands)
  414. ban: 60
  415. banish: 60
  416. charban: 60
  417. charbanish: 60
  418. // To unban a player (4 same commands)
  419. unban: 60
  420. unbanish: 60
  421. charunban: 60
  422. charunbanish: 60
  423. // To send specified character in jails
  424. jail: 60
  425. // To discharge a prisoner (2 same commands)
  426. unjail: 60
  427. discharge: 60
  428. // Timed jailing
  429. jailfor: 60
  430. // Create a static warp portal that lasts until the next reboot
  431. addwarp: 60
  432. // Open a trade window with any player
  433. trade: 60
  434. // Changes the player's appearance (headgear)
  435. changelook: 60
  436. // Homunculus commands for GMs
  437. hlvl: 60
  438. hlevel: 60
  439. homlvl: 60
  440. homlvup: 60
  441. homlevel: 60
  442. homevolve: 60
  443. homevolution: 60
  444. makehomun: 60
  445. homfriendly: 60
  446. homhungry: 60
  447. // Re-calculates stats, as if the homun was sent back to level 1 and re-leveled
  448. homshuffle: 60
  449. //----------------------
  450. // 80: GM Chief commands
  451. // Set the map you are on to day.
  452. day: 80
  453. // Kills everyone on the server.
  454. doom: 80
  455. // Kills everyone on the map you are on.
  456. doommap: 80
  457. // Set the map you are currently on to night.
  458. night: 80
  459. // Recalls Everyone To Your Coordinates
  460. recallall: 80
  461. // Revives all players on the map.
  462. raisemap: 80
  463. // Revives all players on the server.
  464. raise: 80
  465. // Hides a NPC.
  466. hidenpc: 80
  467. // Unhides a NPC.
  468. shownpc: 80
  469. // Loads a Script
  470. loadnpc: 80
  471. // Unloads a NPC
  472. unloadnpc: 80
  473. // Move a NPC
  474. npcmove: 80
  475. // turn skills on for a map
  476. skillon: 80
  477. // turn skills off for a map
  478. skilloff: 80
  479. // Mute a player (prevents talking, usage of skills and commands)
  480. mute: 80
  481. // Unmute a player
  482. unmute: 80
  483. //---------------------------
  484. // 99: Administrator commands
  485. // Disconnect all users from the server
  486. kickall: 99
  487. // Closes Map-Server
  488. mapexit: 99
  489. // Used for testing packet sends from the client (debug function)
  490. send: 99
  491. // Give information about terrain/area (debug function)
  492. gat: 99
  493. // Displays a status change without really applying it (debug function)
  494. displaystatus: 99
  495. // Displays the animation of a skill without really using it (debug function)
  496. displayskill: 99
  497. // Shows information about the map
  498. mapinfo: 99
  499. // Set Map Flags (WIP)
  500. mapflag: 99
  501. // Re-load item database (admin command)
  502. reloaditemdb: 99
  503. // Re-load monsters database (admin command)
  504. reloadmobdb: 99
  505. // Re-load skills database (admin command)
  506. reloadskilldb: 99
  507. // Re-load scripts (admin command)
  508. reloadscript: 99
  509. // Re-load GM level (admin command)
  510. reloadgmdb: 99
  511. // Change a battle_config flag without rebooting server
  512. setbattleflag: 99
  513. // Re-load gm command config (admin command)
  514. reloadatcommand: 99
  515. // Re-load battle config (admin command)
  516. // Note that some player config settings won't take effect until relog
  517. // (display exp, display zeny, display skill delay fail, ...)
  518. reloadbattleconf: 99
  519. // Re-load status database (admin command)
  520. reloadstatusdb: 99
  521. // Re-load player info database (admin command)
  522. reloadpcdb: 99
  523. // Re-load the Message of the Day (admin command)
  524. reloadmotd: 99
  525. // Changes the GM level of another character
  526. // (lasts until reboot, or gm list reload)
  527. adjgmlvl: 99
  528. // Changes the required GM level of an @ command
  529. // (effect lasts until restart or command reload)
  530. adjcmdlvl: 99
  531. // [Un]Disguise All Players (admin command)
  532. disguiseall: 99
  533. undisguiseall: 99
  534. // Mutes every player on screen (admin command)
  535. mutearea: 99
  536. stfu: 99
  537. // Makes you immune to attacks (monsters/players/skills cannot target/hit you, admin command)
  538. monsterignore: 99
  539. battleignore: 99
  540. //---------------------------------------------------------------
  541. // 99: Weather effects
  542. snow: 99
  543. clouds: 99
  544. clouds2: 99
  545. fog: 99
  546. fireworks: 99
  547. sakura: 99
  548. leaves:99
  549. // Stop all weather effects
  550. clearweather: 99
  551. //---------------------------------------------------------------
  552. // 100: Disabled commands
  553. gm: 100
  554. //---------------------
  555. // OTHER: not a command
  556. import: conf/import/atcommand_conf.txt