ibm2431
ibm2431
Were any of the other characters wearing the Moogle outfit?
Client / version match, so my guess is that - due to the zone - there was a misalignment at some point during SE's constant shifting of "event" zones. Might...
That's the [Land Sand Boat](https://github.com/DarkstarProject/darkstar/issues/1004)!
Saving people some time: https://github.com/DarkstarProject/darkstar/blob/dbaaa7710698a4e41e3175b6f3e80fc59e671d98/scripts/globals/keyitems.lua#L1982-L1983 (These IDs checked out when I used `!addkeyitem 1994` and `!addkeyitem 1995`) https://github.com/DarkstarProject/darkstar/blob/dbaaa7710698a4e41e3175b6f3e80fc59e671d98/scripts/zones/Metalworks/npcs/Lorena.lua#L22-L31 https://github.com/DarkstarProject/darkstar/blob/dbaaa7710698a4e41e3175b6f3e80fc59e671d98/scripts/zones/Northern_San_dOria/npcs/Macuillie.lua#L22-L31 Suspect the issue might be in here (maybe mismatched bit-shifting), but...
> but with a twist. The higher the difference between user skill and fish max skill needed, lower the chance to skill up. Why?
[When I first started going after Mercanbaligi (cap 86) at level 54](https://user-images.githubusercontent.com/13112942/60061526-0958c300-96e5-11e9-9c79-be59ff9112a0.png) compared to [when I reached level 56](https://user-images.githubusercontent.com/13112942/60061523-0958c300-96e5-11e9-810a-6d044d85ea5d.png). According to timestamps, those two levels took roughly 16 minutes. [When...
Yeah, was on retail (it would be nice if DSP had RoE though!). I _might_ be able to dig through my old logs at some point for harder data, but...
Saw this thread pop up in my notifications. Sorry I forgot about it. [My chatlogs on retail from 2015/09/12 to 2015/09/15, during which I took Fishing from level 18 to...
For record, Dynamis D mobs are true detection. (This feels like something that should be handled by scripts or DB anyway.)
Just remove the hardcoding altogether. No need to add additional hardcode for content that isn't currently implemented (and for an incorrect solution at that). Whenever someone adds Dynamis D mobs...