- Joined
- Oct 4, 2007
- Messages
- 61
- Reaction score
- 0
Well i had Arcemu 287 and i made a teleport to Gurubashi arena which looks like this :
function Teleporting_onUse2 (pUnit, Event, pMisc)
pMisc:Teleport (0,-13226.558594,231.541367,33.264256)
end
RegisterGameObjectEvent (1000019,2,"Teleporting_onUse2")
But now on the new arcemu i get this error :
portal.lua:2 attempt to index local 'pmisc' <a nil value>
What is the problem ?
Thank you in advance !
function Teleporting_onUse2 (pUnit, Event, pMisc)
pMisc:Teleport (0,-13226.558594,231.541367,33.264256)
end
RegisterGameObjectEvent (1000019,2,"Teleporting_onUse2")
But now on the new arcemu i get this error :
portal.lua:2 attempt to index local 'pmisc' <a nil value>
What is the problem ?
Thank you in advance !