atcommand_athena.conf 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671
  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
  35. //--------------------------
  36. // 0: normal player commands
  37. // Give server time. (6 same commands)
  38. uptime: 0
  39. changesex: 0
  40. time: 0
  41. date: 0
  42. server_date: 0
  43. serverdate: 0
  44. server_time: 0
  45. servertime: 0
  46. // Display your ignore list (people from which you ignore wisps)
  47. ignorelist: 0
  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: 0
  52. // To become GM (need password; password is set in login_athena.conf).
  53. // special!: only a non-GM (player with gm level 0) need to have this command.
  54. // if you change the value, be sure of what you do!
  55. // To be able to create a gm with @gm, you must:
  56. // - give a level to level_new_gm (parameter of login_athena.conf) (not 0)
  57. // - enable to level 0 the @gm command (atcommand_athena.conf) (default 100) - Only level 0 can give access to this command
  58. // - enable gm commands to normal player (battle_athena.conf, atcommand_gm_only parameter)
  59. // - and normal player must give correct password when he use the @gm command (gm_pass paramter in login_athena.conf)
  60. gm: 100
  61. //-------------------------
  62. // 1: Super player commands
  63. // Suicide your character.
  64. die: 1
  65. // Enables you to rename your pet.
  66. petrename: 1
  67. party: 1
  68. // Brings up your personal storage wherever you are.
  69. storage: 1
  70. // Locate someone on a map, returns your coordinates if the person isn't on.
  71. where: 1
  72. //---------------------------
  73. // 10: Super player+ commands
  74. // Spawns you to set points in major cities.
  75. go: 10
  76. //----------------------
  77. // 20: Mediator commands
  78. // Displays helpfile in Athena base directory (2 same commands).
  79. help: 20
  80. h: 20
  81. // Warp yourself to a person (3 same commands + /shift).
  82. jumpto: 20
  83. goto: 20
  84. warpto: 20
  85. // Warp yourself to a person by PID (similar to above, cept you us the PID)
  86. jumptoid: 20
  87. jumptoid2: 20
  88. gotoid: 20
  89. gotoid2: 20
  90. warptoid: 20
  91. warptoid2: 20
  92. // follow a player (including warping to them)
  93. follow: 20
  94. // Disconnects a user from the server (1 command + right click menu for GM "(name) force to quit").
  95. kick: 20
  96. // Disconnects a user from the server using their PID.
  97. kickid: 20
  98. kickid2: 20
  99. // Changes your apperance.
  100. model: 20
  101. // To get a peco to (un)ride
  102. mountpeco: 20
  103. // Returns list of logged in characters with their position (2 same commands).
  104. who: 20
  105. whois: 20
  106. // Returns list of logged in characters with their job.
  107. who2: 20
  108. // Returns list of logged in characters with their party/guild.
  109. who3: 20
  110. // Returns list of logged in characters with their position in a specifical map.
  111. whomap: 20
  112. // Returns list of logged in characters with their job in a specifical map.
  113. whomap2: 20
  114. // Returns list of logged in characters with their party/guild in a specifical map.
  115. whomap3: 20
  116. // Like @who+@who2+who3, but only for GM.
  117. whogm: 20
  118. // Change your appearence to other players to a mob.
  119. disguise: 20
  120. //Restore your normal appearance.
  121. undisguise: 20
  122. // Display ignore list of a player (people from which the player ignore wisps)
  123. charignorelist: 20
  124. // Enable all wispers for a player
  125. inall: 20
  126. // Disable all wispers for a player
  127. exall: 20
  128. //--------------------
  129. // 40: Sub-GM commands
  130. // Broadcast to the whole server. Using (1 command + /nb, /b).
  131. broadcast: 40
  132. // Broadcast to the map you are on (1 command + /lb, /nlb).
  133. localbroadcast: 40
  134. // Broadcast (with or without name).
  135. kami: 40
  136. kamib: 40
  137. // Enables you to go to a certain map, at (x,y) coordinates. (@mapmove + /mm or /mapmove)
  138. mapmove: 40
  139. // Enables GVG on a map (2 same commands).
  140. gvgon: 40
  141. gpvpon: 40
  142. // Turns GVG (Guild v. Guild) off on a map (2 same commands).
  143. gvgoff: 40
  144. gpvpoff: 40
  145. // Heals a person to full HP/SP.
  146. heal: 40
  147. // GM Hide (enables you to be invisible to characters, and most monsters) (1 command + /hide).
  148. hide: 40
  149. // Changes your job to one you specify (2 same commands).
  150. job: 40
  151. jobchange: 40
  152. // Enables you to to jump randomly on a map (that you are already on).
  153. jump: 40
  154. // Warps you to your last save point (2 same commands).
  155. return: 40
  156. load: 40
  157. // Enables lost skills.
  158. lostskill: 40
  159. // Saves a warp point.
  160. memo: 40
  161. // Set your character display options. (Visual effects of your character)
  162. option: 40
  163. //Makes an egg
  164. makeegg: 40
  165. //Hatches an egg
  166. hatch: 40
  167. // Sets the level of intemecy of your pet.
  168. petfriendly: 40
  169. // Sets hunger level of your pet.
  170. pethungry: 40
  171. // Turns PVP (Person v. Person) off on a map.
  172. pvpoff: 40
  173. // Enables PVP on a map.
  174. pvpon: 40
  175. // Enables platinum skills.
  176. questskill: 40
  177. // Sets the speed you can walk/attack at. Default is 150.
  178. speed: 40
  179. // Enables spirit sphere balls.
  180. spiritball: 40
  181. // Warp yourself to a certain map, at (x,y) coordinates (2 same commands).
  182. rura: 40
  183. warp: 40
  184. // Changes GM clothes color (2 same commands)
  185. dye: 40
  186. ccolor: 40
  187. // Changes GM hair style (2 same commands)
  188. hairstyle: 40
  189. hstyle: 40
  190. // Changes GM hair color (2 same commands)
  191. haircolor: 40
  192. hcolor: 40
  193. // Deletes all your items.
  194. itemreset: 40
  195. // Kill all monsters in map (without drops)
  196. killmonster2: 40
  197. // Sets your spawn point (aka save point).
  198. save: 40
  199. // Do some visual effect on your character
  200. effect: 40
  201. // Display all items of a player's cart
  202. charcartlist: 40
  203. // drop all your items
  204. dropall: 40
  205. // store all your items
  206. storeall: 40
  207. // allow other players to hit you out of pvp
  208. killable: 40
  209. // look up a skill by name
  210. skillid: 40
  211. // use a skill by id
  212. useskill: 40
  213. // What skills are required to get this skill
  214. skilltree: 40
  215. // Marriage skills
  216. marry: 40
  217. divorce: 40
  218. rings: 40
  219. // make another player killable
  220. charkillable: 40
  221. // Same as above, cept uses PID.
  222. charkillableid: 40
  223. charkillableid2: 40
  224. //---------------------
  225. // 50: Sub-GM+ commands
  226. // Changes character's model
  227. charmodel: 50
  228. guild: 50
  229. // Brings up your guild storage wherever you are.
  230. gstorage: 50
  231. // Spawns a monster, and a certain amount (3 same commands + /monster).
  232. spawn: 50
  233. monster: 50
  234. summon: 50
  235. // Spawns a monster with parameters not in same order of @spawn.
  236. monster2: 50
  237. // To get a peco to (un)ride for another player.
  238. charmountpeco: 50
  239. // ??
  240. monstersmall: 50
  241. // ??
  242. monsterbig: 50
  243. //----------------
  244. // 60: GM commands
  245. // Starts Guild Wars
  246. agitstart: 60
  247. // Ends Guild Wars
  248. agitend: 60
  249. // Resurects yourself.
  250. alive: 60
  251. // Levels your character to specified level (adds to your level) (3 same commands).
  252. lvup: 60
  253. baselvlup: 60
  254. blevel: 60
  255. // Raises your job level (3 same commands).
  256. joblvup: 60
  257. joblvlup: 60
  258. jlevel: 60
  259. // Sets another persons base level.
  260. charbaselvl: 60
  261. // Changes the sex of an online player (all characters on the account)
  262. charchangesex: 60
  263. // Remove items from a character
  264. chardelitem: 60
  265. // Sets another persons job level.
  266. charjlvl: 60
  267. // Gives another character status points
  268. charstpoint: 60
  269. // Gives another character skill points
  270. charskpoint: 60
  271. // Resets another character's stats
  272. charreset: 60
  273. // Resets another character's status, skills
  274. charstreset: 60
  275. charskreset: 60
  276. // Saves the respawn point of another character.
  277. charsave: 60
  278. // Levels your guild to specified level (2 same commands).
  279. guildlvup: 60
  280. guildlvlup: 60
  281. idsearch: 60
  282. // Creates an item of your choosing, either Item ID or Name (1 command + /item).
  283. item: 60
  284. // Creates a complet item (card, etc...) of your choosing, either Item ID or Name.
  285. item2: 60
  286. // ??
  287. itemcheck: 60
  288. // Kill another character without hitting them.
  289. kill: 60
  290. // Same as above, cept uses PID.
  291. killid: 60
  292. killid2: 60
  293. // Kill all monsters in map (with drops)
  294. killmonster: 60
  295. // Creates yourself a pet egg, have to use Pet ID.
  296. makeegg: 60
  297. // Instantly kills player whose name is entered and deals insane damage to everything around.
  298. // Disabled for now
  299. //nuke: 60
  300. // Enable hitting a player even when not in pvp
  301. killer: 60
  302. // Creates weapon of desired element.
  303. produce: 60
  304. // Warps a character to you (1 command + /recall).
  305. recall: 60
  306. // Warps a character to you using their PID.
  307. recallid: 60
  308. recallid2: 60
  309. // Refines all weapons in your items list.
  310. refine: 60
  311. // Will repair all broken items in inventory.
  312. repairall: 60
  313. // Revives a character, and heals them.
  314. revive: 60
  315. // Same as above, cept uses PID.
  316. reviveid: 60
  317. reviveid2: 60
  318. // Warp another person to a certain map, at (x,y) coordinates (2 same commands).
  319. rura+: 60
  320. charwarp: 60
  321. // Change Status of your character
  322. str: 60
  323. agi: 60
  324. vit: 60
  325. int: 60
  326. dex: 60
  327. luk: 60
  328. // Gets all skills (4 same commands)
  329. allskill: 60
  330. allskills: 60
  331. skillall: 60
  332. skillsall: 60
  333. // sets GM stats to maximum (4 same commands)
  334. statall: 60
  335. statsall: 60
  336. allstats: 60
  337. allstat: 60
  338. // Gives you job points.
  339. stpoint: 60
  340. // Gives you skill points of desired amount.
  341. skpoint: 60
  342. // Warps all online character of a guild to you. (at least one member of that guild must be on.)
  343. guildrecall: 60
  344. // Warps all online character of a party to you. (at least one party member must be online.)
  345. partyrecall: 60
  346. // Allows you to spy on any Guilds Guild chat. (at least one member of that guild must be on.)
  347. guildspy: 60
  348. //Allows you to spy on any party's party chat. (at least one party member must be online.)
  349. partyspy: 60
  350. // Gives you money (zeny) of desired amount.
  351. zeny: 60
  352. // To block definitively a player (only administrator can unblock the account) (2 same commands)
  353. block: 60
  354. charblock: 60
  355. // To unblock a player (2 same commands)
  356. unblock: 60
  357. charunblock: 60
  358. // To ban a player for a limited time (only administrator can unban the account) (4 same commands)
  359. ban: 60
  360. banish: 60
  361. charban: 60
  362. charbanish: 60
  363. // To unban a player (4 same commands)
  364. unban: 60
  365. unbanish: 60
  366. charunban: 60
  367. charunbanish: 60
  368. // To send specified character in jails
  369. jail: 60
  370. // To discharge a prisoner (2 same commands)
  371. unjail: 60
  372. discharge: 60
  373. // To change disguise of another player/GM
  374. chardisguise: 60
  375. charundisguise: 60
  376. // Enables platinum skills of another player.
  377. charquestskill: 60
  378. // Enables lost skills of another player.
  379. charlostskill: 60
  380. // turn on and off skills on a map
  381. skillon: 60
  382. skilloff: 60
  383. // Create a static warp portal that lasts until the next reboot
  384. addwarp: 60
  385. // drop a players possessions on the gruond
  386. chardropall: 60
  387. // put a players possessions in storage
  388. charstoreall: 60
  389. //----------------------
  390. // 80: GM Chief commands
  391. // Set the map you are on to day.
  392. day: 80
  393. // Kills everyone on the server.
  394. doom: 80
  395. // Kills everyone on the map you are on.
  396. doommap: 80
  397. // Set the map you are currently on to night.
  398. night: 80
  399. // Recalls Everyone To Your Coordinates
  400. recallall: 80
  401. // Revives all players on the map.
  402. raisemap: 80
  403. // Revives all players on the server.
  404. raise: 80
  405. // Enables a NPC.
  406. enablenpc: 80
  407. // Disables a NPC.
  408. disablenpc: 80
  409. // Move a NPC
  410. npcmove: 80
  411. // turn skills on for a map
  412. skillon: 80
  413. // turn skills off for a map
  414. skilloff: 80
  415. // Unmute a player
  416. unmute: 60
  417. //---------------------------
  418. // 99: Administrator commands
  419. // Disconnect all users from the server
  420. kickall: 99
  421. // Closes Map-Server
  422. mapexit: 99
  423. // Give information about terrain/area (debug function)
  424. gat: 99
  425. // Enables debugging
  426. packet: 99
  427. // Shows information about the map
  428. mapinfo: 99
  429. // Re-load item database (admin command)
  430. reloaditemdb: 99
  431. // Re-load monsters database (admin command)
  432. reloadmobdb: 99
  433. // Re-load skills database (admin command)
  434. reloadskilldb: 99
  435. // Re-load scripts (admin command)
  436. reloadscript: 99
  437. // Re-load GM level (admin command)
  438. reloadgmdb: 99
  439. // change a battle_config flag without rebooting server
  440. setbattleflag: 99
  441. // Refresh only status of players - SQL Only
  442. refreshonline: 99
  443. //---------------------------------------------------------------
  444. // 99: Weather effects
  445. rain: 99
  446. snow: 99
  447. fog: 99
  448. sakura: 99
  449. leaves:99
  450. // Stop all weather effects
  451. clearweather: 99
  452. //---------------------------------------------------------------
  453. // 0: Mail System - SQL Only commands - Must be enabled
  454. // Check # of messages.
  455. checkmail: 1
  456. // List all messages.
  457. listmail: 1
  458. // List only new mail.
  459. listnewmail: 1
  460. // Read a message.
  461. readmail: 1
  462. // Send mail.
  463. sendmail: 1
  464. // Send priority mail (tagged with Priority and cannot be deleted until read)
  465. sendprioritymail: 80
  466. // Delete a message.
  467. deletemail: 0
  468. //---------------------------------------------------------------
  469. // 100: Disabled commands
  470. gm: 100
  471. //---------------------
  472. // OTHER: not a command
  473. import: conf/import/atcommand_conf.txt