Advertisement
SmiDmi

Fixes Attendance Vitality Tonic

Jun 29th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.56 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Mobius_6.0_Fafurion
  3. Index: dist/game/data/stats/skills/27400-27499.xml
  4. ===================================================================
  5. --- dist/game/data/stats/skills/27400-27499.xml (revision 5593)
  6. +++ dist/game/data/stats/skills/27400-27499.xml (working copy)
  7. @@ -563,8 +563,24 @@
  8.         <isMagic>4</isMagic>
  9.     </skill>
  10.     <skill id="27445" toLevel="1" name="Attendance Vitality Tonic">
  11. -       <operateType>A1</operateType>
  12. +       <icon>icon.etc_recall_potion3</icon>
  13. +       <isMagic>2</isMagic> <!-- Static Skill -->
  14. +       <itemConsumeCount>1</itemConsumeCount>
  15. +       <itemConsumeId>26510</itemConsumeId> <!-- Attendance Vitality Tonic -->
  16. +       <magicLvl>1</magicLvl>
  17. +       <operateType>A1</operateType>
  18.         <reuseDelay>3600000</reuseDelay>
  19. +       <magicCriticalRate>5</magicCriticalRate>
  20. +       <specialLevel>-1</specialLevel>
  21. +       <hitCancelTime>0</hitCancelTime>
  22. +       <staticReuse>true</staticReuse>
  23. +       <targetType>SELF</targetType>
  24. +       <affectScope>SINGLE</affectScope>
  25. +       <effects>
  26. +           <effect name="VitalityPointUp">
  27. +               <value>35000</value>
  28. +           </effect>
  29. +       </effects>
  30.     </skill>
  31.     <skill id="27446" toLevel="1" name="Lv. 5 Legendary CHA Dye Pack">
  32.         <icon>icon.etc_pi_gift_box_i04</icon>
  33. Index: dist/game/data/stats/items/26500-26599.xml
  34. ===================================================================
  35. --- dist/game/data/stats/items/26500-26599.xml  (revision 5593)
  36. +++ dist/game/data/stats/items/26500-26599.xml  (working copy)
  37. @@ -166,12 +166,20 @@
  38.         <set name="is_mailable" val="false" />
  39.         <set name="is_tradable" val="false" />
  40.         <set name="is_dropable" val="false" />
  41. +       <set name="is_destroyable" val="false" />
  42.         <set name="is_sellable" val="false" />
  43.         <set name="is_commissionable" val="false" />
  44.         <set name="is_private_storeable" val="false" />
  45. +       <set name="is_oly_restricted" val="true" />
  46. +       <set name="is_freightable" val="true" />
  47. +       <set name="default_action" val="SKILL_REDUCE" />
  48.         <set name="etcitem_type" val="POTION" />
  49. -       <set name="is_stackable" val="true" />
  50. -       <set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
  51. +       <set name="handler" val="ItemSkills" />
  52. +       <set name="is_stackable" val="true" />     
  53. +       <set name="reuse_delay" val="3600000" />
  54. +       <skills>
  55. +           <skill id="27445" level="1" /> <!-- Attendance Vitality Tonic -->
  56. +       </skills>
  57.     </item>
  58.     <item id="26511" name="Anakim Set Pack" type="EtcItem">
  59.         <!-- Double-click to obtain 1 Anakim Outfit Appearance Stone (30-day) and 1 Agathion - Anakim Holy Barrier (30-day). The Appearance Stone and bracelet cannot be dropped or exchanged. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement