Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #=============================================================
- # Olympiad
- #=============================================================
- # Olympiad start time hour, default 18 (6PM).
- OlyStartTime = 18
- # Olympiad start time minutes, default 00.
- OlyMin = 00
- # Olympiad competition period, default 6 hours (should be changed by steps of 10mins).
- OlyCPeriod = 21600000
- # Olympiad battle period, default 6 minutes.
- OlyBattle = 360000
- # Olympiad weekly period, default 1 week.
- OlyWPeriod = 604800000
- # Olympiad validation period, default 24 hours.
- OlyVPeriod = 86400000
- # Time to wait before teleported to arena, default: 30 seconds.
- OlyWaitTime = 30
- # Time to wait before battle starts (at 20s characters receive buffs), default: 60 seconds.
- OlyWaitBattle = 60
- # Time to wait before teleported back to town, default: 40 seconds.
- OlyWaitEnd = 40
- # Rewarded points for the first Olympiad cycle, default: 18.
- OlyStartPoints = 18
- # Points allowed every week after first cycle, default: 3.
- OlyWeeklyPoints = 3
- # Required number of matches in order to be classed as hero, default: 9.
- OlyMinMatchesToBeClassed = 9
- # Required number of participants for the class based games, default: 5.
- OlyClassedParticipants = 5
- # Required number of participants for the non-class based games, default: 9.
- OlyNonClassedParticipants = 9
- # Reward for the class based games.
- # Format: itemId1-itemNum1;itemId2-itemNum2...
- # Default: 6651-50
- OlyClassedReward = 6651-50
- # Reward for the non-class based games.
- # Format: itemId1-itemNum1;itemId2-itemNum2...
- # Default: 6651-30
- OlyNonClassedReward = 6651-30
- # Rate to exchange points to reward item, default: 1000.
- OlyGPPerPoint = 1000
- # CRPs for heroes in clan, default: 300.
- OlyHeroPoints = 300
- # Noblesse points awarded to Rank 1 members, default: 100.
- OlyRank1Points = 100
- # Noblesse points awarded to Rank 2 members, default: 75.
- OlyRank2Points = 75
- # Noblesse points awarded to Rank 3 members, default: 55.
- OlyRank3Points = 55
- # Noblesse points awarded to Rank 4 members, default: 40.
- OlyRank4Points = 40
- # Noblesse points awarded to Rank 5 members, default: 30.
- OlyRank5Points = 30
- # Maximum points that player can gain/lose on a match, default: 10.
- OlyMaxPoints = 10
- # Olympiad Managers announce each start of fight, default: True.
- OlyAnnounceGames = True
- # Divider for points in classed and non-classed games, default: 3, 5.
- OlyDividerClassed = 3
- OlyDividerNonClassed = 5
- # Configure buff for olympiad participants. Format= BuffId-BuffLevel;
- OlyWarriorBuffs = 1204-2;1086-1
- OlyMageBuffs = 1204-2;1085-1
- # Maximum number of players per IP address allowed to participate in olympiad.
- # Default: 0 (unlimited)
- OlyParticipantsPerIP = 0
Advertisement
Add Comment
Please, Sign In to add comment