Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. //===== Compatible With: =====================================
  2. //= rAthena Project (pajodex)
  3. //===== Description: =========================================
  4. /*
  5.  
  6. - MVP Ladder which is fully automated.
  7. - Just leave it on and NPC will do the rest.
  8. - Easy configure
  9. - Added @mvpreset command to reset the ladder. It will also reset the
  10. monthly and weekly if it is on the '.day' and '.week' at settings
  11. - Updated with latest mail command https://github.com/rathena/rathena/commit/5b13dc7009e312585bba0ea55d77fc5afa8aecad
  12.  
  13. New Feature:
  14. * Event will only trigger to MVPs in their respective maps..
  15. * If amon ra is killed outside moc_pryd06, script wont trigger..
  16.  
  17.  
  18. */
  19. //=====******** Note ********=================================
  20. //= if you find bugs or problem, please do tell DM me at
  21. //= Discord (pajodex#1328) or rAthena (pajodex)
  22. //= open for suggestions
  23. //===== Additional Comments: =================================
  24. // 1.0 - Initial release (MVP Kill standalone)
  25. // 2.0 - Added SQL based with ladder
  26. // Added automatic reward system
  27. // Added functions
  28. // Added bitwise variables
  29. // Optimization
  30. // 2.1 - Cleaned the script
  31. // updated title
  32. // 2.2 - Fixed error on reward if players are offline
  33. // 2.3 - Added nobranch mapflags to all maps listed (Sukea23 via discord)
  34. // 2.4 - Ranking fixed (reported by Sukea23)
  35. // 3.0 - Script optimization and re-work
  36. // added new ranker feature : view your rank
  37. // added mvp ladder points system
  38. // added simple mvp ladder shop
  39. // 3.1 - Fix ranking issues on tie-cases (reported by Heikenz) https://rathena.org/board/topic/114565-utility-automated-mvp-ladder-reward-system/?do=findComment&comment=344981
  40. // added item as currency support in ladder shop (Heikenz)
  41. // modified F_CheckMvpLadder function
  42. // Special Thanks to : AnnieRuru for mentoring me.
  43. // 4.0 - Updated to latest svn
  44. // Now uses *mail script command. You must UPDATE your trunk
  45. // or apply this commit https://github.com/rathena/rathena/commit/5b13dc7009e312585bba0ea55d77fc5afa8aecad
  46. // Script Optimization
  47. // Script Rework
  48. // Now uses a new SQL table that utilizes InnoDB instead of MyISAM
  49. // 4.1 - Fix repeat reward issue. Reported by Emperor via Discord
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement