Advertisement
SmiDmi

Improved Scroll of Escape

Jul 20th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.95 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Mobius_Classic_2.1_Zaken
  3. Index: dist/game/data/stats/items/49000-49099.xml
  4. ===================================================================
  5. --- dist/game/data/stats/items/49000-49099.xml  (revision 5666)
  6. +++ dist/game/data/stats/items/49000-49099.xml  (working copy)
  7. @@ -1178,7 +1178,13 @@
  8.         <set name="default_action" val="SKILL_REDUCE" />
  9.         <set name="material" val="PAPER" />
  10.         <set name="weight" val="120" />
  11. +       <set name="price" val="20000" />
  12.         <set name="is_stackable" val="true" />
  13. +       <set name="handler" val="ItemSkills" />
  14. +       <set name="commissionItemType" val="SCROLL_OTHER" />
  15. +       <skills>
  16. +           <skill id="39075" level="1" /> <!-- Improved Scroll of Escape -->
  17. +       </skills>
  18.     </item>
  19.     <item id="49088" name="Gold Medal" type="EtcItem">
  20.         <!-- Shiny medal. Any trader will pay good money for such thing. Cannot drop or destroy. -->
  21. Index: dist/game/data/stats/skills/39000-39099.xml
  22. ===================================================================
  23. --- dist/game/data/stats/skills/39000-39099.xml (revision 5666)
  24. +++ dist/game/data/stats/skills/39000-39099.xml (working copy)
  25. @@ -1229,8 +1229,23 @@
  26.         </effects>
  27.     </skill>
  28.     <skill id="39075" toLevel="1" name="Improved Scroll of Escape">
  29. +       <hitTime>1000</hitTime>
  30. +       <isMagic>2</isMagic> <!-- Static Skill -->
  31. +       <itemConsumeCount>1</itemConsumeCount>
  32. +       <itemConsumeId>49087</itemConsumeId> <!-- Improved Scroll of Escape -->
  33. +       <magicLvl>1</magicLvl>
  34.         <operateType>A1</operateType>
  35. -       <hitTime>1000</hitTime>
  36. +       <magicCriticalRate>5</magicCriticalRate>
  37. +       <targetType>SELF</targetType>
  38. +       <affectScope>SINGLE</affectScope>
  39. +       <conditions>
  40. +           <condition name="OpCanEscape" />
  41. +       </conditions>
  42. +       <effects>
  43. +           <effect name="Escape">
  44. +               <escapeType>TOWN</escapeType>
  45. +           </effect>
  46. +       </effects>
  47.     </skill>
  48.     <skill id="39076" toLevel="1" name="Fish Stew - The Guild's Gratitude.">
  49.         <!-- For 20 min. XP/SP +10% while hunting. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement