Guest User

Vote Reward System For Hopzone by Realtek - [email protected]

a guest
Oct 20th, 2010
991
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # --------------------------- #       # --------------------------- #
  2. #         Vote Event          #       #           Realtek           #
  3. # --------------------------- #       # --------------------------- #
  4. # This is the control panel of the Vote Reward system engine.
  5. # Here you can find all the settings that you need to set it up.
  6. # -------------------------------------------------------------------
  7. #                          ~! ATTENTION !~
  8. # This system is created and it is selling only by Realtek and iSaller!
  9. # DO NOT TRUST TO ANOTHER RESELLARS!
  10. # If need support or you want more modifications for your server
  11. # you can contact with me at:
  12. # Skype - r3altek
  13. # -------------------------------------------------------------------
  14.  
  15. # --------------------------- #
  16. #            Setup            #
  17. # --------------------------- #
  18. # The system is getting votes from the vote site
  19. # and announce's them at the server.
  20. # For each level of votes all online players will receive reward.
  21. # Enable/Disable
  22. VoteEvent = False
  23.  
  24. # Delay for automatic check vote (in minutes)
  25. VoteCheckerDelay = 5
  26.  
  27. # Shell the server announce the vote status?
  28. # Recommended True
  29. VoteCheckerAnnouncement = True
  30.  
  31. # Delay for automatic announcement with vote (in minutes)
  32. VoteCheckerAnnouncementDelay = 30
  33.  
  34. # How many vote need server for start counting
  35. VoteRewardStart = 0
  36.  
  37. # How many vote for one reward
  38. VoteRewardCount = 50
  39.  
  40. # --------------------------- #
  41. #           Drivers           #
  42. # --------------------------- #
  43. # Ranking site (with vote).
  44. # website must have on start "http://" and without "www."
  45. # Example: http://l2.hopzone.net/lineage2/moreinfo/ServerName/serverId.html
  46. VoteEventSite = http://l2.hopzone.net/lineage2/moreinfo/ServerName/serverId.html
  47.  
  48. # Reward Driver
  49. # Reward Type:
  50. # NONE - disable
  51. # ENCHANT - for all reward add some % to enchant chance
  52. # RAIDBOSS - spawn raid boss
  53. # ITEM - all players in game get items (only one item per IP, if someone have logged more characters then item get only one)
  54. # RANDOM - Before next reward level random reward (RAIDBOSS, ITEM or EVENT)
  55. VoteRewardType = NONE
  56.  
  57. # --------------------------- #
  58. #           Rewards           #
  59. # --------------------------- #
  60. # ENCHANT RATE REWARD
  61. # What type of enchant will have added reward
  62. # Choice what type of enchant will get reward (can be all)
  63. VoteRewardEnchantNormal = False
  64. VoteRewardEnchantBlessed = False
  65. VoteRewardEnchantCrystal = False
  66.  
  67. # How many more % for one reward
  68. VoteRewardEnchantChance = 1.0
  69.  
  70. # Enchant Chance not more then XX%
  71. # If more then here stop adding
  72. VoteRewardEnchantMax = 80
  73.  
  74. # RAID BOSS REWARD
  75. # Spawn raid boss in choiced location (if you want that can be moob)
  76. # Raid Boss ID
  77. VoteRewardRaidID = 29001
  78.  
  79. # Location (X, Y, Z)
  80. VoteRewardRaidLocX = 82540
  81. VoteRewardRaidLocY = 148620
  82. VoteRewardRaidLocZ = -3495
  83.  
  84. # ITEM REWARD
  85. # All players in game get items (only one item per IP, if someone have logged more characters then item get only one)
  86. # Item ID
  87. VoteRewardItemID = 57
  88.  
  89. # Item Count
  90. VoteRewardItemCount = 100000000
Advertisement
Add Comment
Please, Sign In to add comment