Advertisement
panther75

Giant Trackers_boxes superion

Oct 24th, 2022
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.00 KB | None | 0 0
  1. diff --git a/L2J_Mobius_06.0_Fafurion/dist/game/data/stats/items/48200-48299.xml b/L2J_Mobius_06.0_Fafurion/dist/game/data/stats/items/48200-48299.xml
  2. index 08b7d9c..3ab4a93 100644
  3. --- a/L2J_Mobius_06.0_Fafurion/dist/game/data/stats/items/48200-48299.xml
  4. +++ b/L2J_Mobius_06.0_Fafurion/dist/game/data/stats/items/48200-48299.xml
  5. @@ -870,6 +870,10 @@
  6.         <set name="is_dropable" val="false" />
  7.         <set name="is_sellable" val="false" />
  8.         <set name="is_stackable" val="true" />
  9. +       <set name="handler" val="ItemSkills" />
  10. +       <skills>
  11. +           <skill id="35149" level="1" /> <!-- Basic Supply Box Superion(level 1)  -->
  12. +       </skills>
  13.     </item>
  14.     <item id="48255" name="Giant Trackers Intermediate Treasure Chest" additionalName="Superion" type="EtcItem">
  15.         <!-- An intermediate supply box received in exchange for helping the Giant Trackers with their mission in Superion. Double-click to view the item. -->
  16. @@ -880,6 +884,10 @@
  17.         <set name="is_dropable" val="false" />
  18.         <set name="is_sellable" val="false" />
  19.         <set name="is_stackable" val="true" />
  20. +       <set name="handler" val="ItemSkills" />
  21. +       <skills>
  22. +           <skill id="35149" level="2" /> <!-- Basic Supply Box Superion(level 2) -->
  23. +       </skills>
  24.     </item>
  25.     <item id="48256" name="Giant Trackers Advanced Treasure Chest" additionalName="Superion" type="EtcItem">
  26.         <!-- An advanced supply box received in exchange for helping the Giant Trackers with their mission in Superion. Double-click to view the item. -->
  27. @@ -890,6 +898,10 @@
  28.         <set name="is_dropable" val="false" />
  29.         <set name="is_sellable" val="false" />
  30.         <set name="is_stackable" val="true" />
  31. +       <set name="handler" val="ItemSkills" />
  32. +       <skills>
  33. +           <skill id="35149" level="3" /> <!-- Basic Supply Box Superion(level 3) -->
  34. +       </skills>
  35.     </item>
  36.     <item id="48257" name="Clan Point Token" type="EtcItem">
  37.         <!-- Old Clan Point, an item that proves the glorious past of the clan. You can exchange it for another item through Clan Trader Ilia in the Town of Aden or Mulia in the Town of Rune. -->
Tags: Giant_boxes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement