Files
Server-Datasheets/Datasheet/DailyEvent.xml

84 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Effect reset at a specific point in time (move to the next effect)
Applied to the entire world (not dependent on individual status)
Event effects are displayed as system messages upon world connection
- SMT_DAILYEVENT_SUNDAY ~ SMT_DAILYEVENT_SATURDAY
Active effects are displayed as abnormality icons
- It may be a good idea to apply an empty abnormality
Multiple effects can be applied in a day
Event effect list:
* Field monster experience increase (Abnormality)
* Field monster drop gold increase (Abnormality)
* Reputation points, reputation experience increase (Abnormality)
- abnormalityList = "AbnormalityId_1, AbnormalityId_2, AbnormalityId_3"
* Dungeon enchant item drop rate increase (DungeonEnchantItemDrop)
- Drop rate = existing rate + bonusDropProb
* Dungeon masterpiece item drop rate increase (DungeonMasterpieceDrop)
- Drop rate = existing rate + bonusDropProb
* Enchant success rate increase (Enchant)
- Success rate = existing rate + bonusSuccessProb
* Gathering quantity increase (Gathering)
- Gathering count = existing count * bonusCountRate
* Dungeon cooldown reduction (DungeonCooltime)
- Cooldown = existing cooldown * (1 - HuntingZone event reduction) * (1 - decreaseRate)
* Increase in the maximum number of daily quests (DailyQuest)
- Maximum count = existing count * bonusLimitAccomplishCountRate
* Reputation points increase (Reputation)
- Acquired reputation points = base points * (bonusPointRate)
- Rare monster spawn rate increase (after the completion of the rare monster system) (1)
- Trading post commission decrease (n)
-->
<!-- Korea Live 2014/6/1~6/7 Weekday Buff Event -->
<DailyEvent enable="false">
<Time resetHour="6" /> <!-- resetHour is based on local time -->
<!-- Sunday --><!--카이아의 가호-->
<DayOfWeek index="1">
<Effect type="Abnormality" abnormalityList="910003" />
</DayOfWeek>
<!-- Monday --><!--기드의 가호-->
<!--DayOfWeek index="2">
<Effect type="Abnormality" abnormalityList="910009" />
</DayOfWeek-->
<!-- Tuesday --><!--세렌의 가호-->
<!--DayOfWeek index="3">
<Effect type="Abnormality" abnormalityList="910012" />
</DayOfWeek-->
<!-- Wednesday --><!--미스텔의 가호-->
<!--DayOfWeek index="4">
<Effect type="Abnormality" abnormalityList="910009" />
</DayOfWeek-->
<!-- Thursday --><!--발더의 가호-->
<!--DayOfWeek index="5">
<Effect type="Abnormality" abnormalityList="910012" />
</DayOfWeek-->
<!-- Friday --><!--벨릭의 가호-->
<!--DayOfWeek index="6">
<Effect type="Abnormality" abnormalityList="910009" />
</DayOfWeek-->
<!-- Saturday --><!--엘리누의 가호-->
<DayOfWeek index="7">
<Effect type="Abnormality" abnormalityList="910003" />
</DayOfWeek>
</DailyEvent>