atcommand_athena.conf 16 KB

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