Ascuas Funkeln
Rakkedo Game
- Joined
- Apr 14, 2013
- Messages
- 549
- Solutions
- 32
- Reaction score
- 307
- Location
- Poland
- GitHub
- AscuasFunkeln
Hello, i was try this one from there TFS 1.X+ - Get item absorbPercent of element
Work but print all in one table, cant get specific element.
Need to trigger it with extendedopcode to show element resist in skill tab.
Something like this
ofcourse not work.
Already i have for example armor
and its work perfect.
Any suggestion to get resist value?
Work but print all in one table, cant get specific element.
Need to trigger it with extendedopcode to show element resist in skill tab.
Something like this
Code:
getItemAttribute(item.uid, "absorbpercentholy")
Already i have for example armor
Code:
(type(item.uid) == "number" and getItemAttribute(item.uid, "armor") or getItemInfo(item.itemid).armor)
Any suggestion to get resist value?