L2JMobius

Classic Interlude Fishing Fishing does not work.

gromol · 4 · 839

Offline gromol

  • Vassal
  • *
    • Posts: 1


The character bought a fishing rod for 30 days from an NPC, as well as bait. When you try to start fishing, you get an error that all requirements are not met.
"You cannot fish as you do not meet the requirements"

**In addition, in the classic it was available to buy a fishing rod for 1 day and also for 10 days. These items are missing for some reason.

I think that this functionality is very important for the game. Please advise how can I fix this problem


Offline DevTael

  • Vassal
  • *
    • Posts: 5
  • Tael Dev
    • Github
Hello, I fix this problem adding the following items to file: dist/game/data/Fishing.xml
Code: [Select]
<bait itemId="45495" minPlayerLevel="1" chance="40" timeMin="105000" waitMin="15000"> <!-- Normal Bait -->
<catch itemId="47550" chance="70" multiplier="1" /> <!-- Ugly Fish -->
<catch itemId="47551" chance="25" multiplier="1" /> <!-- Nimble Fish -->
<catch itemId="47552" chance="3" multiplier="1" /> <!-- Powerful Fish -->
<catch itemId="47554" chance="2" multiplier="1" /> <!-- Purplish Box -->
</bait>
<bait itemId="45496" minPlayerLevel="1" chance="40" timeMin="105000" waitMin="15000"> <!-- Special Bait -->
<catch itemId="47550" chance="70" multiplier="1" /> <!-- Ugly Fish -->
<catch itemId="47551" chance="25" multiplier="1" /> <!-- Nimble Fish -->
<catch itemId="47552" chance="3" multiplier="1" /> <!-- Powerful Fish -->
<catch itemId="47554" chance="2" multiplier="1" /> <!-- Purplish Box -->
</bait>

Idk if its the better choose, because the item description says:
Code: [Select]
<!-- Normal Bait that can no longer be used. It can be sold at the store. -->https://ibb.co/Kr3xJc5

I think these items may have been removed from this L2 version, but adding it to the xml should work again.


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16159
What fishing rod ids are on the NPC?
And what is their current description on client?


Offline DevTael

  • Vassal
  • *
    • Posts: 5
  • Tael Dev
    • Github
I think our friend's problem was because maybe he bought this bait from gmshop, the bait and rod sold at npc 'Fishing Guildsman' are working perfectly.