PDA

View Full Version : Issue with Effects Window



Blackfoot
February 26th, 2019, 05:13
So I replaced the CoreRPG Effects Window with the one from the 3.5 Ruleset in my Champions Ruleset but I'm getting some unusual behavior.

When the host and localhost open the window everything looks as you would expect in 3.5.. but when a client connects... it looks like the attached image with the two items that are added in the 3.5 code overlaying each other and barfs up an error.
https://media.discordapp.net/attachments/427895539384713227/544288985891995668/unknown.png
https://media.discordapp.net/attachments/465412106846732296/549820429976600598/unknown.png

Script Error: [string "activate"]:1: attempt to call field 'action' (a nil value)

It gives a slightly different error if you try and drag it.. but only when you are logged in as a client.. when logged in as the host or with localhost.. it all works perfectly.
Since all this basically the same as 3.5.. I don't see where I'm losing it.

For ME it shows up like this:
https://cdn.discordapp.com/attachments/465412106846732296/549831611764703232/unknown.png
.. and for the localhost...
https://media.discordapp.net/attachments/465412106846732296/549834635056775168/unknown.png

Moon Wizard
February 26th, 2019, 07:18
A player connection whether by localhost or client should be exactly the same logic. Try clearing the cache on the remote client to see if it's not caching correctly.

Regards,
JPG

Blackfoot
February 26th, 2019, 07:27
I'm pretty sure that all of the players (clients) are having the issue.. except the localhost.
I'll try having them all clear their caches.. the whole thing seems pretty odd.

Blackfoot
February 27th, 2019, 04:32
I had one of my players clear their cache and that DOES seem to have resolved the problem.
Thanks for the fix!