Guys i have a question .
I am going crazy trying to figure this one out
so i made an Lua portal
Code:
function Teleporting_onUse (pUnit, Event, pMisc)
pMisc:Teleport (30, -1326.63, -297.884, 91.536)
end
RegisterGameObjectEvent (380007, 2, 'Teleporting_onUse')
and
Code:
function Teleporting_onUse (pUnit, Event, pMisc)
pMisc:Teleport (30, -476.417, -196.086, 55.7934)
end
RegisterGameObjectEvent (280006, 2, 'Teleporting_onUse')
now the wierd thing is :
when i click on portal , both of them bringing me to the same location and some world recall msg appeares sometimes.
does anyone know what am i doing wrong?