Closed GladieUO closed 7 months ago
It's working fine for me, are you sure you are using correct command to check? You need to use .xshow TEVENTS to check TEVENTS?
There is dialog being called on @dclick, but after reboot there is no dialog because there is no TEVENT.
BEFORE REBOOT AFTER REBOOT
ALSO NOT BEING SAVED IN SAVE (ignore the EVENT - this is just temporary fix for me)
It still looking fine for me, I created house, turned it to customizable house,
Before Restart: After Restart:
Could you try it with this build;
https://github.com/Sphereserver/Source-X/actions/runs/8680991381
maybe it was fixed, while I am fixing another things.
Hmm didnt help. I wonder what can cause this on script side. Doesnt make sense to me.
TEVENTS doesn't saved on save files, it will reload from itemdef when you start the server, are you sure you haven't changed TEVENTS before restarting your server? Or using different sign?
Ok, got it. For some reason I had defname=i_sign_brass for 3 different signs. Even tho they are custom itemdefs with ID of original. Thanks for help!
Ok, got it. For some reason I had defname=i_sign_brass for 3 different signs. Even tho they are custom itemdefs with ID of original. Thanks for help!
Didn't you get a console error for that?
Nope, I think its because the items are scripted fine, only has same defnames, which for custom items work like alternative name or something, not sure 100%.
Normaly on boot you should have a warning like "redefining i_sign_brass"
I think you get that error message only when setting a defname as an argument to the itemdef section header, i feel we should add a warning also when overwriting with a duplicate defname inside the section itself
Changing TEVENT to EVENT, it will save it fine.