• 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!

[Spells] Is this possible?

Zackvor

Member
Joined
Jan 19, 2009
Messages
294
Reaction score
12
Is it possible to do so a rune change ID after everytime you use it?
So if you use "2168" then next time you use the rune it will have another ID like "2182" etc
 
LUA:
function onUse(cid, item, fromPosition, itemEx, toPosition)
	return true, doTransformItem(item.uid, 1000)
end
 
LUA:
function onUse(cid, item, fromPosition, itemEx, toPosition)
	return true, doTransformItem(item.uid, 1000)
end


Yes thanks for helping but let me explain a little bit more.
Lets pretend that I have a BP SD, everytime I use one sd the other one will look the same but have a different ID. And still useable
 
Possible. You have to edit sprites and set for unused items look like SD rune, set description for it, type and send your client for everyone who wants play on yor OT. Players with normal clients probably get debug if they use "new" item :)

I meant it is impossible in lua, without any modifications in other files.
 

Similar threads

Back
Top