Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.06 KB | None | 0 0
  1. //--------------------------------------------------------------
  2. // eAthena atcommand configuration file.
  3. // Originally translated by Peter Kieser <pfak@telus.net>
  4. //--------------------------------------------------------------
  5.  
  6. // The symbol that will be used to recognize commands.
  7. // You can set any one character except control-characters (0x00-0x1f),
  8. // '%', '$' (party/guild chat speaking) and '/' (standard client commands).
  9. // command_symbol represents @commands used locally
  10. // char_symbol represents #commands used on other players.
  11. command_symbol: @
  12. char_symbol: #
  13.  
  14. // The following settings in this file use the format "<command name>: level(@),level(#)".
  15. // They define the minimum GM level required to execute the associated command.
  16. // @ = atcommand. most work only on yourself.
  17. // # = charcommand. remote usage only. GMs will be able to use these on other players.
  18. // Adjust values as you like. Note that to activate commands for normal players,
  19. // (GM level 0), you also need to change the 'atcommand_gm_only' option to 'no'.
  20. // To completely disable a command, set its required GM level to 100.
  21.  
  22. // Default levels were chosen so that they form the following hierarchy:
  23. // 0: Normal player
  24. // -> no commands accessible
  25. // 1: Super player
  26. // -> some minor advantage: storage, petrename, etc...
  27. // 10: Super player+
  28. // -> more powerful commands, like mobsearch and changegm
  29. // 20: Mediator
  30. // -> GM commands for finding players and moving to them (also kicking them)
  31. // 40: Sub-GM
  32. // -> GM commands for basic tasks, no significant impact on other players
  33. // 50: Sub-GM+
  34. // -> GM commands to spawn mobs and create guilds
  35. // 60: GM
  36. // -> almost all commands available (except administration and mass commands)
  37. // 80: GM Chief
  38. // -> can do anything, except administration commands
  39. // 99: Administrator
  40. // -> can do anything!
  41. // 100: Disabled
  42. // -> commands that will not be available to anyone
  43.  
  44.  
  45. //--------------------------
  46. // 0: normal player commands
  47.  
  48. // Displays a list of @ commands available to the player.
  49. commands: 1,1
  50.  
  51. // Displays a list of # commands available to the player.
  52. charcommands: 1,1
  53.  
  54. // Displays the server rates.
  55. rates: 1,1
  56.  
  57. // Show server uptime
  58. uptime: 1,1
  59.  
  60. // Shows/Hides the "there is a delay after a skill" message.
  61. showdelay: 1,1
  62.  
  63. // Displays current levels and % progress.
  64. exp: 1,1
  65.  
  66. // To change your (own) email (characters protection)
  67. // note: this command doesn't check email itself, but check structure of the email (xxx@xxx)
  68. // if you want be sure of each e-mail disable this option (value: 100)
  69. email: 1,1
  70.  
  71. // Show Monster info (rates, stats, drops, MVP stuff)
  72. mobinfo: 1,1
  73. monsterinfo: 1,1
  74. mi: 1,1
  75.  
  76. // Show Item info (type, price, etc)
  77. iteminfo: 1,1
  78. ii: 1,1
  79.  
  80. // Show who drops an item (mobs with highest drop rate)
  81. whodrops: 1,1
  82.  
  83. // Syncs the player's position on the client with the one stored on the server.
  84. refresh: 1,1
  85.  
  86. // Give server time. (6 same commands)
  87. time: 1,1
  88. date: 1,1
  89. serverdate: 1,1
  90. servertime: 1,1
  91.  
  92. // Displays SVN version of the server.
  93. version: 1,1
  94.  
  95. // Suicide your character.
  96. die: 1,1
  97.  
  98. // Enables you to rename your pet.
  99. petrename: 1,1
  100.  
  101. // Organize a new party, with you as the party leader.
  102. party: 1,1
  103.  
  104. // Brings up your personal storage wherever you are.
  105. storage: 1,1
  106.  
  107. // Opens your mailbox.
  108. mail: 1,1
  109.  
  110. // Opens auctions window.
  111. auction: 1,1
  112.  
  113. // Locate someone on a map, returns your coordinates if the person isn't on.
  114. where: 1,1
  115.  
  116. // Duel organizing commands
  117. duel: 0,1
  118. invite: 0,1
  119. accept: 0,1
  120. reject: 0,1
  121. leave: 0,1
  122.  
  123. // Main chat
  124. main: 1,1
  125.  
  126. // Autorejecting Deals/Invites
  127. noask: 1,1
  128.  
  129. // Displays remaining jail time
  130. jailtime: 1,1
  131.  
  132. // Homunculus commands for players
  133. hominfo: 1,1
  134. homstats: 1,1
  135.  
  136. // Kill Steal Protection
  137. noks: 1,1
  138.  
  139. // Set Font
  140. font: 1,1
  141.  
  142. //-------------------------
  143. // 1: Super player commands
  144.  
  145. // Displays a list of @ commands available to the player.
  146. commands: 0,1
  147.  
  148. // Displays a list of # commands available to the player.
  149. charcommands: 1,1
  150.  
  151. // Displays the server rates.
  152. rates: 1,1
  153.  
  154. // Show server uptime
  155. uptime: 1,1
  156.  
  157. // Shows/Hides the "there is a delay after a skill" message.
  158. showdelay: 1,1
  159.  
  160. // Displays current levels and % progress.
  161. exp: 1,1
  162.  
  163. // To change your (own) email (characters protection)
  164. // note: this command doesn't check email itself, but check structure of the email (xxx@xxx)
  165. // if you want be sure of each e-mail disable this option (value: 100)
  166. email: 1,1
  167.  
  168. // Show Monster info (rates, stats, drops, MVP stuff)
  169. mobinfo: 1,1
  170. monsterinfo: 1,1
  171. mi: 1,1
  172.  
  173. // Show Item info (type, price, etc)
  174. iteminfo: 1,1
  175. ii: 1,1
  176.  
  177. // Show who drops an item (mobs with highest drop rate)
  178. whodrops: 1,1
  179.  
  180. // Syncs the player's position on the client with the one stored on the server.
  181. refresh: 1,1
  182.  
  183. // Give server time. (6 same commands)
  184. time: 1,1
  185. date: 1,1
  186. serverdate: 1,1
  187. servertime: 1,1
  188.  
  189. // Displays SVN version of the server.
  190. version: 1,1
  191.  
  192. // Suicide your character.
  193. die: 1,1
  194.  
  195. // Enables you to rename your pet.
  196. petrename: 1,1
  197.  
  198. // Organize a new party, with you as the party leader.
  199. party: 1,1
  200.  
  201. // Brings up your personal storage wherever you are.
  202. storage: 1,1
  203.  
  204. // Opens your mailbox.
  205. mail: 1,1
  206.  
  207. // Opens auctions window.
  208. auction: 1,1
  209.  
  210. // Locate someone on a map, returns your coordinates if the person isn't on.
  211. where: 1,1
  212.  
  213. // Duel organizing commands
  214. duel: 0,1
  215. invite: 0,1
  216. accept: 0,1
  217. reject: 0,1
  218. leave: 0,1
  219.  
  220. // Main chat
  221. main: 1,1
  222.  
  223. // Autorejecting Deals/Invites
  224. noask: 1,1
  225.  
  226. // Displays remaining jail time
  227. jailtime: 1,1
  228.  
  229. // Homunculus commands for players
  230. hominfo: 1,1
  231. homstats: 1,1
  232.  
  233. // Kill Steal Protection
  234. noks: 1,1
  235.  
  236. // Set Font
  237. font: 1,1
  238.  
  239. //---------------------------
  240. // 10: Super player+ commands
  241.  
  242. // Displays/Hides Experience gained
  243. showexp: 10,10
  244.  
  245. // Displays/Hides Zeny gained
  246. showzeny: 10,10
  247.  
  248. // Warps you to predefined locations in major cities.
  249. go: 0,10
  250.  
  251. // Enables/disables autolooting from killed mobs.
  252. autoloot: 10,10
  253.  
  254. // Enables/disables autolooting an item.
  255. alootid: 10,10
  256.  
  257. // Allows you continue vending offline.
  258. autotrade: 10,10
  259. at: 10,10
  260.  
  261. // Change Guild Master of your Guild
  262. changegm: 10,10
  263.  
  264. // Change the leader of your party.
  265. changeleader: 10,10
  266.  
  267. // Change the party exp- and item share rules.
  268. partyoption: 10,10
  269.  
  270. // Command what the player's pet will say.
  271. pettalk: 10,10
  272.  
  273. // Command what the player's homunculus will say.
  274. homtalk: 10,10
  275.  
  276. // Locates and displays the position of a certain mob on the current map.
  277. mobsearch: 10,10
  278. // Locates and displays the position of a certain mob on your mini-map
  279. showmobs: 10,10
  280. // Prints out in which maps a monster normally spawns at (does not count script-invoked mobs)
  281. whereis: 10,10
  282.  
  283. // Resets a Star Gladiator's marked maps
  284. feelreset: 10,10
  285.  
  286. //----------------------
  287. // 20: Mediator commands
  288.  
  289. // Displays helpfile in eAthena base directory (2 same commands).
  290. help: 20,20
  291. h: 20,20
  292. help2: 20,20
  293. h2: 20,20
  294.  
  295. // Warp yourself to a person (3 same commands + /shift).
  296. jumpto: 20,20
  297. goto: 20,20
  298. warpto: 20,20
  299.  
  300. // Displays the motd file to all players
  301. gmotd: 20,20
  302.  
  303. // Follow a player (including warping to them)
  304. follow: 20,20
  305.  
  306. // Sends a request to all connected GMs (via the gm whisper system)
  307. request: 20,20
  308.  
  309. // Disconnects a user from the server (1 command + right click menu for GM "(name) force to quit").
  310. kick: 20,20
  311.  
  312. // Changes your appearance.
  313. model: 20,20
  314.  
  315. // To get a peco to (un)ride.
  316. // If you want to get a colored dragon you must use @mount <num>:
  317. // 1 = Green Dragon (by default)
  318. // 2 = Black Dragon
  319. // 3 = White Dragon
  320. // 4 = Blue Dragon
  321. // 5 = Red Dragon
  322. mount: 20,20
  323.  
  324. // Returns list of logged in characters with their position (2 same commands).
  325. who: 20,20
  326. whois: 20,20
  327.  
  328. // Returns list of logged in characters with their job.
  329. who2: 20,20
  330.  
  331. // Returns list of logged in characters with their party/guild.
  332. who3: 20,20
  333.  
  334. // Returns list of logged in characters with their position in a specifical map.
  335. whomap: 20,20
  336.  
  337. // Returns list of logged in characters with their job in a specifical map.
  338. whomap2: 20,20
  339.  
  340. // Returns list of logged in characters with their party/guild in a specifical map.
  341. whomap3: 20,20
  342.  
  343. // Displays GMs online. For those who are higher GM level than yourself,
  344. // only the name is shown, for the rest, it displays the same info of
  345. // @who+@who2+who3
  346. whogm: 20,20
  347.  
  348. // Change your appearence to other players to a mob.
  349. disguise: 20,20
  350.  
  351. // Restore your normal appearance.
  352. undisguise: 20,20
  353.  
  354. // Displays the text as a normal message with the format "*name message*"
  355. // instead of "name : message" (Like the /me command in IRC)
  356. me: 20,20
  357.  
  358. // Changes your name to your choice temporarily.
  359. fakename: 20,20
  360.  
  361. // Changes your size.
  362. size: 20,20
  363.  
  364. // Can command what other npcs (by name) can say.
  365. npctalk: 20,20
  366. npctalkc: 20,20
  367.  
  368. //--------------------
  369. // 40: Sub-GM commands
  370.  
  371. // Broadcast to the whole server. Using (1 command + /nb, /b).
  372. broadcast: 40,40
  373.  
  374. // Broadcast to the map you are on (1 command + /lb, /nlb).
  375. localbroadcast: 40,40
  376.  
  377. // Broadcast (with or without name)
  378. kami: 40,40
  379. // Same as kami but with blue color
  380. kamib: 40,40
  381. // Same as kami but you can choose the color (uses different packet)
  382. kamic: 40,40
  383.  
  384. // Enables GvG on a map (2 same commands).
  385. gvgon: 40,40
  386. gpvpon: 40,40
  387.  
  388. // Turns GvG (Guild vs. Guild) off on a map (2 same commands).
  389. gvgoff: 40,40
  390. gpvpoff: 40,40
  391.  
  392. // Activate/Deactivate kill steal protection on a map
  393. allowks: 40,40
  394.  
  395. // Modifies your HP/SP.
  396. heal: 40,40
  397.  
  398. // GM Hide (total invisibility to characters and monsters) (1 command + /hide).
  399. hide: 40,40
  400.  
  401. // Changes your job to one you specify (2 same commands).
  402. job: 40,40
  403. jobchange: 40,40
  404.  
  405. // Enables you to to jump randomly on a map (that you are already on).
  406. jump: 40,40
  407.  
  408. // Warps you to your last save point (2 same commands).
  409. load: 40,40
  410. return: 40,40
  411.  
  412. // Warps you to a specific npc
  413. tonpc: 40,40
  414.  
  415. // Saves a warp point.
  416. memo: 40,40
  417.  
  418. // Set your character display options. (Visual effects of your character)
  419. option: 40,40
  420.  
  421. // Sets the level of intemecy of your pet.
  422. petfriendly: 40,40
  423.  
  424. // Sets hunger level of your pet.
  425. pethungry: 40,40
  426.  
  427. // Turns PvP (Person vs. Person) off on a map.
  428. pvpoff: 40,40
  429.  
  430. // Enables PvP on a map.
  431. pvpon: 40,40
  432.  
  433. // Permanently adds/removes a quest skill
  434. questskill: 40,40
  435. lostskill: 40,40
  436.  
  437. // Sets the speed you can walk/attack at. Default is 150.
  438. speed: 40,40
  439.  
  440. // Summons spirit spheres around you.
  441. spiritball: 40,40
  442.  
  443. // Warp yourself to a certain map, at (x,y) coordinates (2 same commands).
  444. mapmove: 40,40 // (also /mm or /mapmove)
  445. rura: 40,40
  446. warp: 0,40
  447.  
  448. // Changes GM clothes color (2 same commands)
  449. dye: 40,40
  450. ccolor: 40,40
  451.  
  452. // Changes GM hair style (2 same commands)
  453. hairstyle: 40,40
  454. hstyle: 40,40
  455.  
  456. // Changes GM hair color (2 same commands)
  457. haircolor: 40,40
  458. hcolor: 40,40
  459.  
  460. // Deletes all your items.
  461. itemreset: 40,40
  462.  
  463. // Does a skill/stat reset.
  464. reset: 40,40
  465.  
  466. // Displays distribution of players on the server per map (% on each map which has players)
  467. users: 40,40
  468.  
  469. // Deletes floor items in your range of sight
  470. cleanmap: 40,40
  471.  
  472. // Kill all monsters in map (without drops)
  473. killmonster2: 40,40
  474.  
  475. // Sets your spawn point (aka save point).
  476. save: 40,40
  477.  
  478. // Do some visual effect on your character
  479. effect: 40,40
  480.  
  481. // Do some visual effect on your character (misceffect)
  482. misceffect: 40,40
  483.  
  484. // GM's magnifier
  485. identify: 40,40
  486.  
  487. // Drop all your items
  488. dropall: 40,40
  489.  
  490. // Store all your items
  491. storeall: 40,40
  492.  
  493. // Allow other players to hit you out of PvP
  494. killable: 40,40
  495.  
  496. // Look up a skill by name
  497. skillid: 40,40
  498.  
  499. // Use a skill by id
  500. useskill: 40,40
  501.  
  502. // What skills are required to get this skill
  503. skilltree: 40,40
  504.  
  505. // Marriage commands
  506. marry: 40,40
  507. divorce: 40,40
  508.  
  509. // Adopt a novice into a family
  510. adopt: 40,40
  511.  
  512. // Play a Sound!
  513. sound: 40,40
  514.  
  515. // Displays a player's storage
  516. storagelist: 40,40
  517.  
  518. // Displays a player's cart contents
  519. cartlist: 40,40
  520.  
  521. // Displays a player's items
  522. itemlist: 40,40
  523.  
  524. // Displays a player's stats
  525. stats: 40,40
  526.  
  527. //---------------------
  528. // 50: Sub-GM+ commands
  529.  
  530. // Creates a new guild, with you as the guildmaster.
  531. guild: 50,50
  532.  
  533. // Brings up your guild storage wherever you are.
  534. gstorage: 50,50
  535.  
  536. // Spawns a monster, and a certain amount (2 same commands + /monster).
  537. monster: 80,90
  538. spawn: 80,90
  539.  
  540. // Spawns a smaller sized version of a monster.
  541. monstersmall: 50,50
  542.  
  543. // Spawns a larger sized version of a monster.
  544. monsterbig: 50,50
  545.  
  546. // Spawns mobs that treat you as their master (they disappear after some time)
  547. summon: 50,50
  548.  
  549. // It will spawn a supportive clone of the given player.
  550. clone: 50,50
  551.  
  552. // It will spawn a supportive clone of the given player that follows the creator around.
  553. slaveclone: 50,50
  554.  
  555. // It will spawn an aggresive clone of the given player.
  556. evilclone: 50,50
  557.  
  558.  
  559. //----------------
  560. // 60: GM commands
  561.  
  562. // Add or Remove Cash/Kafra points to yourself
  563. cash: 60,90
  564. points: 60,90
  565.  
  566. // Starts Guild Wars
  567. agitstart: 60,90
  568.  
  569. // Ends Guild Wars
  570. agitend: 60,90
  571.  
  572. // Resurects yourself.
  573. alive: 60,90
  574.  
  575. // Levels your character to specified level (adds to your level) (7 same commands).
  576. blvl: 60,90
  577. lvup: 60,90
  578. blevel: 60,90
  579. baselvl: 60,90
  580. baselvup: 60,90
  581. baselevel: 60,90
  582. baselvlup: 60,90
  583.  
  584. // Raises your job level (6 same commands).
  585. jlvl: 60,90
  586. jlevel: 60,90
  587. joblvl: 60,90
  588. joblvup: 60,90
  589. joblevel: 60,90
  590. joblvlup: 60,90
  591.  
  592. // Changes the sex of yourself
  593. changesex: 60,90
  594.  
  595. // Levels your guild to specified level (2 same commands).
  596. glvl: 60,90
  597. glevel: 60,90
  598. guildlvl: 60,90
  599. guildlvup: 60,90
  600. guildlevel: 60,90
  601. guildlvlup: 60,90
  602.  
  603. // Find an itemID based on item name
  604. idsearch: 60,90
  605.  
  606. // Creates an item of your choosing, either Item ID or Name (1 command + /item).
  607. item: 60,90
  608.  
  609. // Creates a complet item (card, etc...) of your choosing, either Item ID or Name.
  610. item2: 60,90
  611.  
  612. // Deletes an item of your choosing, either Item ID or Name.
  613. delitem: 60,90
  614.  
  615. // Kill another character without hitting them.
  616. kill: 90,90
  617.  
  618. // Kill all monsters in map (with drops)
  619. killmonster: 90,99
  620.  
  621. // Creates yourself a pet egg.
  622. makeegg: 60,90
  623.  
  624. // Hatches an egg
  625. hatch: 60,90
  626.  
  627. // Instantly kills player whose name is entered and deals insane damage to everything around
  628. nuke: 60,90
  629.  
  630. // Enable hitting a player even when not in PvP
  631. killer: 60,90
  632.  
  633. // Creates weapon of desired element.
  634. produce: 60,90
  635.  
  636. // Warps a character to you (1 command + /recall).
  637. recall: 60,90
  638.  
  639. // Refines all weapons in your items list.
  640. refine: 60,90
  641.  
  642. // Will repair all broken items in inventory.
  643. repairall: 60,90
  644.  
  645. // Change Status of your character
  646. str: 60,90
  647. agi: 60,90
  648. vit: 60,90
  649. int: 60,90
  650. dex: 60,90
  651. luk: 60,90
  652.  
  653. // Gets all skills (4 same commands)
  654. allskill: 60,90
  655. allskills: 60,90
  656. skillall: 60,90
  657. skillsall: 60,90
  658.  
  659. // Sets GM stats to maximum (4 same commands)
  660. statall: 60,90
  661. statsall: 60,90
  662. allstats: 60,90
  663. allstat: 60,90
  664.  
  665. // Gives you job points.
  666. stpoint: 60,90
  667.  
  668. // Gives you skill points of desired amount.
  669. skpoint: 60,90
  670.  
  671. // Warps all online character of a guild to you. (at least one member of that guild must be on.)
  672. guildrecall: 60,90
  673.  
  674. // Warps all online character of a party to you. (at least one party member must be online.)
  675. partyrecall: 60,90
  676.  
  677. // Allows you to spy on any Guilds Guild chat. (at least one member of that guild must be on.)
  678. // NOTE: map server needs to be configured to enable spying to use this command (enable_spy: yes)
  679. guildspy: 60,90
  680.  
  681. // Allows you to spy on any party's party chat. (at least one party member must be online.)
  682. // NOTE: map server needs to be configured to enable spying to use this command (enable_spy: yes)
  683. partyspy: 60,90
  684.  
  685. // Gives you money (zeny) of desired amount.
  686. zeny: 60,90
  687.  
  688. // To block definitively a player (2 same commands)
  689. block: 60,90
  690. charblock: 60,90
  691.  
  692. // To unblock a player (2 same commands)
  693. unblock: 60,90
  694. charunblock: 60,90
  695.  
  696. // To ban a player for a limited time (4 same commands)
  697. ban: 90,90
  698. banish: 90,90
  699. charban: 90,90
  700. charbanish: 90,90
  701.  
  702. // To unban a player (4 same commands)
  703. unban: 90,90
  704. unbanish: 90,90
  705. charunban: 90,90
  706. charunbanish: 90,90
  707.  
  708. // To send specified character in jails
  709. jail: 80,90
  710.  
  711. // To discharge a prisoner (2 same commands)
  712. unjail: 80,90
  713. discharge: 80,90
  714.  
  715. // Timed jailing
  716. jailfor: 80,90
  717.  
  718. // Create a static warp portal that lasts until the next reboot
  719. addwarp: 60,90
  720.  
  721. // Open a trade window with any player
  722. trade: 60,90
  723.  
  724. // Changes the player's appearance (headgear)
  725. changelook: 60,90
  726.  
  727. // Homunculus commands for GMs
  728. hlvl: 60,90
  729. hlevel: 60,90
  730. homlvl: 60,90
  731. homlvup: 60,90
  732. homlevel: 60,90
  733. homevolve: 60,90
  734. homevolution: 60,90
  735. makehomun: 60,90
  736. homfriendly: 60,90
  737. homhungry: 60,90
  738.  
  739. // Re-calculates stats, as if the homun was sent back to level 1 and re-leveled
  740. homshuffle: 60,90
  741.  
  742. // WoE 2 start/stop commands
  743. agitstart2: 60,90
  744. agitend2: 60,90
  745.  
  746. // Resets player stats
  747. streset: 60,90
  748.  
  749. // Resets player skills
  750. skreset: 60,90
  751.  
  752.  
  753. //----------------------
  754. // 80: GM Chief commands
  755.  
  756. // Set the map you are on to day.
  757. day: 90,99
  758.  
  759. // Kills everyone on the server.
  760. doom: 90,99
  761.  
  762. // Kills everyone on the map you are on.
  763. doommap: 90,99
  764.  
  765. // Set the map you are currently on to night.
  766. night: 90,99
  767.  
  768. // Recalls Everyone To Your Coordinates
  769. recallall: 90,99
  770.  
  771. // Revives all players on the map.
  772. raisemap: 90,99
  773.  
  774. // Revives all players on the server.
  775. raise: 90,99
  776.  
  777. // Hides a NPC.
  778. hidenpc: 90,99
  779.  
  780. // Unhides a NPC.
  781. shownpc: 90,99
  782.  
  783. // Loads a Script
  784. loadnpc: 90,99
  785.  
  786. // Unloads a NPC
  787. unloadnpc: 90,99
  788.  
  789. // Move a NPC
  790. npcmove: 90,99
  791.  
  792. // turn skills on for a map
  793. skillon: 90,99
  794.  
  795. // turn skills off for a map
  796. skilloff: 90,99
  797.  
  798. // Mute a player (prevents talking, usage of skills and commands)
  799. mute: 90,99
  800.  
  801. // Unmute a player
  802. unmute: 90,99
  803.  
  804. //---------------------------
  805. // 99: Administrator commands
  806.  
  807. // Disconnect all users from the server
  808. kickall: 99,99
  809.  
  810. // Closes Map-Server
  811. mapexit: 99,99
  812.  
  813. // Used for testing packet sends from the client (debug function)
  814. send: 99,99
  815.  
  816. // Give information about terrain/area (debug function)
  817. gat: 99,99
  818.  
  819. // Displays a status change without really applying it (debug function)
  820. displaystatus: 99,99
  821.  
  822. // Displays the animation of a skill without really using it (debug function)
  823. displayskill: 99,99
  824.  
  825. // Shows information about the map
  826. mapinfo: 99,99
  827.  
  828. // Set Map Flags (WIP)
  829. mapflag: 99,99
  830.  
  831. // Re-load item database (admin command)
  832. reloaditemdb: 99,99
  833.  
  834. // Re-load monsters database (admin command)
  835. reloadmobdb: 99,99
  836.  
  837. // Re-load skills database (admin command)
  838. reloadskilldb: 99,99
  839.  
  840. // Re-load scripts (admin command)
  841. reloadscript: 99,99
  842.  
  843. // Change a battle_config flag without rebooting server
  844. setbattleflag: 99,99
  845.  
  846. // Re-load gm command config (admin command)
  847. reloadatcommand: 99,99
  848.  
  849. // Re-load battle config (admin command)
  850. // Note that some player config settings won't take effect until relog
  851. // (display exp, display zeny, display skill delay fail, ...)
  852. reloadbattleconf: 99,99
  853.  
  854. // Re-load status database (admin command)
  855. reloadstatusdb: 99,99
  856.  
  857. // Re-load player info database (admin command)
  858. reloadpcdb: 99,99
  859.  
  860. // Re-load the Message of the Day (admin command)
  861. reloadmotd: 99,99
  862.  
  863. // Changes the GM level of another character
  864. // (lasts until reboot, or gm list reload)
  865. adjgmlvl: 99,99
  866.  
  867. // Changes the required GM level of an @ command
  868. // (effect lasts until restart or command reload)
  869. adjcmdlvl: 99,99
  870.  
  871. // [Un]Disguise All Players (admin command)
  872. disguiseall: 99,99
  873. undisguiseall: 99,99
  874.  
  875. // Mutes every player on screen (admin command)
  876. mutearea: 99,99
  877. stfu: 99,99
  878.  
  879. // Makes you immune to attacks (monsters/players/skills cannot target/hit you, admin command)
  880. monsterignore: 99,99
  881. battleignore: 99,99
  882.  
  883. //---------------------------------------------------------------
  884. // 99: Weather effects
  885.  
  886. snow: 99,99
  887.  
  888. clouds: 99,99
  889.  
  890. clouds2: 99,99
  891.  
  892. fog: 99,99
  893.  
  894. fireworks: 99,99
  895.  
  896. sakura: 99,99
  897.  
  898. leaves:99,99
  899.  
  900. // Stop all weather effects
  901. clearweather: 99,99
  902.  
  903. //---------------------------------------------------------------
  904. // 100: Disabled commands
  905.  
  906. //---------------------
  907. // OTHER: not a command
  908.  
  909. import: conf/import/atcommand_conf.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement