• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Using item.uid in a rune spell

Xagul

deathzot.net
Joined
Jun 30, 2008
Messages
1,294
Solutions
3
Reaction score
1,037
I saw a post somewhere on here a while back that had a function in a rune spell that allowed you to use item.uid in that spell... I didn't know why anyone would need such a thing so I didn't save the post and now it turns out I need something like that and I can't seem to find the post anywhere! If anyone knows the function for this it would be greatly appreciated!

If it helps, I am trying to make a special rune that uses charges. Other runes are unlimited so this rune needs to use
Code:
doChangeTypeItem(item.uid, item.type-1)
 
Back
Top