topaz-next / topaz

💎 A server emulator for Final Fantasy XI.
GNU General Public License v3.0
55 stars 81 forks source link

Gobbie Box no longer working [Canary (C202010-02)] #2079

Closed topaz-next-bot closed 3 years ago

topaz-next-bot commented 3 years ago

Issue by kaincenteno Monday Oct 12, 2020 at 03:46:59 Originally opened as: project-topaz/topaz - Issue 1336


I have:

Additional Information (Steps to reproduce/Expected behavior) :

Unsure if this was due to the bit stuff move to lua

[11/Oct] [20:41:24][Error] luautils::onTrigger: ./scripts/globals/gobbiemysterybox.lua:113: attempt to call method 'getMaskBit' (a nil value)

topaz-next-bot commented 3 years ago

Comment by kaincenteno Monday Oct 12, 2020 at 04:07:26


i didn't test any of the CS that rely on writing and reading bits (like mandragoras) but i will try in a bit (get it lol puns!)

topaz-next-bot commented 3 years ago

Comment by ibm2431 Monday Oct 12, 2020 at 08:20:44


Player mask functions in mystery box global got updated in release. Mystery branch isn't in release, so the uses in mystery are leftover stragglers.

Should be easy fix - just update references to the new functions that Wren added. Maybe check core-side mystery files too.

topaz-next-bot commented 3 years ago

Comment by jarmengaud Friday Oct 16, 2020 at 12:53:02


This can be closed now.

topaz-next-bot commented 3 years ago

Comment by ibm2431 Friday Oct 16, 2020 at 13:30:55


1366