HnathBST
09-18-2013, 10:09 AM
Meddling with my server I discovered a problem with item clickies. If a spell id is too high (in my case 42000) it will not work when attached to an item as a click effect.
I am using HoT as a client, so I shouldn't be having any issues with the spell id being too high. I did notice when I did a #iteminfo on my item it said the spell effect was -23536. Is it possible that the server/client has a limit on click effects?
I solved the problem by finding a gap in my spells table and changing my new spells id to one of the lower open numbers.
Any thoughts?
PS. I kind of guessed that this was the best place to put this... :-?
I am using HoT as a client, so I shouldn't be having any issues with the spell id being too high. I did notice when I did a #iteminfo on my item it said the spell effect was -23536. Is it possible that the server/client has a limit on click effects?
I solved the problem by finding a gap in my spells table and changing my new spells id to one of the lower open numbers.
Any thoughts?
PS. I kind of guessed that this was the best place to put this... :-?