Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #=============================================================
- # PvP Assist Reward
- #=============================================================
- # Enable PvP Assist
- # Deafault: False
- AssistEnabled = True
- # Damage reduced per time check to give reward.
- # Ex. If damage dealt equal to 1000 and AssistDamageReduction to 200,
- # attacker will receive 1000 / 200 = 5 rewards
- AssistDamageReduction = 200
- # Time in millisecond since last Damage dealt to count new damage
- AssistTimeOut = 20000
- # Reward given per AssistDamageReduction
- # Default: 1
- AssistRewardCountPerInstance = 1
- # Reward id
- AssistRewardId = 57
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement