Log in

View Full Version : Items with Worn see invis?


Rymy
09-08-2016, 11:40 PM
Is this possible in the client? Having trouble finding where in the code how see invis is handled.

ghanja
09-09-2016, 12:04 AM
Is this possible in the client? Having trouble finding where in the code how see invis is handled.

Not sure what your question is.

You want an item with see invis when worn? Or, what's your end goal/question?

Rymy
09-09-2016, 12:17 AM
Yes, the end goal is to have an item with worn see invis. But it wasn't working so it led me to the more general question of how the client calculates/determines if you have see invis.

NatedogEZ
09-09-2016, 11:31 AM
It works just fine.. make sure the worntype is 6 or whatever its supposed to be :D (on the item.. pretty sure 6 is the correct number to use cant check right now)

nilbog
09-09-2016, 02:26 PM
Look up the details of an item that already has worn see invis like Fingerbone Hoop.

Rymy
09-09-2016, 10:45 PM
Ok good to look at. Does anyone know where in the server code that the worn see invis is calculated?

Uleat
09-09-2016, 10:57 PM
https://github.com/EQEmu/Server/blob/master/zone/spell_effects.cpp#L610