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

decrease the script

Status
Not open for further replies.

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
in search i found the script:

and i need decrease the script and put in actionid not for itemid :)
LUA:
function onUse(cid, item, fromPosition, itemEx, topos)
local newPosition = {x = 2425, y = 956, z = 7}
        if item.itemid == 3614 then
                doTeleportThing(cid, newPosition, true)
        doSendMagicEffect(fromPosition, CONST_ME_STUN)
       doSendMagicEffect(newPosition, CONST_ME_STUN)
        end
        return true
end
 
Last edited:
Status
Not open for further replies.
Back
Top