LandSandBoat / server

:sailboat: LandSandBoat - a server emulator for Final Fantasy XI
https://landsandboat.github.io/server/
GNU General Public License v3.0
301 stars 612 forks source link

🐛 Custom Menus seem to be broken #6455

Closed AuroraFlare closed 3 days ago

AuroraFlare commented 3 days ago

I affirm:

OS / platform the server is running (if known)

Windows 11

Branch affected by issue

base

The menu seems to work incorrectly for all custom menus made in custom lua, etc. GM Home NPC, !menu !afkcheck

Steps to reproduce:

  1. Login to GM character
  2. Type !menu and see it load incorrectly

Screenshot 2024-11-23 222820

Expected behavior

Should be more like: Test Menu (Play effect) Option 1: Hearts Option 2: Music Notes etc. etc.

WinterSolstice8 commented 3 days ago

image seems to work for me. Are you on the JP client?

AuroraFlare commented 3 days ago

That's weird I'll have to look, I'm using Ashita4... in the config for the ini i am using playonline=2 and ashita=2 the install is the NA FFXI right from the NA PlayOnline website. But I must be overlooking something then!

WinterSolstice8 commented 3 days ago

yeah, same for me

[ashita.language]
playonline=2
ashita=2

weird. Does it work if you /unloadall first?

AuroraFlare commented 3 days ago

That seemed to fix it! Must be a Ashita4 plugin/addon breaking it!

WinterSolstice8 commented 3 days ago

make sure to report back when you've isolated it, I would suspect something that interacts with /tell packets, because that's the mechanism custom menus use

AuroraFlare commented 3 days ago

When you mentioned /tell packets I knew exactly what it was! Honestly I never noticed it do anything and just never disabled it. But the addon was Chatfix! Thank you so much for this!