Advertisement
SmiDmi

Fixed Bait (48537)

Aug 10th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.82 KB | None | 0 0
  1. ### Eclipse Workspace Patch 1.0
  2. #P L2J_Mobius_6.0_Fafurion
  3. Index: dist/game/data/Fishing.xml
  4. ===================================================================
  5. --- dist/game/data/Fishing.xml  (revision 5774)
  6. +++ dist/game/data/Fishing.xml  (working copy)
  7. @@ -13,6 +13,12 @@
  8.             <catch itemId="47552" chance="3" multiplier="1" /> <!-- Powerful Fish -->
  9.             <catch itemId="47553" chance="2" multiplier="1" /> <!-- Blueish Box -->
  10.         </bait>
  11. +       <bait itemId="48537" minPlayerLevel="85" chance="40" timeMin="105000" waitMin="15000"> <!-- Bait -->
  12. +           <catch itemId="47550" chance="70" multiplier="1" /> <!-- Ugly Fish -->
  13. +           <catch itemId="47551" chance="25" multiplier="1" /> <!-- Nimble Fish -->
  14. +           <catch itemId="47552" chance="3" multiplier="1" /> <!-- Powerful Fish -->
  15. +           <catch itemId="47553" chance="2" multiplier="1" /> <!-- Blueish Box -->
  16. +       </bait>
  17.         <bait itemId="47548" minPlayerLevel="99" chance="40" timeMin="105000" waitMin="15000"> <!-- Bait(R99) -->
  18.             <catch itemId="47550" chance="70" multiplier="1476" /> <!-- Ugly Fish -->
  19.             <catch itemId="47551" chance="25" multiplier="1804" /> <!-- Nimble Fish -->
  20. Index: dist/game/data/stats/items/48500-48599.xml
  21. ===================================================================
  22. --- dist/game/data/stats/items/48500-48599.xml  (revision 5774)
  23. +++ dist/game/data/stats/items/48500-48599.xml  (working copy)
  24. @@ -378,6 +378,8 @@
  25.         <!-- Fishing time: 105 sec. Standby time: 15 sec. Normal Fishing Bait. Fishing with this bait has a low chance of yielding a Blueish Box. -->
  26.         <set name="icon" val="icon.etc_normal_lure" />
  27.         <set name="default_action" val="EQUIP" />
  28. +       <set name="etcitem_type" val="LURE" />
  29. +       <set name="bodypart" val="lhand" />
  30.         <set name="immediate_effect" val="true" />
  31.         <set name="material" val="PAPER" />
  32.         <set name="price" val="4000" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement