Advertisement
conan513

Untitled

May 30th, 2020
1,521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.39 KB | None | 0 0
  1. V2 SPP HOT FIX UPDATE 4.5
  2. This hotfix is provided in hopes of getting more feed back on both the battlepay system and identifying possible broken
  3. NPCS.
  4.  
  5. NPC Corrections\fixes\additions:
  6. SPP New Transmog NPC (locations is the front gate walk way of stormwind and orgrimmar
  7. and the respective void banks.
  8. Razor Hill Waypoint NPC Data added
  9. Orgrimmar NPC Miwana Inn Keeper now linked to inn keeper script.
  10. Orgrimmar NPC Tinza Silvermug Inn Keeper now linked to inn keeper script
  11. Stormwind NPC Steve Lohan Inn Keeper now linked to inn keeper script and sells items.
  12. Darnassus NPC Gwen Armstead Inn Keeper now linked to inn keeper script.
  13. Ironforge npcs now actually do move again, as for some people it wasn't working.. sorry about that. @MDic
  14. Sraaz NPC 9099 (IronForge now sells pie and is a drug dealer as well), now sells sugar booger. @MDic
  15. Missing NPC Scowling Rosa <Text and Specialty Goods> Npc added with waypoint data.
  16. Valley of trials and Mulgor waypoint and npc animation added.
  17.  
  18. MAGE SUMMON WATER ELEMENT:
  19. Mage summon water elemental now does melee attack and respond. We know it is suppose to do waterbolt as the attack
  20. but this is a quick work around until We can identify why it isnt casting waterbolt.
  21.  
  22.  
  23. Battlepay V2 System Introduced:
  24. Battle Pay Character boost, Level Boost, and Gold Boost now works.
  25. Battlepay descriptions added for all but weapons, armor and heirlooms
  26. Battle Pay Icons added and descriptions fixed up for boosts. Battle Pay Group Icons now correct size
  27. Battlepay Access and Purchases Premissions set from acct lvl 1 (Moderator) to acct lvl 0 (PLAYER).
  28. Ensure world conf flag Purchase.shop.enabled = 1 with bpay system being on bpay = 1
  29. To allow purchases from player lvl 0 accounts.
  30. Most boosts require a level 90 character (Professions boost mainly)
  31.  
  32. Other:
  33. Most tested Glyphs work except for summon gaurdians, still trying to identify why. Need feed back
  34. Adventure Journal small touch up in function
  35. Unanounced Module Prep work
  36.  
  37. ###################################################################################################
  38. # Disable Garrison Upgrades#
  39. ############################
  40. #
  41. #        Garrisone.DisableUpgrade
  42. #            Set it to 1 to disable garrison upgrades. (Will help with Mage tower challenge)
  43. #    Default : 0
  44. #
  45. Garrisone.DisableUpgrade = 0
  46. #
  47. ###################################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement