DuckWeedVN

Untitled

Jun 17th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. Party:
  2. # Amount of time (in hours) to wait between automatically kicking old party members
  3. # To only run at server start, set to 0
  4. # To never kick old users, set to -1
  5. AutoKick_Interval: 12
  6. # Any user who hasn't connected in this many days will get kicked from their party
  7. Old_Party_Member_Cutoff: 7
  8.  
  9. # Settings for party share modes
  10. Sharing:
  11. ExpShare_bonus_base: 1.1
  12. ExpShare_bonus_increase: 1.05
  13. ExpShare_bonus_cap: 1.5
  14. Range: 50.0
  15.  
  16. # Party members level up their party by earning individual experience
  17. # Newly created parties will not immediately have access to all the party features
  18. # and have to level up the party a bit before they can use them.
  19. Leveling:
  20. Level_Cap: 10
  21.  
  22. # Uses the regular XP formula but is multiplied by <amount of party members> + <Xp_Curve_Modifier>
  23. Xp_Curve_Modifier: 3
  24. Near_Members_Needed: false
  25. Inform_All_Party_Members_On_LevelUp: true
  26.  
  27. Chat_UnlockLevel: 0
  28. Teleport_UnlockLevel: 0
  29. Alliance_UnlockLevel: 5
  30. ItemShare_UnlockLevel: 8
  31. XpShare_UnlockLevel: 10
  32.  
  33. #
  34. # Settings for Abilities
  35. ###
Add Comment
Please, Sign In to add comment