-
Posted by supercore on Sun, 16 Jan 2011 14:10:11
Hi all,
I'm trying to make a simple test...
I need to know if the active character is able to wear a piece of stuff.
Is it a simple command i didn't found or i need to make all the test for all class ?
the function IsEquippableItem tells me if an item is a piece of Equippable stuff, but not linked to the active char
thanks
-
Posted by i2ichardt on Mon, 17 Jan 2011 01:11:19
Are you asking how to tell if the item is "Soulbound"?
-
Posted by jnwhiteh on Mon, 17 Jan 2011 09:33:32
There is no function that can tell you that, full stop. You must equip the item in order to see. You can get an idea by scanning the tooltip and checking the armour or weapon class, the requirements, etc. but none of that is 100% guaranteed.