Fishing with Required KI #7572
Unanswered
kobrac0mmander
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Did you run dbtool to update your database? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm incredibly new to all of this and have no training with Lua, but I understand the logic.
I'm working on Abyssea and trying to get the Aby La Theine NM Karkinos to only be fished up when the player has the KI (SMOLDERING_CRAB_SHELL - 1487)
I added this to the sql which should make the KI be required to fish up the NM, but I'm still able to fish up the NM without it (confirmed by the !delkeyitem command.
INSERT INTO fishing_mob VALUES (17317898,'Karkinos',132,0,1,1,10,15,11,15,255,255,1,0,0,1000,0,0,19324,19324,1487,0,0);
Not entirely sure what I'm missing. I'm hoping it's not something dumb
Beta Was this translation helpful? Give feedback.
All reactions