stoneharry

Untitled

Aug 21st, 2013
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. Account Messaging - When you login to your account, a website is checked for messages. If your account has
  2. unread messages then they are sent to the player on the char selection screen and the player can
  3. mark them as read. These are personal on an account basis.
  4.  
  5. Cataclysm/MoP Level Up System - This allows you to have the Cataclysm/MoP leveling up system but you need to
  6. populate the data manually. What I mean by this is you need to write down what class gets what spells
  7. at what levels. This can then be added easily to a client side table and server side needs to be learnt.
  8.  
  9. Blizzard Installer - This allows you to install a custom MPQ using the official Blizzard Installer. It works
  10. for all Windows clients and can be run in Linux or Mac using WINE (I do not own a Mac computer thus
  11. cannot directly develop for it.) The Blizzard Installer will automatically install the patch, change
  12. the realmlist and delete the cache folder. It currently does not protect MPQs by removing the listfile
  13. but can be done with a bit of research and development. The issue with this is you cannot update a patch
  14. that doesn't have a listfile, so you would need to create a new MPQ for every update if you want to deploy
  15. updates without a listfile.
  16.  
  17. Custom Cinematics - This allows one to play a in game custom cinematic. A cinematic is not a movie file etc, it
  18. is a camera with the black bar on the bottom and top that moves around while playing a sound ID. You
  19. can see examples of this on my YouTube channel. http://www.youtube.com/user/stoneharryNotBan
  20.  
  21. Custom Login Screen - I would be willing to sell my login screen, but not make a new one because it is extremely
  22. difficult to get how desired.
  23.  
  24. Cataclysm/MoP Char Creation Screen - The title says it all, it does not include the new background M2s and when
  25. customising the characters you cannot pick images but instead use the normal cycle buttons.
  26.  
  27. Cataclysm/MoP Loot System - When you win a item in a group, it shows "YOU WON - X" image and item etc as it
  28. happens in Cataclysm/MoP.
  29.  
  30. Platinum Currency - Add a new currency for 100 gold. 100 gold = 1 platinum. This works in all the UI's, including
  31. vendors/mail/auction house/trading etc.
Advertisement
Add Comment
Please, Sign In to add comment