Guest User

Untitled

a guest
Jul 17th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 KB | None | 0 0
  1. //----------------- PvP commands are here ---------------------------------------//
  2. player.message("============================================================");
  3. player.message("MetalStory Player @[command] Commands Available");
  4. player.message("============================================================");
  5. player.message("@clearslot [equip/etc/use/equip/setup/cash] - Deletes all items in the selected slot.");
  6. player.message("@cleardrops - Clears all items on the ground.");
  7. player.message("@dispose - Use if you're stuck.");
  8. player.message("@emo - Sets your HP to 0.");
  9. player.message("@fm [1~22] - Warps you to the Free Market Room Number [choice].");
  10. player.message("@fm - Warps you to the Free Market Entrance.");
  11. player.message("@fmnpc - Shows the All-In-One NPC.");
  12. player.message("@pvp - Turns your PVP mode on/off.");
  13. player.message("@pvpable - Shows a list of all players with PVP mode on.");
  14. player.message("@rebirth - Reborns your character.");
  15. player.message("@status - Displays the amount of reborns you've had and the total AP you have.");
  16. player.message("@save - Saves your data.");
  17. player.message("@[stat] [amount] - Adds [amount] [str/dex/int/luk].");
  18. }
  19.  
  20.  
  21. player.message("============================================================");
  22. player.message("MetalStory GM/Admin ![command]s available for GM level " + player.gmLevel());
  23. player.message("============================================================");
  24. if(player.gmLevel() > 0) {
  25. player.message("!item [itemid] [amt] - Gives you [amt] [itemid].");
  26. player.message("!event [mapid] - Starts an event in [mapid].");
  27. player.message("!connected - Displays the number of characters connected.");
  28. player.message("!slap [player] [amt] - Slaps [player] with [amt] damage.");
  29. player.message("!buff [buffid] - Buffs you the skill [skillid].");
  30. player.message("!unbuff [buffid] - Deletes buff [buffid].");
  31. player.message("!unbuffme - Deletes all your current buffs.");
  32. player.message("!buffmap - Gives the whole map a series of buffs.");
  33. player.message("!buffme - Buffs you a series of buffs.");
  34. player.message("!ap [amt] - Gives you [amt] AP");
  35. player.message("!sp [amt] - Gives you [amt] SP");
  36. player.message("!warpmap [mapid] - Warps everyone in your map to [mapid].");
  37. player.message("!warpallhere - Warps everyone in the channel to your location.");
  38. player.message("!warphere [player] - Warps [player] to your location. ");
  39. player.message("!warp [mapid] - Warps you to [mapid].");
  40. player.message("!whosthere - Displays all the characters on the current map.");
  41. player.message("!whereami - Shows the ID of the map you are on.");
  42. player.message("!online - Displays a list of all online characters");
  43. player.message("!pos - Displays your location on the map.");
  44. player.message("!lolhaha - Switches the gender of a person.");
  45. player.message("!heal - Restore you HP/MP to your maxHP/maxMP");
  46. player.message("!healmap - Heals all player on your map");
  47. player.message("!healperson [player] - Heals [player]");
  48. player.message("!hide - hides/unhudes you.");
  49. player.message("!killall - Kills all mobs in your map.");
  50. player.message("!saveall - Saves the whole server.");
  51. player.message("!search [category] [name] - Searches the id of [name] under [category. E.g: !search npc snail");
  52. player.message("!recharge - Recharges all Throwing Stars, Bullets and Arrows in your inventory.");
  53. } if(player.gmLevel() > 1) {
  54. player.message("!meso [amt] - Gives you [amt] mesos.");
  55. player.message("!mesoperson [person] [amt] - Gives [player] [amt] mesos.");
  56. player.message("!jail [player] - Sends [player] to jail.");
  57. player.message("!unjail [player] - Releases [player] from jail.");
  58. player.message("!kill [player] - Kills [player].");
  59. player.message("!killmap - Kills every player on your map.");
  60. player.message("!clock [time] - Creates a clock with [time] seconds left.");
  61. player.message("!spawn [mobid] [amt] - Spawns [amt] number of mob [mobid]");
  62. player.message("!pvpall - Turns the PVP mode of everyone on your map on.");
  63. player.message("!unpvpall - Turns the PVP mode of everyone on your map off.");
  64. player.message("!pvp [player] - Toggles [player]'s PVP mode on/off.");
  65. } if(player.gmLevel() > 2) {
  66. player.message("!seteqstat - Maxes all stats of all equipements in your inventory.");
  67. player.message("!drop [itemid] [amt] - Drops [amt] number of [itemid].");
  68. player.message("!proitem [itemitd] [amt] - Gives you item [itemid] that has [amt] of all stats.");
  69. player.message("!npc [npcid] - Creates a temporary NPC [npcid] on your location. Disappears when server restarts.");
  70. player.message("!nx [player] [amt] - Gives [player] [amt] of NX. Leave [player] blank to give yourself.");
  71. player.message("!setall [amt] - Sets all your stats to [amt].");
  72. player.message("!maxall - Maxes all your stats.");
  73. player.message("!exp [amt] - Changes your exp to [amt].");
  74. player.message("![stat] [amt] - Sets [stat] to [amt].");
  75. player.message("!level [amt] - Changes your level to [amt].");
  76. player.message("!levelperson [player] [amt]- Changes [player]'s level to [amt]");
  77. player.message("!job [jobid] - Changes your job to [jobid].");
  78. player.message("!jobperson [player] [jobid]- Changes [player]'s job to [jobid].");
  79. } if(player.gmLevel() > 3) {
  80. player.message("!servermessage [msg] - Sets the banner on top to [ms]");
  81. player.message("!notice [notice] - Sends a notice [notice] to all players.");
  82. player.message("!ban [player] [reason] - Bans [player] from the game. [reason] is optional.");
  83. player.message("!unban [player] - Unbans [player].");
  84. player.message("!dc [player] - Disconnects [player] from the server.");
  85. } if(player.gmLevel() > 4) {
  86. player.message("!metalpoints [player][val] - Gives you [val] metalpoints to [player]. [val] may be negative. Leave player blank to give yourself.");
  87. player.message("!exprate [amt] - Changes exp rate to [amt].");
  88. player.message("!mesorate [amt] - Changes meso rate to [amt].");
  89. player.message("!droprate [amt] - Changes drop rate to [amt].");
  90. player.message("!shutdown [time] - Shuts down the server after [time] seconds.");
  91. player.message("!shutdownnow - Immediately shuts down the server");
  92. player.message("!pmob [mobid] [spawntime] - Creates a permanent mob [mobid] that spawns in intervals of [spawntime].");
  93. player.message("!pnpc [npcid] - Creates a permanent NPC [npcid] on your location.");
  94. player.message("!playernpc [player] [npcid]- Creates an NPC that has your looks an runs [npcid]'s script.");
  95. player.message("!gmlevel [player] [level] - Changes [player]'s GM level to [level].");
  96.  
  97.  
  98.  
  99. //-----------------Donor Commands use the dollar sign ($$$$$$$$$$)-----------------//
  100. player.message("============================================================");
  101. player.message("MetalStory Donator $[command] Commands Available");
  102. player.message("============================================================");
  103. player.message("$buffme - Buffs you a series of buffs.");
  104. player.message("$connected - Displays the number of characters connected.");
  105. player.message("$whereami - Shows the ID of the map you are on.");
  106. player.message("$recharge - Recharges all your throwing stars, arrows, bullets and potions.");
Add Comment
Please, Sign In to add comment