atcommand_athena.conf 17 KB

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