Advertisement
Guest User

Untitled

a guest
Sep 18th, 2016
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. Commands:
  2. /char [num] - Changes your character so you can have multiple characters (like in an mmo)
  3.  
  4. /giveGold [targetName] [amount] - Gives [amount] gold to [targetName]
  5.  
  6. /help - What do you think this does?
  7.  
  8. /pvp [on/off] - Toggles PVP. /pvp on turns it on.
  9.  
  10. /quest - Shows your active quest
  11.  
  12. /removeArmor
  13. /removePack
  14.  
  15. /setRegion [parameter] (admin only)
  16. /stats - Shows your character stats
  17.  
  18. Shop:
  19. Use shops brick to access the shops.
  20. You can change your class and buy weapons and stuff.
  21.  
  22. Adding bots:
  23. Just use a regular bot and in the events,
  24. on-bot-spawn, bot, changedatablock, [monstername]
  25. It'll retain the bot appearance but have a different playertype
  26.  
  27. Events:
  28. Use RPG_modVariable to change variables such as gold, exp, etc.
  29. You should be able to add/subtract and what not.
  30.  
  31. Quests:
  32. Done through a combination of code and events, just look in the code to figure it out.
  33. You don't have to use quests via the mod if you don't want to, as you can add EXP via events and what not.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement