Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # --------------------------- # # --------------------------- #
- # Vote Event # # Realtek #
- # --------------------------- # # --------------------------- #
- # This is the control panel of the Vote Reward system engine.
- # Here you can find all the settings that you need to set it up.
- # -------------------------------------------------------------------
- # ~! ATTENTION !~
- # This system is created and it is selling only by Realtek and iSaller!
- # DO NOT TRUST TO ANOTHER RESELLARS!
- # If need support or you want more modifications for your server
- # you can contact with me at:
- # Skype - r3altek
- # Email - [email protected]
- # -------------------------------------------------------------------
- # --------------------------- #
- # Setup #
- # --------------------------- #
- # The system is getting votes from the vote site
- # and announce's them at the server.
- # For each level of votes all online players will receive reward.
- # Enable/Disable
- VoteEvent = False
- # Delay for automatic check vote (in minutes)
- VoteCheckerDelay = 5
- # Shell the server announce the vote status?
- # Recommended True
- VoteCheckerAnnouncement = True
- # Delay for automatic announcement with vote (in minutes)
- VoteCheckerAnnouncementDelay = 30
- # How many vote need server for start counting
- VoteRewardStart = 0
- # How many vote for one reward
- VoteRewardCount = 50
- # --------------------------- #
- # Drivers #
- # --------------------------- #
- # Ranking site (with vote).
- # website must have on start "http://" and without "www."
- # Example: http://l2.hopzone.net/lineage2/moreinfo/ServerName/serverId.html
- VoteEventSite = http://l2.hopzone.net/lineage2/moreinfo/ServerName/serverId.html
- # Reward Driver
- # Reward Type:
- # NONE - disable
- # ENCHANT - for all reward add some % to enchant chance
- # RAIDBOSS - spawn raid boss
- # ITEM - all players in game get items (only one item per IP, if someone have logged more characters then item get only one)
- # RANDOM - Before next reward level random reward (RAIDBOSS, ITEM or EVENT)
- VoteRewardType = NONE
- # --------------------------- #
- # Rewards #
- # --------------------------- #
- # ENCHANT RATE REWARD
- # What type of enchant will have added reward
- # Choice what type of enchant will get reward (can be all)
- VoteRewardEnchantNormal = False
- VoteRewardEnchantBlessed = False
- VoteRewardEnchantCrystal = False
- # How many more % for one reward
- VoteRewardEnchantChance = 1.0
- # Enchant Chance not more then XX%
- # If more then here stop adding
- VoteRewardEnchantMax = 80
- # RAID BOSS REWARD
- # Spawn raid boss in choiced location (if you want that can be moob)
- # Raid Boss ID
- VoteRewardRaidID = 29001
- # Location (X, Y, Z)
- VoteRewardRaidLocX = 82540
- VoteRewardRaidLocY = 148620
- VoteRewardRaidLocZ = -3495
- # ITEM REWARD
- # All players in game get items (only one item per IP, if someone have logged more characters then item get only one)
- # Item ID
- VoteRewardItemID = 57
- # Item Count
- VoteRewardItemCount = 100000000
Advertisement
Add Comment
Please, Sign In to add comment