atcommand_athena.conf 16 KB

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