Hi the electric sparks on the way to the quest room (pits of inferno) is bugged ;S i can walk through them when haven't done any of the seals ;S if someone knows how to solve this bug please reply Thanks!
function onStepIn(cid, item, position, fromPosition)
if item.uid == 12345 then
if getPlayerStorageValue(cid,12345) == -1 then
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE,'Sorry. You have not completed this seal yet.')
doTeleportThing(cid, fromPosition,false)
doSendMagicEffect(fromPosition, 2)
end
end
return true
end
<movevent type="StepIn" uniqueid="10001" event="script" value="poi_sparks.lua"/>
<movevent type="StepIn" uniqueid="10002" event="script" value="poi_sparks2.lua"/>