atcommand_athena.conf 17 KB

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