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

[Request] Desintegrate Rune

Sorry for the script i posted before, I didn't know what I was doing, but here is the script that is working exacly as you want it, hope so:

Lua:
function onUse(cid, item, fromPosition, itemEx, toPosition)
	doCleanTile(toPosition, false)
	doSendMagicEffect(toPosition, 2)
	doSendDistanceShoot(getCreaturePosition(cid), toPosition, CONST_ANI_FIRE)
	return true
end
 
Last edited:
Back
Top