The .exe wont start
I am pretty sure I did everything correctly.
Whats going on? :huh:
Lol in Windows 7 64b the exp dont run....
function onStepIn(cid, item, pos)
if isPlayer(cid) == 1 then
tible = getPlayerItemCount(cid,1970)
if tible >= TRUE then
newpos = {x=pos.x,y=pos.y-3,z=pos.z}
doSendMagicEffect(pos,12)
doTeleportThing(cid,newpos)
doSendMagicEffect(newpos,12)
end
end
end
Help me with this scrip...
i use this script in the intro of POI Quest.
If have Holy Tible in a SQM the character can enter in POI.
In TFS 0.3.2 its work. But in TFS 0.3.4 Don't Work, what i need change?
Sorry for my bad english![]()
Help me with this scrip...
i use this script in the intro of POI Quest.
If have Holy Tible in a SQM the character can enter in POI.
In TFS 0.3.2 its work. But in TFS 0.3.4 Don't Work, what i need change?
Sorry for my bad english![]()
function onStepIn(cid, item, position, fromPosition)
local tible = getPlayerItemCount(cid,1970)
if isPlayer(cid) == 1 and tible >= 1 then
doSendMagicEffect(position, 12)
doSendMagicEffect(fromPosition, 12)
else
doTeleportThind(cid, fromPosition)
end
return TRUE
end
<movevent type="StepIn" actionid="78932" event="script" value="pitsofinferno.lua" />
hey man can u help me ? im noob..
quest system is working perfectly
u can't just set it....