Advertisement
SmiDmi

XP Buff 50% (1-h.)(36400)

Jun 30th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.96 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Mobius_6.0_Fafurion
  3. Index: dist/game/data/stats/items/36400-36499.xml
  4. ===================================================================
  5. --- dist/game/data/stats/items/36400-36499.xml  (revision 5599)
  6. +++ dist/game/data/stats/items/36400-36499.xml  (working copy)
  7. @@ -14,8 +14,8 @@
  8.         <set name="is_freightable" val="true" />
  9.         <set name="etcitem_type" val="POTION" />
  10.         <set name="is_stackable" val="true" />
  11. -       <set name="time" val="60" />
  12.         <set name="handler" val="ItemSkills" />
  13. +       <set name="immediate_effect" val="true" />
  14.         <skills>
  15.             <skill id="9828" level="1" /> <!-- XP Buff 50% (1-hour) -->
  16.         </skills>
  17. Index: dist/game/data/stats/skills/09800-09899.xml
  18. ===================================================================
  19. --- dist/game/data/stats/skills/09800-09899.xml (revision 5599)
  20. +++ dist/game/data/stats/skills/09800-09899.xml (working copy)
  21. @@ -145,9 +145,31 @@
  22.         <!-- Obtained XP +50%. -->
  23.         <icon>icon.etc_dragons_blood_i03</icon>
  24.         <itemConsumeId>36400</itemConsumeId>
  25. -       <itemConsumeCount>1</itemConsumeCount>
  26.         <operateType>A2</operateType>
  27. +       <abnormalType>VOTE</abnormalType>
  28. +       <basicProperty>NONE</basicProperty>
  29. +       <magicCriticalRate>5</magicCriticalRate>
  30. +       <specialLevel>-1</specialLevel>
  31. +       <abnormalLvl>1</abnormalLvl>
  32. +       <abnormalTime>3600</abnormalTime>
  33. +       <irreplacableBuff>true</irreplacableBuff>
  34.         <isMagic>4</isMagic>
  35. +       <staticReuse>true</staticReuse>
  36. +       <abnormalVisualEffect>VP_KEEP</abnormalVisualEffect>
  37. +       <targetType>SELF</targetType>
  38. +       <affectScope>SINGLE</affectScope>
  39. +       <conditions>
  40. +           <condition name="OpCheckAbnormal">
  41. +               <type>VOTE</type>
  42. +               <level>1</level>
  43. +               <hasAbnormal>false</hasAbnormal>
  44. +           </condition>
  45. +       </conditions>
  46. +       <effects>
  47. +           <effect name="ExpModify">
  48. +               <amount>50</amount>
  49. +           </effect>
  50. +       </effects>
  51.     </skill>
  52.     <skill id="9829" toLevel="1" name="Rare Accessory Pack (Permanent)">
  53.         <!-- Rare accessory pack. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement