Advertisement
SmiDmi

Fixed Reddish Box (47554)

Jun 30th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.27 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Mobius_6.0_Fafurion
  3. Index: dist/game/data/stats/items/47500-47599.xml
  4. ===================================================================
  5. --- dist/game/data/stats/items/47500-47599.xml  (revision 5599)
  6. +++ dist/game/data/stats/items/47500-47599.xml  (working copy)
  7. @@ -643,7 +643,18 @@
  8.         <set name="is_depositable" val="false" />
  9.         <set name="is_sellable" val="false" />
  10.         <set name="is_stackable" val="true" />
  11. -       <set name="is_private_storeable" val="false" />
  12. +       <set name="is_private_storeable" val="false" />        
  13. +       <set name="default_action" val="PEEL" />
  14. +       <set name="immediate_effect" val="true" />
  15. +       <set name="handler" val="ExtractableItems" />
  16. +       <set name="extractableCountMin" val="1" />
  17. +       <set name="extractableCountMax" val="1" />
  18. +       <capsuled_items>
  19. +           <item id="39720" min="1" max="1" chance="27" /> <!-- Maphr's Luck Potion -->
  20. +           <item id="45494" min="1" max="1" chance="3" /> <!-- Sturdy Fishing Rod -->
  21. +           <item id="38154" min="50" max="50" chance="65" /> <!-- Fishing Shot -->
  22. +           <item id="8034" min="1" max="1" chance="5" /> <!-- Rainbow Springs Clan Hall War Decree -->
  23. +       </capsuled_items>  
  24.     </item>
  25.     <item id="47555" name="Purplish Box" type="EtcItem">
  26.         <!-- Double-click to obtain the item. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement