atcommand_athena.conf 16 KB

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