atcommand_athena.conf 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759
  1. // Athena atcommand Configuration file.
  2. // Translated by Peter Kieser <pfak@telus.net>
  3. // Set here the symbol that you want to use for your commands
  4. // Only 1 character is get (default is character_savecharacter_save'@'). You can set any character,
  5. // except control-character (0x00-0x1f), '%' (party chat speaking) and '/' (standard ragnarok GM commands)
  6. // With default character, all commands begin by a '@': <example> @revive
  7. command_symbol: @
  8. // Sets the level of the users that can use the GM commands.
  9. // <command name>: level
  10. // When battle_athena.conf has atcommand_gm_only set to no,
  11. // normal players (gm level 0) can use GM commands if you set 0 to the command level.
  12. // Max GM level is 99. If you want forbid a command to all people, set it with level 100.
  13. // Default values are set to define different GM levels like follow:
  14. // 0: normal player
  15. // -> no special advantage (only @time to know time and if at_command_gm_only is disabled)
  16. // 1: Super player
  17. // -> some (very) little advantages: storage, petrename, etc...
  18. // 10: Super player+
  19. // -> same of Super player with !go (very super player)
  20. // 20: Mediator
  21. // -> it's a GM that only need to know people, and move to their to speak with them (they can access to any command about wisps)
  22. // 40: Sub-GM
  23. // -> This GM can help a GM, and can not create item or zeny or modify a character (can have some information commands)
  24. // 50: Sub-GM+
  25. // -> This GM can change some non-important things on a character
  26. // 60: GM
  27. // -> can do almost anything (excep administration, and mass commands)
  28. // GM is the first level where we can modify a character with important value, create items or create zenys
  29. // 80: GM Chief
  30. // -> can do anything, except administration commands
  31. // 99: Administrator
  32. // -> can do anything!
  33. // 100: Disabled
  34. // -> Commands that aren't used. Note: You must use command level 100 to disable command. Commenting doesn't enough.
  35. //--------------------------
  36. // 0: normal player commands
  37. // None for security purposes.
  38. //-------------------------
  39. // 1: Super player commands
  40. //Displays the server rates.
  41. rates: 1
  42. // Show server uptime
  43. uptime: 1
  44. //Shows/Hides the "there is a delay after a skill" message.
  45. showdelay: 1
  46. //Displays current levels and % progress.
  47. exp: 1
  48. // To change your (own) email (characters protection)
  49. // note: this command doesn't check email itself, but check structure of the email (xxx@xxx)
  50. // if you want be sure of each e-mail disable this option (value: 100)
  51. email: 1
  52. // Show Monster info (rates, stats, drops, MVP stuff)
  53. mobinfo: 1
  54. monsterinfo: 1
  55. mi: 1
  56. // Show Item info (type, price, etc)
  57. iteminfo: 1
  58. ii: 1
  59. // Show who drops an item (mobs with highest drop rate)
  60. whodrops: 1
  61. // Syncs the position of the player on the client with the one stored in the server.
  62. refresh: 1
  63. // Give server time. (6 same commands)
  64. time: 1
  65. date: 1
  66. server_date: 1
  67. serverdate: 1
  68. server_time: 1
  69. servertime: 1
  70. // Displays SVN version of the server.
  71. version: 1
  72. // Suicide your character.
  73. die: 1
  74. // Enables you to rename your pet.
  75. petrename: 1
  76. party: 1
  77. // Brings up your personal storage wherever you are.
  78. storage: 1
  79. // Locate someone on a map, returns your coordinates if the person isn't on.
  80. where: 1
  81. // Duel organizing commands
  82. duel: 1
  83. invite: 1
  84. accept: 1
  85. reject: 1
  86. leave: 1
  87. // Away messsage
  88. away: 1
  89. aw: 1
  90. // Main chat
  91. main: 1
  92. //---------------------------
  93. // 10: Super player+ commands
  94. //Displays/Hides Experience gained
  95. showexp: 10
  96. //Displays/Hides Zeny gained
  97. showzeny: 10
  98. // Spawns you to set points in major cities.
  99. go: 10
  100. // Enables/disables autolooting from killed mobs.
  101. autoloot: 10
  102. // Allows you continue vending offline.
  103. autotrade: 10
  104. at: 10
  105. // Change Guild Master of your Guild
  106. changegm: 10
  107. // Change the leader of your party.
  108. changeleader: 10
  109. // Command what the player's pet will say.
  110. pettalk: 10
  111. // Locates and displays the position of a certain mob on the current map.
  112. mobsearch: 10
  113. //----------------------
  114. // 20: Mediator commands
  115. // Displays helpfile in Athena base directory (2 same commands).
  116. help: 20
  117. h: 20
  118. help2: 20
  119. h2: 20
  120. // Warp yourself to a person (3 same commands + /shift).
  121. jumpto: 20
  122. goto: 20
  123. warpto: 20
  124. // Warp yourself to a person by PID (similar to above, cept you us the PID)
  125. jumptoid: 20
  126. jumptoid2: 20
  127. gotoid: 20
  128. gotoid2: 20
  129. warptoid: 20
  130. warptoid2: 20
  131. // Displays the motd file to all players
  132. gmotd: 20
  133. // follow a player (including warping to them)
  134. follow: 20
  135. // Disconnects a user from the server (1 command + right click menu for GM "(name) force to quit").
  136. kick: 20
  137. // Disconnects a user from the server using their PID.
  138. kickid: 20
  139. kickid2: 20
  140. // Changes your apperance.
  141. model: 20
  142. // To get a peco to (un)ride
  143. mountpeco: 20
  144. // Returns list of logged in characters with their position (2 same commands).
  145. who: 20
  146. whois: 20
  147. // Returns list of logged in characters with their job.
  148. who2: 20
  149. // Returns list of logged in characters with their party/guild.
  150. who3: 20
  151. // Returns list of logged in characters with their position in a specifical map.
  152. whomap: 20
  153. // Returns list of logged in characters with their job in a specifical map.
  154. whomap2: 20
  155. // Returns list of logged in characters with their party/guild in a specifical map.
  156. whomap3: 20
  157. // Like @who+@who2+who3, but only for GM.
  158. whogm: 20
  159. // Change your appearence to other players to a mob.
  160. disguise: 20
  161. //Restore your normal appearance.
  162. undisguise: 20
  163. // Display ignore list of a player (people from which the player ignore wisps)
  164. charignorelist: 20
  165. // Displays the text as a normal message with the format "*name message*"
  166. // instead of "name : message" (Like the /me command in IRC)
  167. me: 20
  168. // Changes your name to your choice temporarly.
  169. fakename: 20
  170. // Changes your size.
  171. size: 20
  172. // Can command what other npcs (by name) can say.
  173. npctalk: 20
  174. //--------------------
  175. // 40: Sub-GM commands
  176. // Broadcast to the whole server. Using (1 command + /nb, /b).
  177. broadcast: 40
  178. // Broadcast to the map you are on (1 command + /lb, /nlb).
  179. localbroadcast: 40
  180. // Broadcast (with or without name).
  181. kami: 40
  182. kamib: 40
  183. // Enables you to go to a certain map, at (x,y) coordinates. (@mapmove + /mm or /mapmove)
  184. mapmove: 40
  185. // Enables GVG on a map (2 same commands).
  186. gvgon: 40
  187. gpvpon: 40
  188. // Turns GVG (Guild v. Guild) off on a map (2 same commands).
  189. gvgoff: 40
  190. gpvpoff: 40
  191. // Heals a person to full HP/SP.
  192. heal: 40
  193. // GM Hide (enables you to be invisible to characters, and most monsters) (1 command + /hide).
  194. hide: 40
  195. // Changes your job to one you specify (2 same commands).
  196. job: 40
  197. jobchange: 40
  198. // Enables you to to jump randomly on a map (that you are already on).
  199. jump: 40
  200. // Warps you to your last save point (2 same commands).
  201. return: 40
  202. load: 40
  203. // Enables lost skills.
  204. lostskill: 40
  205. // Saves a warp point.
  206. memo: 40
  207. // Set your character display options. (Visual effects of your character)
  208. option: 40
  209. // Sets the level of intemecy of your pet.
  210. petfriendly: 40
  211. // Sets hunger level of your pet.
  212. pethungry: 40
  213. // Turns PVP (Person v. Person) off on a map.
  214. pvpoff: 40
  215. // Enables PVP on a map.
  216. pvpon: 40
  217. // Enables platinum skills.
  218. questskill: 40
  219. // Sets the speed you can walk/attack at. Default is 150.
  220. speed: 40
  221. // Enables spirit sphere balls.
  222. spiritball: 40
  223. // Warp yourself to a certain map, at (x,y) coordinates (2 same commands).
  224. rura: 40
  225. warp: 40
  226. // Changes GM clothes color (2 same commands)
  227. dye: 40
  228. ccolor: 40
  229. // Changes GM hair style (2 same commands)
  230. hairstyle: 40
  231. hstyle: 40
  232. // Changes GM hair color (2 same commands)
  233. haircolor: 40
  234. hcolor: 40
  235. // Deletes all your items.
  236. itemreset: 40
  237. // Displays distribution of players on the server per map (% on each map which has players)
  238. users: 40
  239. // Deletes floor items in your range of sight
  240. cleanmap: 40
  241. // Kill all monsters in map (without drops)
  242. killmonster2: 40
  243. // Sets your spawn point (aka save point).
  244. save: 40
  245. // Do some visual effect on your character
  246. effect: 40
  247. // Display all items of a player's cart
  248. charcartlist: 40
  249. // drop all your items
  250. dropall: 40
  251. // store all your items
  252. storeall: 40
  253. // allow other players to hit you out of pvp
  254. killable: 40
  255. // look up a skill by name
  256. skillid: 40
  257. // use a skill by id
  258. useskill: 40
  259. // What skills are required to get this skill
  260. skilltree: 40
  261. // Marriage skills
  262. marry: 40
  263. divorce: 40
  264. // make another player killable
  265. charkillable: 40
  266. // Same as above, cept uses PID.
  267. charkillableid: 40
  268. charkillableid2: 40
  269. // Play a Sound!
  270. sound: 40
  271. //---------------------
  272. // 50: Sub-GM+ commands
  273. guild: 50
  274. // Brings up your guild storage wherever you are.
  275. gstorage: 50
  276. // Spawns a monster, and a certain amount (3 same commands + /monster).
  277. spawn: 50
  278. monster: 50
  279. summon: 50
  280. // To get a peco to (un)ride for another player.
  281. charmountpeco: 50
  282. // Spawns a smaller sized version of a monster.
  283. monstersmall: 50
  284. // Spawns a larger sized version of a monster.
  285. monsterbig: 50
  286. // It will spawn a supportive clone of the given player.
  287. clone: 50
  288. // It will spawn a supportive clone of the given player that follows the creator around.
  289. slaveclone: 50
  290. // It will spawn an aggresive clone of the given player.
  291. evilclone: 50
  292. //----------------
  293. // 60: GM commands
  294. // Starts Guild Wars
  295. agitstart: 60
  296. // Ends Guild Wars
  297. agitend: 60
  298. // Resurects yourself.
  299. alive: 60
  300. // Levels your character to specified level (adds to your level) (3 same commands).
  301. lvup: 60
  302. baselvlup: 60
  303. blevel: 60
  304. // Raises your job level (3 same commands).
  305. joblvup: 60
  306. joblvlup: 60
  307. jlevel: 60
  308. // Changes the sex of yourself
  309. changesex: 60
  310. // Remove items from a character
  311. chardelitem: 60
  312. // Saves the respawn point of another character.
  313. charsave: 60
  314. // Levels your guild to specified level (2 same commands).
  315. guildlvup: 60
  316. guildlvlup: 60
  317. idsearch: 60
  318. // Creates an item of your choosing, either Item ID or Name (1 command + /item).
  319. item: 60
  320. // Creates a complet item (card, etc...) of your choosing, either Item ID or Name.
  321. item2: 60
  322. // ??
  323. itemcheck: 60
  324. // Kill another character without hitting them.
  325. kill: 60
  326. // Same as above, cept uses PID.
  327. killid: 60
  328. killid2: 60
  329. // Kill all monsters in map (with drops)
  330. killmonster: 60
  331. // Creates yourself a pet egg, have to use Pet ID.
  332. makeegg: 60
  333. //Hatches an egg
  334. hatch: 60
  335. // Enable hitting a player even when not in pvp
  336. killer: 60
  337. // Creates weapon of desired element.
  338. produce: 60
  339. // Warps a character to you (1 command + /recall).
  340. recall: 60
  341. // Warps a character to you using their PID.
  342. recallid: 60
  343. recallid2: 60
  344. // Refines all weapons in your items list.
  345. refine: 60
  346. // Will repair all broken items in inventory.
  347. repairall: 60
  348. // Revives a character, and heals them.
  349. revive: 60
  350. // Same as above, cept uses PID.
  351. reviveid: 60
  352. reviveid2: 60
  353. // Warp another person to a certain map, at (x,y) coordinates (2 same commands).
  354. rura+: 60
  355. charwarp: 60
  356. shuffle: 60
  357. // Change Status of your character
  358. str: 60
  359. agi: 60
  360. vit: 60
  361. int: 60
  362. dex: 60
  363. luk: 60
  364. // Gets all skills (4 same commands)
  365. allskill: 60
  366. allskills: 60
  367. skillall: 60
  368. skillsall: 60
  369. // sets GM stats to maximum (4 same commands)
  370. statall: 60
  371. statsall: 60
  372. allstats: 60
  373. allstat: 60
  374. // Gives you job points.
  375. stpoint: 60
  376. // Gives you skill points of desired amount.
  377. skpoint: 60
  378. // Warps all online character of a guild to you. (at least one member of that guild must be on.)
  379. guildrecall: 60
  380. // Warps all online character of a party to you. (at least one party member must be online.)
  381. partyrecall: 60
  382. // Allows you to spy on any Guilds Guild chat. (at least one member of that guild must be on.)
  383. // NOTE: map server needs to be configured to enable spying to use this command (enable_spy: yes)
  384. guildspy: 60
  385. //Allows you to spy on any party's party chat. (at least one party member must be online.)
  386. // NOTE: map server needs to be configured to enable spying to use this command (enable_spy: yes)
  387. partyspy: 60
  388. // Gives you money (zeny) of desired amount.
  389. zeny: 60
  390. // To block definitively a player (only administrator can unblock the account) (2 same commands)
  391. block: 60
  392. charblock: 60
  393. // To unblock a player (2 same commands)
  394. unblock: 60
  395. charunblock: 60
  396. // To ban a player for a limited time (only administrator can unban the account) (4 same commands)
  397. ban: 60
  398. banish: 60
  399. charban: 60
  400. charbanish: 60
  401. // To unban a player (4 same commands)
  402. unban: 60
  403. unbanish: 60
  404. charunban: 60
  405. charunbanish: 60
  406. // To send specified character in jails
  407. jail: 60
  408. // To discharge a prisoner (2 same commands)
  409. unjail: 60
  410. discharge: 60
  411. // To change disguise of another player/GM
  412. chardisguise: 60
  413. charundisguise: 60
  414. // Create a static warp portal that lasts until the next reboot
  415. addwarp: 60
  416. // drop a players possessions on the gruond
  417. chardropall: 60
  418. // put a players possessions in storage
  419. charstoreall: 60
  420. //----------------------
  421. // 80: GM Chief commands
  422. // Set the map you are on to day.
  423. day: 80
  424. // Kills everyone on the server.
  425. doom: 80
  426. // Kills everyone on the map you are on.
  427. doommap: 80
  428. // Set the map you are currently on to night.
  429. night: 80
  430. // Recalls Everyone To Your Coordinates
  431. recallall: 80
  432. // Revives all players on the map.
  433. raisemap: 80
  434. // Revives all players on the server.
  435. raise: 80
  436. // Hides a NPC.
  437. hidenpc: 80
  438. // Unhides a NPC.
  439. shownpc: 80
  440. // Loads a Script
  441. loadnpc: 80
  442. // Unloads a NPC
  443. unloadnpc: 80
  444. // Move a NPC
  445. npcmove: 80
  446. // turn skills on for a map
  447. skillon: 80
  448. // turn skills off for a map
  449. skilloff: 80
  450. // Unmute a player
  451. unmute: 60
  452. //---------------------------
  453. // 99: Administrator commands
  454. // Disconnect all users from the server
  455. kickall: 99
  456. // Closes Map-Server
  457. mapexit: 99
  458. // Give information about terrain/area (debug function)
  459. gat: 99
  460. // Enables debugging
  461. packet: 99
  462. // Allows viewing/changing the map's water level (debug function)
  463. // NOTE: Requires access to the .grf files since the map height properties are not stored in the map cache.
  464. waterlevel: 99
  465. // Shows information about the map
  466. mapinfo: 99
  467. // Set Map Flags (WIP)
  468. mapflag: 99
  469. // Re-load item database (admin command)
  470. reloaditemdb: 99
  471. // Re-load monsters database (admin command)
  472. reloadmobdb: 99
  473. // Re-load skills database (admin command)
  474. reloadskilldb: 99
  475. // Re-load scripts (admin command)
  476. reloadscript: 99
  477. // Re-load GM level (admin command)
  478. reloadgmdb: 99
  479. // change a battle_config flag without rebooting server
  480. setbattleflag: 99
  481. // Refresh only status of players - SQL Only
  482. refreshonline: 99
  483. // Re-load gm command config (admin command)
  484. reloadatcommand: 99
  485. // Re-load battle config (admin command)
  486. reloadbattleconf: 99
  487. // Re-load status database (admin command)
  488. reloadstatusdb: 99
  489. // Re-load player info database (admin command)
  490. reloadpcdb: 99
  491. // Re-load the Message of the Day (admin command)
  492. reloadmotd: 99
  493. // [Un]Disguise All Players (admin command)
  494. disguiseall: 99
  495. undisguiseall: 99
  496. // Mute player (admin command)
  497. mute: 99
  498. mutearea: 99
  499. stfu: 99
  500. // Make monsters ignore you (admin command)
  501. monsterignore: 99
  502. //---------------------------------------------------------------
  503. // 99: Weather effects
  504. rain: 99
  505. snow: 99
  506. clouds: 99
  507. clouds2: 99
  508. fog: 99
  509. fireworks: 99
  510. sakura: 99
  511. leaves:99
  512. // Stop all weather effects
  513. clearweather: 99
  514. //---------------------------------------------------------------
  515. // 0: Mail System - SQL Only commands - Must be enabled
  516. // Check # of messages.
  517. checkmail: 1
  518. // List all messages.
  519. listmail: 1
  520. // List only new mail.
  521. listnewmail: 1
  522. // Read a message.
  523. readmail: 1
  524. // Send mail.
  525. sendmail: 1
  526. // Send priority mail (tagged with Priority and cannot be deleted until read)
  527. sendprioritymail: 80
  528. // Delete a message.
  529. deletemail: 0
  530. //---------------------------------------------------------------
  531. // 100: Disabled commands
  532. gm: 100
  533. nuke: 100
  534. //---------------------
  535. // OTHER: not a command
  536. import: conf/import/atcommand_conf.txt