Hey,
I wanna ask how to fix Bazir Mirror on 8.6. This is the normal one:
I read in the function that I have to use
If I use the script above +
it doesnt work.
If the Server is retarded, the item got a special aid. But if You did it once, then the aid removes. How it will be always there?
I wanna ask how to fix Bazir Mirror on 8.6. This is the normal one:
Code:
function onUse(cid, item, frompos, item2, topos)
local LustroPos = { x=32739, y=32392, z=14, stackpos=2}
local TapestryPos = { x=32739, y=32393, z=14, stackpos=2}
local tpPos = {x=32712, y=32392, z=13}
local getItem4 = getThingFromPos(tpPos)
local getItem2 = getThingFromPos(LustroPos)
local getItem3 = getThingFromPos(TapestryPos)
local stoneId = 1847
if getItem2.itemid == stoneId then
doTeleportThing(cid, tpPos)
doSendMagicEffect(getCreaturePosition(cid),10)
doRemoveItem(getItem3.uid,1)
local ek = doCreateItem(6434,1,LustroPos)
doSetItemActionId(ek, 39511)
end
end
I read in the function that I have to use
Code:
doItemSetAttribute
If I use the script above +
Code:
doItemSetAttribute(ek, blabla,39511)
it doesnt work.
If the Server is retarded, the item got a special aid. But if You did it once, then the aid removes. How it will be always there?