Advertisement
DevWilliams

evento spoil

Apr 13th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. #=============================================================
  2. # Spoil Event
  3. #=============================================================
  4. # Spoil event properties
  5. AllowSpoilEvent = True
  6.  
  7. # Spoil Event minimum level.
  8. SpoilMinPlayers = 1
  9.  
  10. # Monster for Spoil.
  11. SpoilMonsterList = 50004
  12.  
  13. # Set rewards for drop and clan reputation.
  14. SpoilChanceReputation = 40
  15. SpoilDropReputation = 10
  16.  
  17. # Reward for Top kill Monsters
  18. # Use like: id-count;id-count
  19. SpoilTopRewards = 57-1000
  20.  
  21. # TvT running time (in minutes)
  22. # There will be announcements at start, half time, 30 seconds, 5, 4, 3, 2 and 1 seconds.
  23. # These announcements are only shown to the participants to avoid spamming.
  24. SpoilRunningTime = 30
  25.  
  26. # Players Location for event.
  27. SpoilPlayerLocation = 178200,-16168,-2232
  28.  
  29. # Spawn Monsters Location. Example: locX,LocY,LocZ;locX,LocY,LocZ;locX,LocY,LocZ, there are no spawn limits.
  30. SpoilEventLocs = 178008,-15640,-2256;\
  31. 178275,-15690,-2256;\
  32. 178696,-15768,-2256;\
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement