Updated Nevit's Gold Hourglass (47918).

Contributed by CostyKiller.
This commit is contained in:
MobiusDevelopment
2023-01-14 10:59:08 +00:00
parent dbafa83a79
commit 1155fe22cf
26 changed files with 458 additions and 32 deletions

View File

@@ -186,10 +186,20 @@
<item id="47918" name="Nevit's Gold Hourglass" type="EtcItem"> <item id="47918" name="Nevit's Gold Hourglass" type="EtcItem">
<!-- When used, increases EXP/SP from hunting by 50%, and every 5 billion EXP, a Stand of Shining Growth is obtained for 30 minutes. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 minutes. --> <!-- When used, increases EXP/SP from hunting by 50%, and every 5 billion EXP, a Stand of Shining Growth is obtained for 30 minutes. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 minutes. -->
<set name="icon" val="icon.bm_nebit_bonus_time_up" /> <set name="icon" val="icon.bm_nebit_bonus_time_up" />
<set name="default_action" val="SKILL_REDUCE" /> <set name="etcitem_type" val="SCROLL" />
<set name="material" val="LIQUID" /> <set name="is_oly_restricted" val="true" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="material" val="PAPER" />
<set name="handler" val="ItemSkills" />
<set name="reuse_delay" val="300000" />
<cond addName="1" msgId="113">
<player flyMounted="false" />
</cond>
<skills>
<skill id="18797" level="1" /> <!-- Nevit's Gold Hourglass -->
</skills>
</item> </item>
<item id="47919" name="Shining Scroll of Growth" type="EtcItem"> <item id="47919" name="Shining Scroll of Growth" type="EtcItem">
<!-- When used, 1 billion EXP obtained, is only 20% effective after Lv 99. Can be used above Lv 85. --> <!-- When used, 1 billion EXP obtained, is only 20% effective after Lv 99. Can be used above Lv 85. -->
@@ -233,6 +243,9 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18713" level="6" /> <!-- Superior Red Cat's Eye Lv. 10 -->
</skills>
</item> </item>
<item id="47922" name="Greater Blue Cat's Eye" additionalName="30-day" type="Armor"> <item id="47922" name="Greater Blue Cat's Eye" additionalName="30-day" type="Armor">
<!-- Increases Magic Critical Damage by 12%, M. Skill Power by 5%. When you wear the same type of gemstone, only the effect of the highest level gem is applied. --> <!-- Increases Magic Critical Damage by 12%, M. Skill Power by 5%. When you wear the same type of gemstone, only the effect of the highest level gem is applied. -->
@@ -246,6 +259,9 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18714" level="5" /> <!-- Superior Blue Cat's Eye Lv. 10 -->
</skills>
</item> </item>
<item id="47923" name="Greater Tanzanite" additionalName="30-day" type="Armor"> <item id="47923" name="Greater Tanzanite" additionalName="30-day" type="Armor">
<!-- When used, it creates a shield that absorbs 50,000 damage for 15 seconds and recovers 15% of maximum HP immediately after use. When you wear the same type of gemstone, only the effect of the highest level gem is applied. --> <!-- When used, it creates a shield that absorbs 50,000 damage for 15 seconds and recovers 15% of maximum HP immediately after use. When you wear the same type of gemstone, only the effect of the highest level gem is applied. -->
@@ -259,6 +275,10 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18815" level="6" /> <!-- Superior Tanzanite Lv. 10 -->
<skill id="18565" level="6" /> <!-- Superior Tanzanite - Barrier -->
</skills>
</item> </item>
<item id="47924" name="Coin of Light" type="EtcItem"> <item id="47924" name="Coin of Light" type="EtcItem">
<!-- A special coin obtained using Shiny Magic Bait. Can be used with the Dimensional Merchant. --> <!-- A special coin obtained using Shiny Magic Bait. Can be used with the Dimensional Merchant. -->

View File

@@ -2095,9 +2095,47 @@
<skill id="18797" toLevel="1" name="Nevit's Gold Hourglass"> <skill id="18797" toLevel="1" name="Nevit's Gold Hourglass">
<!-- Increases EXP/SP acquired from hunting by 50% for 30 minutes and obtains 1 Shining Scroll of Growth each time you obtain 5 billion EXP. --> <!-- Increases EXP/SP acquired from hunting by 50% for 30 minutes and obtains 1 Shining Scroll of Growth each time you obtain 5 billion EXP. -->
<icon>icon.bm_nebit_bonus_time_up</icon> <icon>icon.bm_nebit_bonus_time_up</icon>
<operateType>A1</operateType> <itemConsumeId>47918</itemConsumeId>
<operateType>A2</operateType>
<abnormalType>VOTE</abnormalType>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<specialLevel>-1</specialLevel>
<abnormalLevel>1</abnormalLevel>
<abnormalTime>1800</abnormalTime>
<irreplacableBuff>true</irreplacableBuff>
<isMagic>4</isMagic> <isMagic>4</isMagic>
<reuseDelay>300000</reuseDelay> <staticReuse>true</staticReuse>
<abnormalVisualEffect>VP_KEEP</abnormalVisualEffect>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCheckAbnormal">
<type>VOTE</type>
<level>1</level>
<hasAbnormal>false</hasAbnormal>
</condition>
</conditions>
<effects>
<effect name="ExpModify">
<amount>50</amount>
</effect>
<effect name="SpModify">
<amount>50</amount>
</effect>
<effect name="DispelBySlot">
<dispel>
<value level="1">BUFF_PCCAFE_EXP1,1;SHINING_HOURGLASS,1</value>
</dispel>
</effect>
<effect name="BlockAbnormalSlot">
<slot>BUFF_PCCAFE_EXP1;SHINING_HOURGLASS</slot>
</effect>
<effect name="GiveItemByExp">
<exp>5000000000</exp>
<itemId>47919</itemId> <!-- Shining Scroll of Growth -->
</effect>
</effects>
</skill> </skill>
<skill id="18798" toLevel="1" name="Shining Scroll of Growth"> <skill id="18798" toLevel="1" name="Shining Scroll of Growth">
<!-- When used, 1 billion EXP obtained, is only 20% effective after Lv 99. Can be used above Lv 85. --> <!-- When used, 1 billion EXP obtained, is only 20% effective after Lv 99. Can be used above Lv 85. -->

View File

@@ -243,6 +243,7 @@ public enum AbnormalType
HEAL_RESISTANCE(-1), // TODO: need find proper name HEAL_RESISTANCE(-1), // TODO: need find proper name
TALISMAN_SPECIAL(-1), TALISMAN_SPECIAL(-1),
EXP_HERB(-1), EXP_HERB(-1),
SHINING_HOURGLASS(-1),
AB_HAWK_EYE(0), AB_HAWK_EYE(0),
ALL_ATTACK_DOWN(1), ALL_ATTACK_DOWN(1),
ALL_ATTACK_UP(2), ALL_ATTACK_UP(2),

View File

@@ -186,10 +186,20 @@
<item id="47918" name="Nevit's Gold Hourglass" type="EtcItem"> <item id="47918" name="Nevit's Gold Hourglass" type="EtcItem">
<!-- When used, increases EXP/ SP acquired from hunting by 50% for 30 minutes and obtains 1 Shining Scroll of Growth each time you obtain 5 billion EXP. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 minutes. --> <!-- When used, increases EXP/ SP acquired from hunting by 50% for 30 minutes and obtains 1 Shining Scroll of Growth each time you obtain 5 billion EXP. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 minutes. -->
<set name="icon" val="icon.bm_nebit_bonus_time_up" /> <set name="icon" val="icon.bm_nebit_bonus_time_up" />
<set name="default_action" val="SKILL_REDUCE" /> <set name="etcitem_type" val="SCROLL" />
<set name="material" val="LIQUID" /> <set name="is_oly_restricted" val="true" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="material" val="PAPER" />
<set name="handler" val="ItemSkills" />
<set name="reuse_delay" val="300000" />
<cond addName="1" msgId="113">
<player flyMounted="false" />
</cond>
<skills>
<skill id="18797" level="1" /> <!-- Nevit's Gold Hourglass -->
</skills>
</item> </item>
<item id="47919" name="Shining Scroll of Growth" type="EtcItem"> <item id="47919" name="Shining Scroll of Growth" type="EtcItem">
<!-- When used, 1 billion EXP obtained. Only 20% effective before Lv 99. Can be used by characters with Lv. 85 and above. Cannot be used in chaotic state. --> <!-- When used, 1 billion EXP obtained. Only 20% effective before Lv 99. Can be used by characters with Lv. 85 and above. Cannot be used in chaotic state. -->
@@ -233,6 +243,9 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18713" level="6" /> <!-- Superior Red Cat's Eye Lv. 10 -->
</skills>
</item> </item>
<item id="47922" name="Greater Blue Cat's Eye" additionalName="30-day" type="Armor"> <item id="47922" name="Greater Blue Cat's Eye" additionalName="30-day" type="Armor">
<!-- Increases Magic Critical Damage by 12%, M. Skill Power by 5%. When you wear the same type of gemstone, only the effect of the highest level gem is applied. --> <!-- Increases Magic Critical Damage by 12%, M. Skill Power by 5%. When you wear the same type of gemstone, only the effect of the highest level gem is applied. -->
@@ -246,6 +259,9 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18714" level="5" /> <!-- Superior Blue Cat's Eye Lv. 10 -->
</skills>
</item> </item>
<item id="47923" name="Greater Tanzanite" additionalName="30-day" type="Armor"> <item id="47923" name="Greater Tanzanite" additionalName="30-day" type="Armor">
<!-- When used, it creates a shield that absorbs 50,000 damage for 15 seconds and recovers 15% of maximum HP immediately after use. When you wear the same type of gemstone, only the effect of the highest level gem is applied. --> <!-- When used, it creates a shield that absorbs 50,000 damage for 15 seconds and recovers 15% of maximum HP immediately after use. When you wear the same type of gemstone, only the effect of the highest level gem is applied. -->
@@ -259,6 +275,10 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18815" level="6" /> <!-- Superior Tanzanite Lv. 10 -->
<skill id="18565" level="6" /> <!-- Superior Tanzanite - Barrier -->
</skills>
</item> </item>
<item id="47924" name="Coin of Light" type="EtcItem"> <item id="47924" name="Coin of Light" type="EtcItem">
<!-- A special coin obtained using Shiny Magic Bait. Can be used with the Dimensional Merchant. --> <!-- A special coin obtained using Shiny Magic Bait. Can be used with the Dimensional Merchant. -->
@@ -1485,7 +1505,11 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="handler" val="ExtractableItems" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<capsuled_items>
<item id="37718" min="1" max="1" minEnchant="5" maxEnchant="5" chance="100" /> <!-- Shiny Elemental Shirt -->
</capsuled_items>
</item> </item>
<item id="47987" name="Challenger's Weapon Enhancement Ticket" type="EtcItem"> <item id="47987" name="Challenger's Weapon Enhancement Ticket" type="EtcItem">
<!-- It can be used to enhance a Challenger weapon through a Dimensional Merchant found in every town. --> <!-- It can be used to enhance a Challenger weapon through a Dimensional Merchant found in every town. -->

View File

@@ -2104,9 +2104,47 @@
<skill id="18797" toLevel="1" name="Nevit's Gold Hourglass"> <skill id="18797" toLevel="1" name="Nevit's Gold Hourglass">
<!-- Increases EXP/ SP acquired from hunting by 50% for 30 minutes and obtains 1 Shining Scroll of Growth each time you obtain 5 billion EXP. --> <!-- Increases EXP/ SP acquired from hunting by 50% for 30 minutes and obtains 1 Shining Scroll of Growth each time you obtain 5 billion EXP. -->
<icon>icon.bm_nebit_bonus_time_up</icon> <icon>icon.bm_nebit_bonus_time_up</icon>
<operateType>A1</operateType> <itemConsumeId>47918</itemConsumeId>
<operateType>A2</operateType>
<abnormalType>VOTE</abnormalType>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<specialLevel>-1</specialLevel>
<abnormalLevel>1</abnormalLevel>
<abnormalTime>1800</abnormalTime>
<irreplacableBuff>true</irreplacableBuff>
<isMagic>4</isMagic> <isMagic>4</isMagic>
<reuseDelay>300000</reuseDelay> <staticReuse>true</staticReuse>
<abnormalVisualEffect>VP_KEEP</abnormalVisualEffect>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCheckAbnormal">
<type>VOTE</type>
<level>1</level>
<hasAbnormal>false</hasAbnormal>
</condition>
</conditions>
<effects>
<effect name="ExpModify">
<amount>50</amount>
</effect>
<effect name="SpModify">
<amount>50</amount>
</effect>
<effect name="DispelBySlot">
<dispel>
<value level="1">BUFF_PCCAFE_EXP1,1;SHINING_HOURGLASS,1</value>
</dispel>
</effect>
<effect name="BlockAbnormalSlot">
<slot>BUFF_PCCAFE_EXP1;SHINING_HOURGLASS</slot>
</effect>
<effect name="GiveItemByExp">
<exp>5000000000</exp>
<itemId>47919</itemId> <!-- Shining Scroll of Growth -->
</effect>
</effects>
</skill> </skill>
<skill id="18798" toLevel="1" name="Shining Scroll of Growth"> <skill id="18798" toLevel="1" name="Shining Scroll of Growth">
<!-- When used, 1 billion EXP obtained, is only 20% effective after Lv 99. Can be used above Lv 85. --> <!-- When used, 1 billion EXP obtained, is only 20% effective after Lv 99. Can be used above Lv 85. -->

View File

@@ -245,6 +245,7 @@ public enum AbnormalType
TALISMAN_SPECIAL(-1), TALISMAN_SPECIAL(-1),
EXP_HERB(-1), EXP_HERB(-1),
AURA_DEBUFF(-1), AURA_DEBUFF(-1),
SHINING_HOURGLASS(-1),
AB_HAWK_EYE(0), AB_HAWK_EYE(0),
ALL_ATTACK_DOWN(1), ALL_ATTACK_DOWN(1),
ALL_ATTACK_UP(2), ALL_ATTACK_UP(2),

View File

@@ -186,10 +186,20 @@
<item id="47918" name="Nevit's Gold Hourglass" type="EtcItem"> <item id="47918" name="Nevit's Gold Hourglass" type="EtcItem">
<!-- When used, increases Acquired XP/ SP by 50% for 30 min. and obtains 1 Shining Sroll of Growth each time you obtain 5 billion EXP. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 min. --> <!-- When used, increases Acquired XP/ SP by 50% for 30 min. and obtains 1 Shining Sroll of Growth each time you obtain 5 billion EXP. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 min. -->
<set name="icon" val="icon.bm_nebit_bonus_time_up" /> <set name="icon" val="icon.bm_nebit_bonus_time_up" />
<set name="default_action" val="SKILL_REDUCE" /> <set name="etcitem_type" val="SCROLL" />
<set name="material" val="LIQUID" /> <set name="is_oly_restricted" val="true" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="material" val="PAPER" />
<set name="handler" val="ItemSkills" />
<set name="reuse_delay" val="300000" />
<cond addName="1" msgId="113">
<player flyMounted="false" />
</cond>
<skills>
<skill id="18797" level="1" /> <!-- Nevit's Gold Hourglass -->
</skills>
</item> </item>
<item id="47919" name="Shining Scroll of Growth" type="EtcItem"> <item id="47919" name="Shining Scroll of Growth" type="EtcItem">
<!-- When used, 1 billion EXP obtained, is only 20% effective while below Lv 99. Can be used above Lv 85. This scroll cannot be used by chaotic characters. --> <!-- When used, 1 billion EXP obtained, is only 20% effective while below Lv 99. Can be used above Lv 85. This scroll cannot be used by chaotic characters. -->
@@ -233,6 +243,9 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18713" level="6" /> <!-- Superior Red Cat's Eye Lv. 10 -->
</skills>
</item> </item>
<item id="47922" name="Greater Blue Cat's Eye" additionalName="30-day" type="Armor"> <item id="47922" name="Greater Blue Cat's Eye" additionalName="30-day" type="Armor">
<!-- Increases Magic Critical Damage by 12%, M. Skill Power by 5%. When you wear the same type of gemstone, only the effect of the highest level gem is applied. --> <!-- Increases Magic Critical Damage by 12%, M. Skill Power by 5%. When you wear the same type of gemstone, only the effect of the highest level gem is applied. -->
@@ -246,6 +259,9 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18714" level="5" /> <!-- Superior Blue Cat's Eye Lv. 10 -->
</skills>
</item> </item>
<item id="47923" name="Greater Tanzanite Lv. 1" additionalName="30-day" type="Armor"> <item id="47923" name="Greater Tanzanite Lv. 1" additionalName="30-day" type="Armor">
<!-- When used, it creates a shield that absorbs 50,000 damage for 15 seconds and recovers 15% of maximum HP immediately after use. When you wear the same type of gemstone, only the effect of the highest level gem is applied. --> <!-- When used, it creates a shield that absorbs 50,000 damage for 15 seconds and recovers 15% of maximum HP immediately after use. When you wear the same type of gemstone, only the effect of the highest level gem is applied. -->
@@ -259,6 +275,10 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18815" level="6" /> <!-- Superior Tanzanite Lv. 10 -->
<skill id="18565" level="6" /> <!-- Superior Tanzanite - Barrier -->
</skills>
</item> </item>
<item id="47924" name="Coin of Light" type="EtcItem"> <item id="47924" name="Coin of Light" type="EtcItem">
<!-- A special coin obtained using Shiny Magic Bait. Can be used with the Dimensional Merchant. --> <!-- A special coin obtained using Shiny Magic Bait. Can be used with the Dimensional Merchant. -->
@@ -1483,7 +1503,11 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="handler" val="ExtractableItems" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<capsuled_items>
<item id="37718" min="1" max="1" minEnchant="5" maxEnchant="5" chance="100" /> <!-- Shiny Elemental Shirt -->
</capsuled_items>
</item> </item>
<item id="47987" name="Challenger's Weapon Enhancement Ticket" type="EtcItem"> <item id="47987" name="Challenger's Weapon Enhancement Ticket" type="EtcItem">
<!-- It can be used to enhance a Challenger weapon through a Dimensional Merchant found in every town. --> <!-- It can be used to enhance a Challenger weapon through a Dimensional Merchant found in every town. -->

View File

@@ -2142,9 +2142,47 @@
<skill id="18797" toLevel="1" name="Nevit's Gold Hourglass"> <skill id="18797" toLevel="1" name="Nevit's Gold Hourglass">
<!-- Increases Acquired XP/ SP by 50% for 30 min. and obtains 1 Shining Scroll of Growth each time you obtain 5 billion EXP. --> <!-- Increases Acquired XP/ SP by 50% for 30 min. and obtains 1 Shining Scroll of Growth each time you obtain 5 billion EXP. -->
<icon>icon.bm_nebit_bonus_time_up</icon> <icon>icon.bm_nebit_bonus_time_up</icon>
<operateType>A1</operateType> <itemConsumeId>47918</itemConsumeId>
<operateType>A2</operateType>
<abnormalType>VOTE</abnormalType>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<specialLevel>-1</specialLevel>
<abnormalLevel>1</abnormalLevel>
<abnormalTime>1800</abnormalTime>
<irreplacableBuff>true</irreplacableBuff>
<isMagic>4</isMagic> <isMagic>4</isMagic>
<reuseDelay>300000</reuseDelay> <staticReuse>true</staticReuse>
<abnormalVisualEffect>VP_KEEP</abnormalVisualEffect>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCheckAbnormal">
<type>VOTE</type>
<level>1</level>
<hasAbnormal>false</hasAbnormal>
</condition>
</conditions>
<effects>
<effect name="ExpModify">
<amount>50</amount>
</effect>
<effect name="SpModify">
<amount>50</amount>
</effect>
<effect name="DispelBySlot">
<dispel>
<value level="1">BUFF_PCCAFE_EXP1,1;SHINING_HOURGLASS,1</value>
</dispel>
</effect>
<effect name="BlockAbnormalSlot">
<slot>BUFF_PCCAFE_EXP1;SHINING_HOURGLASS</slot>
</effect>
<effect name="GiveItemByExp">
<exp>5000000000</exp>
<itemId>47919</itemId> <!-- Shining Scroll of Growth -->
</effect>
</effects>
</skill> </skill>
<skill id="18798" toLevel="1" name="Shining Scroll of Growth"> <skill id="18798" toLevel="1" name="Shining Scroll of Growth">
<!-- When used, obtains 1 billion XP. Only 20% effective for those below level 99. Can be used from level 85. --> <!-- When used, obtains 1 billion XP. Only 20% effective for those below level 99. Can be used from level 85. -->

View File

@@ -245,6 +245,7 @@ public enum AbnormalType
TALISMAN_SPECIAL(-1), TALISMAN_SPECIAL(-1),
EXP_HERB(-1), EXP_HERB(-1),
AURA_DEBUFF(-1), AURA_DEBUFF(-1),
SHINING_HOURGLASS(-1),
AB_HAWK_EYE(0), AB_HAWK_EYE(0),
ALL_ATTACK_DOWN(1), ALL_ATTACK_DOWN(1),
ALL_ATTACK_UP(2), ALL_ATTACK_UP(2),

View File

@@ -186,10 +186,20 @@
<item id="47918" name="Nevit's Gold Hourglass" type="EtcItem"> <item id="47918" name="Nevit's Gold Hourglass" type="EtcItem">
<!-- When used, increases EXP/ SP acquired from hunting by 50% for 30 min. and obtains 1 Shining Sroll of Growth each time you obtain 5 billion EXP. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 min. --> <!-- When used, increases EXP/ SP acquired from hunting by 50% for 30 min. and obtains 1 Shining Sroll of Growth each time you obtain 5 billion EXP. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 min. -->
<set name="icon" val="icon.bm_nebit_bonus_time_up" /> <set name="icon" val="icon.bm_nebit_bonus_time_up" />
<set name="default_action" val="SKILL_REDUCE" /> <set name="etcitem_type" val="SCROLL" />
<set name="material" val="LIQUID" /> <set name="is_oly_restricted" val="true" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="material" val="PAPER" />
<set name="handler" val="ItemSkills" />
<set name="reuse_delay" val="300000" />
<cond addName="1" msgId="113">
<player flyMounted="false" />
</cond>
<skills>
<skill id="18797" level="1" /> <!-- Nevit's Gold Hourglass -->
</skills>
</item> </item>
<item id="47919" name="Shining Scroll of Growth" type="EtcItem"> <item id="47919" name="Shining Scroll of Growth" type="EtcItem">
<!-- When used, 1 billion EXP obtained, is only 20% effective while below Lv 99. Can be used above Lv 85. This scroll cannot be used by chaotic characters. --> <!-- When used, 1 billion EXP obtained, is only 20% effective while below Lv 99. Can be used above Lv 85. This scroll cannot be used by chaotic characters. -->
@@ -233,6 +243,9 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18713" level="6" /> <!-- Superior Red Cat's Eye Lv. 10 -->
</skills>
</item> </item>
<item id="47922" name="Greater Blue Cat's Eye Lv. 1" additionalName="30-day" type="Armor"> <item id="47922" name="Greater Blue Cat's Eye Lv. 1" additionalName="30-day" type="Armor">
<!-- Increases Magic Critical Damage by 12%, M. Skill Power by 5%. When you wear the same type of gemstone, only the effect of the highest level gem is applied. --> <!-- Increases Magic Critical Damage by 12%, M. Skill Power by 5%. When you wear the same type of gemstone, only the effect of the highest level gem is applied. -->
@@ -246,6 +259,9 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18714" level="5" /> <!-- Superior Blue Cat's Eye Lv. 10 -->
</skills>
</item> </item>
<item id="47923" name="Greater Tanzanite Lv. 1" additionalName="30-day" type="Armor"> <item id="47923" name="Greater Tanzanite Lv. 1" additionalName="30-day" type="Armor">
<!-- When used, it creates a shield that absorbs 50,000 damage for 15 sec. and recovers 15% of maximum HP immediately after use. When you wear the same type of gemstone, only the effect of the highest level gem is applied. --> <!-- When used, it creates a shield that absorbs 50,000 damage for 15 sec. and recovers 15% of maximum HP immediately after use. When you wear the same type of gemstone, only the effect of the highest level gem is applied. -->
@@ -259,6 +275,10 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18815" level="6" /> <!-- Superior Tanzanite Lv. 10 -->
<skill id="18565" level="6" /> <!-- Superior Tanzanite - Barrier -->
</skills>
</item> </item>
<item id="47924" name="Coin of Light" type="EtcItem"> <item id="47924" name="Coin of Light" type="EtcItem">
<!-- A special coin obtained using Shiny Magic Bait. Can be used with the Dimensional Merchant. --> <!-- A special coin obtained using Shiny Magic Bait. Can be used with the Dimensional Merchant. -->
@@ -1483,7 +1503,11 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="handler" val="ExtractableItems" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<capsuled_items>
<item id="37718" min="1" max="1" minEnchant="5" maxEnchant="5" chance="100" /> <!-- Shiny Elemental Shirt -->
</capsuled_items>
</item> </item>
<item id="47987" name="Challenger's Weapon Enhancement Ticket" type="EtcItem"> <item id="47987" name="Challenger's Weapon Enhancement Ticket" type="EtcItem">
<!-- It can be used to enhance a Challenger weapon through a Dimensional Merchant found in every town. --> <!-- It can be used to enhance a Challenger weapon through a Dimensional Merchant found in every town. -->

View File

@@ -2157,9 +2157,47 @@
<skill id="18797" toLevel="1" name="Nevit's Gold Hourglass"> <skill id="18797" toLevel="1" name="Nevit's Gold Hourglass">
<!-- Increases Acquired XP/ SP from hunting by 50% for 30 min. and obtains 1 Shining Scroll of Growth each time you obtain 5 billion EXP. --> <!-- Increases Acquired XP/ SP from hunting by 50% for 30 min. and obtains 1 Shining Scroll of Growth each time you obtain 5 billion EXP. -->
<icon>icon.bm_nebit_bonus_time_up</icon> <icon>icon.bm_nebit_bonus_time_up</icon>
<operateType>A1</operateType> <itemConsumeId>47918</itemConsumeId>
<operateType>A2</operateType>
<abnormalType>VOTE</abnormalType>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<specialLevel>-1</specialLevel>
<abnormalLevel>1</abnormalLevel>
<abnormalTime>1800</abnormalTime>
<irreplacableBuff>true</irreplacableBuff>
<isMagic>4</isMagic> <isMagic>4</isMagic>
<reuseDelay>300000</reuseDelay> <staticReuse>true</staticReuse>
<abnormalVisualEffect>VP_KEEP</abnormalVisualEffect>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCheckAbnormal">
<type>VOTE</type>
<level>1</level>
<hasAbnormal>false</hasAbnormal>
</condition>
</conditions>
<effects>
<effect name="ExpModify">
<amount>50</amount>
</effect>
<effect name="SpModify">
<amount>50</amount>
</effect>
<effect name="DispelBySlot">
<dispel>
<value level="1">BUFF_PCCAFE_EXP1,1;SHINING_HOURGLASS,1</value>
</dispel>
</effect>
<effect name="BlockAbnormalSlot">
<slot>BUFF_PCCAFE_EXP1;SHINING_HOURGLASS</slot>
</effect>
<effect name="GiveItemByExp">
<exp>5000000000</exp>
<itemId>47919</itemId> <!-- Shining Scroll of Growth -->
</effect>
</effects>
</skill> </skill>
<skill id="18798" toLevel="1" name="Shining Scroll of Growth"> <skill id="18798" toLevel="1" name="Shining Scroll of Growth">
<!-- When used, obtains 1 billion XP. Only 20% effective for those below level 99. Can be used from level 85. --> <!-- When used, obtains 1 billion XP. Only 20% effective for those below level 99. Can be used from level 85. -->

View File

@@ -245,6 +245,7 @@ public enum AbnormalType
TALISMAN_SPECIAL(-1), TALISMAN_SPECIAL(-1),
EXP_HERB(-1), EXP_HERB(-1),
AURA_DEBUFF(-1), AURA_DEBUFF(-1),
SHINING_HOURGLASS(-1),
AB_HAWK_EYE(0), AB_HAWK_EYE(0),
ALL_ATTACK_DOWN(1), ALL_ATTACK_DOWN(1),
ALL_ATTACK_UP(2), ALL_ATTACK_UP(2),

View File

@@ -186,10 +186,20 @@
<item id="47918" name="Nevit's Gold Hourglass" type="EtcItem"> <item id="47918" name="Nevit's Gold Hourglass" type="EtcItem">
<!-- When used, increases EXP/ SP acquired from hunting by 50% for 30 min. and obtains 1 Shining Sroll of Growth each time you obtain 5 billion EXP. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 min. --> <!-- When used, increases EXP/ SP acquired from hunting by 50% for 30 min. and obtains 1 Shining Sroll of Growth each time you obtain 5 billion EXP. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 min. -->
<set name="icon" val="icon.bm_nebit_bonus_time_up" /> <set name="icon" val="icon.bm_nebit_bonus_time_up" />
<set name="default_action" val="SKILL_REDUCE" /> <set name="etcitem_type" val="SCROLL" />
<set name="material" val="LIQUID" /> <set name="is_oly_restricted" val="true" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="material" val="PAPER" />
<set name="handler" val="ItemSkills" />
<set name="reuse_delay" val="300000" />
<cond addName="1" msgId="113">
<player flyMounted="false" />
</cond>
<skills>
<skill id="18797" level="1" /> <!-- Nevit's Gold Hourglass -->
</skills>
</item> </item>
<item id="47919" name="Shining Scroll of Growth" type="EtcItem"> <item id="47919" name="Shining Scroll of Growth" type="EtcItem">
<!-- When used, 1 billion EXP obtained, is only 20% effective while below Lv 99. Can be used above Lv 85. This scroll cannot be used by chaotic characters. --> <!-- When used, 1 billion EXP obtained, is only 20% effective while below Lv 99. Can be used above Lv 85. This scroll cannot be used by chaotic characters. -->
@@ -233,6 +243,9 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18713" level="6" /> <!-- Superior Red Cat's Eye Lv. 10 -->
</skills>
</item> </item>
<item id="47922" name="Greater Blue Cat's Eye Lv. 1" additionalName="30-day" type="Armor"> <item id="47922" name="Greater Blue Cat's Eye Lv. 1" additionalName="30-day" type="Armor">
<!-- Increases Magic Critical Damage by 12%, M. Skill Power by 5%. When you wear the same type of gemstone, only the effect of the highest level gem is applied. --> <!-- Increases Magic Critical Damage by 12%, M. Skill Power by 5%. When you wear the same type of gemstone, only the effect of the highest level gem is applied. -->
@@ -246,6 +259,9 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18714" level="5" /> <!-- Superior Blue Cat's Eye Lv. 10 -->
</skills>
</item> </item>
<item id="47923" name="Greater Tanzanite Lv. 1" additionalName="30-day" type="Armor"> <item id="47923" name="Greater Tanzanite Lv. 1" additionalName="30-day" type="Armor">
<!-- When used, it creates a shield that absorbs 50,000 damage for 15 sec. and recovers 15% of maximum HP immediately after use. When you wear the same type of gemstone, only the effect of the highest level gem is applied. --> <!-- When used, it creates a shield that absorbs 50,000 damage for 15 sec. and recovers 15% of maximum HP immediately after use. When you wear the same type of gemstone, only the effect of the highest level gem is applied. -->
@@ -259,6 +275,10 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18815" level="6" /> <!-- Superior Tanzanite Lv. 10 -->
<skill id="18565" level="6" /> <!-- Superior Tanzanite - Barrier -->
</skills>
</item> </item>
<item id="47924" name="Coin of Light" type="EtcItem"> <item id="47924" name="Coin of Light" type="EtcItem">
<!-- A special coin obtained using Shiny Magic Bait. Can be used with the Dimensional Merchant. --> <!-- A special coin obtained using Shiny Magic Bait. Can be used with the Dimensional Merchant. -->
@@ -1483,7 +1503,11 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="handler" val="ExtractableItems" />
<set name="is_freightable" val="true" /> <set name="is_freightable" val="true" />
<capsuled_items>
<item id="37718" min="1" max="1" minEnchant="5" maxEnchant="5" chance="100" /> <!-- Shiny Elemental Shirt -->
</capsuled_items>
</item> </item>
<item id="47987" name="Challenger's Weapon Enhancement Ticket" type="EtcItem"> <item id="47987" name="Challenger's Weapon Enhancement Ticket" type="EtcItem">
<!-- It can be used to enhance a Challenger weapon through a Dimensional Merchant found in every town. --> <!-- It can be used to enhance a Challenger weapon through a Dimensional Merchant found in every town. -->

View File

@@ -2157,9 +2157,47 @@
<skill id="18797" toLevel="1" name="Nevit's Gold Hourglass"> <skill id="18797" toLevel="1" name="Nevit's Gold Hourglass">
<!-- Increases Acquired XP/ SP from hunting by 50% for 30 min. and obtains 1 Shining Scroll of Growth each time you obtain 5 billion EXP. --> <!-- Increases Acquired XP/ SP from hunting by 50% for 30 min. and obtains 1 Shining Scroll of Growth each time you obtain 5 billion EXP. -->
<icon>icon.bm_nebit_bonus_time_up</icon> <icon>icon.bm_nebit_bonus_time_up</icon>
<operateType>A1</operateType> <itemConsumeId>47918</itemConsumeId>
<operateType>A2</operateType>
<abnormalType>VOTE</abnormalType>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<specialLevel>-1</specialLevel>
<abnormalLevel>1</abnormalLevel>
<abnormalTime>1800</abnormalTime>
<irreplacableBuff>true</irreplacableBuff>
<isMagic>4</isMagic> <isMagic>4</isMagic>
<reuseDelay>300000</reuseDelay> <staticReuse>true</staticReuse>
<abnormalVisualEffect>VP_KEEP</abnormalVisualEffect>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCheckAbnormal">
<type>VOTE</type>
<level>1</level>
<hasAbnormal>false</hasAbnormal>
</condition>
</conditions>
<effects>
<effect name="ExpModify">
<amount>50</amount>
</effect>
<effect name="SpModify">
<amount>50</amount>
</effect>
<effect name="DispelBySlot">
<dispel>
<value level="1">BUFF_PCCAFE_EXP1,1;SHINING_HOURGLASS,1</value>
</dispel>
</effect>
<effect name="BlockAbnormalSlot">
<slot>BUFF_PCCAFE_EXP1;SHINING_HOURGLASS</slot>
</effect>
<effect name="GiveItemByExp">
<exp>5000000000</exp>
<itemId>47919</itemId> <!-- Shining Scroll of Growth -->
</effect>
</effects>
</skill> </skill>
<skill id="18798" toLevel="1" name="Shining Scroll of Growth"> <skill id="18798" toLevel="1" name="Shining Scroll of Growth">
<!-- When used, obtains 1 billion XP. Only 20% effective for those below level 99. Can be used from level 85. --> <!-- When used, obtains 1 billion XP. Only 20% effective for those below level 99. Can be used from level 85. -->

View File

@@ -245,6 +245,7 @@ public enum AbnormalType
TALISMAN_SPECIAL(-1), TALISMAN_SPECIAL(-1),
EXP_HERB(-1), EXP_HERB(-1),
AURA_DEBUFF(-1), AURA_DEBUFF(-1),
SHINING_HOURGLASS(-1),
AB_HAWK_EYE(0), AB_HAWK_EYE(0),
ALL_ATTACK_DOWN(1), ALL_ATTACK_DOWN(1),
ALL_ATTACK_UP(2), ALL_ATTACK_UP(2),

View File

@@ -180,10 +180,20 @@
<item id="47918" name="Nevit's Gold Hourglass" type="EtcItem"> <item id="47918" name="Nevit's Gold Hourglass" type="EtcItem">
<!-- When used, increases EXP/ SP acquired from hunting by 50% for 30 min. and obtains 1 Shining Sroll of Growth each time you obtain 5 billion EXP. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 min. --> <!-- When used, increases EXP/ SP acquired from hunting by 50% for 30 min. and obtains 1 Shining Sroll of Growth each time you obtain 5 billion EXP. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 min. -->
<set name="icon" val="icon.bm_nebit_bonus_time_up" /> <set name="icon" val="icon.bm_nebit_bonus_time_up" />
<set name="default_action" val="SKILL_REDUCE" /> <set name="etcitem_type" val="SCROLL" />
<set name="material" val="LIQUID" /> <set name="is_oly_restricted" val="true" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="material" val="PAPER" />
<set name="handler" val="ItemSkills" />
<set name="reuse_delay" val="300000" />
<cond addName="1" msgId="113">
<player flyMounted="false" />
</cond>
<skills>
<skill id="18797" level="1" /> <!-- Nevit's Gold Hourglass -->
</skills>
</item> </item>
<item id="47919" name="Shining Scroll of Growth" type="EtcItem"> <item id="47919" name="Shining Scroll of Growth" type="EtcItem">
<!-- Double-click to obtain 1 billion XP. If character s level is lower than 99, the effectiveness is only 20%. Required level: 85+. --> <!-- Double-click to obtain 1 billion XP. If character s level is lower than 99, the effectiveness is only 20%. Required level: 85+. -->

View File

@@ -2339,6 +2339,10 @@
<effect name="BlockAbnormalSlot"> <effect name="BlockAbnormalSlot">
<slot>BUFF_PCCAFE_EXP1;SHINING_HOURGLASS</slot> <slot>BUFF_PCCAFE_EXP1;SHINING_HOURGLASS</slot>
</effect> </effect>
<effect name="GiveItemByExp">
<exp>5000000000</exp>
<itemId>47919</itemId> <!-- Shining Scroll of Growth -->
</effect>
</effects> </effects>
</skill> </skill>
<skill id="18798" toLevel="1" name="Shining Scroll of Growth"> <skill id="18798" toLevel="1" name="Shining Scroll of Growth">

View File

@@ -180,10 +180,20 @@
<item id="47918" name="Nevit's Gold Hourglass" type="EtcItem"> <item id="47918" name="Nevit's Gold Hourglass" type="EtcItem">
<!-- When used, increases EXP/ SP acquired from hunting by 50% for 30 min. and obtains 1 Shining Sroll of Growth each time you obtain 5 billion EXP. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 min. --> <!-- When used, increases EXP/ SP acquired from hunting by 50% for 30 min. and obtains 1 Shining Sroll of Growth each time you obtain 5 billion EXP. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 min. -->
<set name="icon" val="icon.bm_nebit_bonus_time_up" /> <set name="icon" val="icon.bm_nebit_bonus_time_up" />
<set name="default_action" val="SKILL_REDUCE" /> <set name="etcitem_type" val="SCROLL" />
<set name="material" val="LIQUID" /> <set name="is_oly_restricted" val="true" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="material" val="PAPER" />
<set name="handler" val="ItemSkills" />
<set name="reuse_delay" val="300000" />
<cond addName="1" msgId="113">
<player flyMounted="false" />
</cond>
<skills>
<skill id="18797" level="1" /> <!-- Nevit's Gold Hourglass -->
</skills>
</item> </item>
<item id="47919" name="Shining Scroll of Growth" type="EtcItem"> <item id="47919" name="Shining Scroll of Growth" type="EtcItem">
<!-- Double-click to obtain 1 billion XP. If character s level is lower than 99, the effectiveness is only 20%. Required level: 85+. --> <!-- Double-click to obtain 1 billion XP. If character s level is lower than 99, the effectiveness is only 20%. Required level: 85+. -->

View File

@@ -2339,6 +2339,10 @@
<effect name="BlockAbnormalSlot"> <effect name="BlockAbnormalSlot">
<slot>BUFF_PCCAFE_EXP1;SHINING_HOURGLASS</slot> <slot>BUFF_PCCAFE_EXP1;SHINING_HOURGLASS</slot>
</effect> </effect>
<effect name="GiveItemByExp">
<exp>5000000000</exp>
<itemId>47919</itemId> <!-- Shining Scroll of Growth -->
</effect>
</effects> </effects>
</skill> </skill>
<skill id="18798" toLevel="1" name="Shining Scroll of Growth"> <skill id="18798" toLevel="1" name="Shining Scroll of Growth">

View File

@@ -177,10 +177,20 @@
<item id="47918" name="Nevit's Gold Hourglass" type="EtcItem"> <item id="47918" name="Nevit's Gold Hourglass" type="EtcItem">
<!-- When used, increases EXP/ SP acquired from hunting by 50% for 30 min. and obtains 1 Shining Sroll of Growth each time you obtain 5 billion EXP. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 min. --> <!-- When used, increases EXP/ SP acquired from hunting by 50% for 30 min. and obtains 1 Shining Sroll of Growth each time you obtain 5 billion EXP. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 min. -->
<set name="icon" val="icon.bm_nebit_bonus_time_up" /> <set name="icon" val="icon.bm_nebit_bonus_time_up" />
<set name="default_action" val="SKILL_REDUCE" /> <set name="etcitem_type" val="SCROLL" />
<set name="material" val="LIQUID" /> <set name="is_oly_restricted" val="true" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="material" val="PAPER" />
<set name="handler" val="ItemSkills" />
<set name="reuse_delay" val="300000" />
<cond addName="1" msgId="113">
<player flyMounted="false" />
</cond>
<skills>
<skill id="18797" level="1" /> <!-- Nevit's Gold Hourglass -->
</skills>
</item> </item>
<item id="47919" name="Shining Scroll of Growth" type="EtcItem"> <item id="47919" name="Shining Scroll of Growth" type="EtcItem">
<!-- Double-click to obtain 1 billion XP. If character s level is lower than 99, the effectiveness is only 20%. Required level: 85+. --> <!-- Double-click to obtain 1 billion XP. If character s level is lower than 99, the effectiveness is only 20%. Required level: 85+. -->

View File

@@ -2338,6 +2338,10 @@
<effect name="BlockAbnormalSlot"> <effect name="BlockAbnormalSlot">
<slot>BUFF_PCCAFE_EXP1;SHINING_HOURGLASS</slot> <slot>BUFF_PCCAFE_EXP1;SHINING_HOURGLASS</slot>
</effect> </effect>
<effect name="GiveItemByExp">
<exp>5000000000</exp>
<itemId>47919</itemId> <!-- Shining Scroll of Growth -->
</effect>
</effects> </effects>
</skill> </skill>
<skill id="18798" toLevel="1" name="Shining Scroll of Growth"> <skill id="18798" toLevel="1" name="Shining Scroll of Growth">

View File

@@ -177,10 +177,20 @@
<item id="47918" name="Nevit's Gold Hourglass" type="EtcItem"> <item id="47918" name="Nevit's Gold Hourglass" type="EtcItem">
<!-- For 30 min., acquired XP/ SP +50%. Grants Shining Scroll of Growth each time you get 500,000 XP. The effect does not stack with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - XP Bottle. Cooldown: 5 min. --> <!-- For 30 min., acquired XP/ SP +50%. Grants Shining Scroll of Growth each time you get 500,000 XP. The effect does not stack with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - XP Bottle. Cooldown: 5 min. -->
<set name="icon" val="icon.bm_nebit_bonus_time_up" /> <set name="icon" val="icon.bm_nebit_bonus_time_up" />
<set name="default_action" val="SKILL_REDUCE" /> <set name="etcitem_type" val="SCROLL" />
<set name="material" val="LIQUID" /> <set name="is_oly_restricted" val="true" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="material" val="PAPER" />
<set name="handler" val="ItemSkills" />
<set name="reuse_delay" val="300000" />
<cond addName="1" msgId="113">
<player flyMounted="false" />
</cond>
<skills>
<skill id="18797" level="1" /> <!-- Nevit's Gold Hourglass -->
</skills>
</item> </item>
<item id="47919" name="Shining Scroll of Growth" type="EtcItem"> <item id="47919" name="Shining Scroll of Growth" type="EtcItem">
<!-- Double-click to obtain 100,000 XP. If character's level is lower than 99, the effectiveness is only 20%. Required level: 85+. --> <!-- Double-click to obtain 100,000 XP. If character's level is lower than 99, the effectiveness is only 20%. Required level: 85+. -->

View File

@@ -2338,6 +2338,10 @@
<effect name="BlockAbnormalSlot"> <effect name="BlockAbnormalSlot">
<slot>BUFF_PCCAFE_EXP1;SHINING_HOURGLASS</slot> <slot>BUFF_PCCAFE_EXP1;SHINING_HOURGLASS</slot>
</effect> </effect>
<effect name="GiveItemByExp">
<exp>500000</exp>
<itemId>47919</itemId> <!-- Shining Scroll of Growth -->
</effect>
</effects> </effects>
</skill> </skill>
<skill id="18798" toLevel="1" name="Shining Scroll of Growth"> <skill id="18798" toLevel="1" name="Shining Scroll of Growth">

View File

@@ -186,10 +186,20 @@
<item id="47918" name="Nevit's Gold Hourglass" type="EtcItem"> <item id="47918" name="Nevit's Gold Hourglass" type="EtcItem">
<!-- When used, increases EXP/SP from hunting by 50%, and every 5 billion EXP, a Stand of Shining Growth is obtained for 30 minutes. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 minutes. --> <!-- When used, increases EXP/SP from hunting by 50%, and every 5 billion EXP, a Stand of Shining Growth is obtained for 30 minutes. Cannot be used with Fall of the Dragon, Dandy's Home Run Ball, and Agathion - EXP Bottle. Cooldown 5 minutes. -->
<set name="icon" val="icon.bm_nebit_bonus_time_up" /> <set name="icon" val="icon.bm_nebit_bonus_time_up" />
<set name="default_action" val="SKILL_REDUCE" /> <set name="etcitem_type" val="SCROLL" />
<set name="material" val="LIQUID" /> <set name="is_oly_restricted" val="true" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="is_stackable" val="true" /> <set name="is_stackable" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="material" val="PAPER" />
<set name="handler" val="ItemSkills" />
<set name="reuse_delay" val="300000" />
<cond addName="1" msgId="113">
<player flyMounted="false" />
</cond>
<skills>
<skill id="18797" level="1" /> <!-- Nevit's Gold Hourglass -->
</skills>
</item> </item>
<item id="47919" name="Shining Scroll of Growth" type="EtcItem"> <item id="47919" name="Shining Scroll of Growth" type="EtcItem">
<!-- When used, 1 billion EXP obtained, is only 20% effective after Lv 99. Can be used above Lv 85. --> <!-- When used, 1 billion EXP obtained, is only 20% effective after Lv 99. Can be used above Lv 85. -->
@@ -233,6 +243,9 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18713" level="6" /> <!-- Superior Red Cat's Eye Lv. 10 -->
</skills>
</item> </item>
<item id="47922" name="Greater Blue Cat's Eye" additionalName="30-day" type="Armor"> <item id="47922" name="Greater Blue Cat's Eye" additionalName="30-day" type="Armor">
<!-- Increases Magic Critical Damage by 12%, M. Skill Power by 5%. When you wear the same type of gemstone, only the effect of the highest level gem is applied. --> <!-- Increases Magic Critical Damage by 12%, M. Skill Power by 5%. When you wear the same type of gemstone, only the effect of the highest level gem is applied. -->
@@ -246,6 +259,9 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18714" level="5" /> <!-- Superior Blue Cat's Eye Lv. 10 -->
</skills>
</item> </item>
<item id="47923" name="Greater Tanzanite" additionalName="30-day" type="Armor"> <item id="47923" name="Greater Tanzanite" additionalName="30-day" type="Armor">
<!-- When used, it creates a shield that absorbs 50,000 damage for 15 seconds and recovers 15% of maximum HP immediately after use. When you wear the same type of gemstone, only the effect of the highest level gem is applied. --> <!-- When used, it creates a shield that absorbs 50,000 damage for 15 seconds and recovers 15% of maximum HP immediately after use. When you wear the same type of gemstone, only the effect of the highest level gem is applied. -->
@@ -259,6 +275,10 @@
<set name="is_dropable" val="false" /> <set name="is_dropable" val="false" />
<set name="is_sellable" val="false" /> <set name="is_sellable" val="false" />
<set name="time" val="43200" /> <set name="time" val="43200" />
<skills>
<skill id="18815" level="6" /> <!-- Superior Tanzanite Lv. 10 -->
<skill id="18565" level="6" /> <!-- Superior Tanzanite - Barrier -->
</skills>
</item> </item>
<item id="47924" name="Coin of Light" type="EtcItem"> <item id="47924" name="Coin of Light" type="EtcItem">
<!-- A special coin obtained using Shiny Magic Bait. Can be used with the Dimensional Merchant. --> <!-- A special coin obtained using Shiny Magic Bait. Can be used with the Dimensional Merchant. -->

View File

@@ -2095,9 +2095,47 @@
<skill id="18797" toLevel="1" name="Nevit's Gold Hourglass"> <skill id="18797" toLevel="1" name="Nevit's Gold Hourglass">
<!-- Increases EXP/SP acquired from hunting by 50% for 30 minutes and obtains 1 Shining Scroll of Growth each time you obtain 5 billion EXP. --> <!-- Increases EXP/SP acquired from hunting by 50% for 30 minutes and obtains 1 Shining Scroll of Growth each time you obtain 5 billion EXP. -->
<icon>icon.bm_nebit_bonus_time_up</icon> <icon>icon.bm_nebit_bonus_time_up</icon>
<operateType>A1</operateType> <itemConsumeId>47918</itemConsumeId>
<operateType>A2</operateType>
<abnormalType>VOTE</abnormalType>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<specialLevel>-1</specialLevel>
<abnormalLevel>1</abnormalLevel>
<abnormalTime>1800</abnormalTime>
<irreplacableBuff>true</irreplacableBuff>
<isMagic>4</isMagic> <isMagic>4</isMagic>
<reuseDelay>300000</reuseDelay> <staticReuse>true</staticReuse>
<abnormalVisualEffect>VP_KEEP</abnormalVisualEffect>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCheckAbnormal">
<type>VOTE</type>
<level>1</level>
<hasAbnormal>false</hasAbnormal>
</condition>
</conditions>
<effects>
<effect name="ExpModify">
<amount>50</amount>
</effect>
<effect name="SpModify">
<amount>50</amount>
</effect>
<effect name="DispelBySlot">
<dispel>
<value level="1">BUFF_PCCAFE_EXP1,1;SHINING_HOURGLASS,1</value>
</dispel>
</effect>
<effect name="BlockAbnormalSlot">
<slot>BUFF_PCCAFE_EXP1;SHINING_HOURGLASS</slot>
</effect>
<effect name="GiveItemByExp">
<exp>5000000000</exp>
<itemId>47919</itemId> <!-- Shining Scroll of Growth -->
</effect>
</effects>
</skill> </skill>
<skill id="18798" toLevel="1" name="Shining Scroll of Growth"> <skill id="18798" toLevel="1" name="Shining Scroll of Growth">
<!-- When used, 1 billion EXP obtained, is only 20% effective after Lv 99. Can be used above Lv 85. --> <!-- When used, 1 billion EXP obtained, is only 20% effective after Lv 99. Can be used above Lv 85. -->

View File

@@ -243,6 +243,7 @@ public enum AbnormalType
HEAL_RESISTANCE(-1), // TODO: need find proper name HEAL_RESISTANCE(-1), // TODO: need find proper name
TALISMAN_SPECIAL(-1), TALISMAN_SPECIAL(-1),
EXP_HERB(-1), EXP_HERB(-1),
SHINING_HOURGLASS(-1),
AB_HAWK_EYE(0), AB_HAWK_EYE(0),
ALL_ATTACK_DOWN(1), ALL_ATTACK_DOWN(1),
ALL_ATTACK_UP(2), ALL_ATTACK_UP(2),