Advertisement
iliqbg

QuakePvPReward

Sep 29th, 2011
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # ---------------------------------------- #
  2. #             L2Bulgaria Team              #
  3. #              www.l2jbg.com               #
  4. #    PvPQuakeReward System V3.1 By (Micr0) #
  5. # ---------------------------------------- #
  6. #Default: False
  7. AllowQuakeSystem = false
  8.  
  9. # Default: false
  10. # when do 25 killings without dying become heroes
  11. EnableSetHero = false
  12.  
  13. # Default: false
  14. EnableRewardSkills = false
  15.  
  16. # Default Reward: 57,100;
  17. # Example: id,count;id,count;
  18. PvPQuakeReward1 = 57,100;
  19.  
  20. # Default Reward: 57,200;
  21. # Example: id,count;id,count;
  22. PvPQuakeReward2 = 57,200;
  23.  
  24. # Default Reward: 57,300;
  25. # Example: id,count;id,count;
  26. PvPQuakeReward3 = 57,300;
  27.  
  28. # Default Reward: 57,500;
  29. # Example: id,count;id,count;
  30. PvPQuakeReward5 = 57,500;
  31.  
  32. # Default Reward: 57,10000;
  33. # Example: id,count;id,count;
  34. PvPQuakeReward10 = 57,10000;
  35.  
  36. # Default Reward: 57,1000000;
  37. # Example: id,count;id,count;
  38. PvPQuakeReward15 = 57,1000000;
  39.  
  40. # Default Reward: 57,10000000;
  41. # Example: id,count;id,count;
  42. PvPQuakeReward25 = 57,10000000;
  43.  
  44. # Default Reward: 1530,1,60000,10;
  45. # Example: SkillID,SkillLvL,SkillTime,PvpToReward;
  46. # Warning Skill Time is in Millisecond
  47. # for 1 min use 60000 2 min 120000 and etc
  48. # Work only when > EnableRewardSkills = true
  49. PvPQuakeRewardSkills = 1530,1,60000,10;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement