Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. bcharacter.cpp
  2. *Max level 2000
  3. *20000 EXP gain per combat (2 levels)
  4. *Added level 750/2000 baldric
  5. *level 1001 message, level 2000 message
  6. *expboost no longer applies to players 1k+
  7.  
  8.  
  9. magic.cpp
  10. *added the 'summon elemental' effects to "Freezing Wind, Earth Spike, Dancing Flame, Hurricane"
  11. *added 'area_lightning' effect to "Crawling Charge"
  12. *overall buff to every damaging spell
  13. *buff to heal/gheal
  14. *Duachs vengeance buffed
  15. *Doppleganger code added
  16.  
  17. mlaction.cpp
  18. *mobs will now drop items picked up 100% of the time
  19.  
  20. mlbandit.cpp
  21. mlbandit.hpp
  22. *created custom AI for new 'Bandit' mobs
  23.  
  24. mlbmystic.cpp
  25. mlbmystic.hpp
  26. *created custom AI for new 'Bandit Mystic' mobs
  27.  
  28. mlswashbuckler.cpp
  29. mlswashbuckler.hpp
  30. *created custom AI for new 'Swashbuckler' mobs
  31.  
  32. rmparser.cpp
  33. /gms now work for mortals
  34. /room now works for mortals
  35. /gold enabled for implementors
  36. /expboost enabled for moderators to change
  37. /conjure now allows imps to conjure NPCs
  38. /state had a color added, also added player/NPC kills to list
  39.  
  40. wobject.cpp
  41. *disabled satori dye 'hack' check (fixed Satori dyes)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement