No i cant just press at it... and i use the latest AB etc etc.... and lua works fine i have done everything there.... i guess?
No i cant just press at it... and i use the latest AB etc etc.... and lua works fine i have done everything there.... i guess?
and when it finally works it just came "world of recall" :confused:
mmm i try to help you please addme to msn [email protected]
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
Bump =P (space requirement)
Yea, this worked once for me, cant seem to get them working again now.
EDIT: i get this in ascent cmd line when i click the portal:
calling "Teleport" on bad self, (number expected, got nil)
This is my script:
function Teleporting_onUse (pUnit, Event, pMisc)
pMisc:Teleport (169, 2732.93, -3319.63, 102.284)
end
RegisterGameObjectEvent (4000000, 2, "Teleporting_onUse")
going to try that maybe its because there is no valid coord (169, 2732.93, -3319.63, 102.284) y cant remember if there is a map 169... the ones i remember are 33, 530, 0, 1, 189. but im going to check that :P
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
ok try this one works for me
function TeleportEmerald (pUnit, Event, pMisc)
pMisc:Teleport (169, 2732.93, -3319.63, 102.284, 0.8312)
end
RegisterGameObjectEvent (4000000, 2, "TeleportEmerald")
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
dont worry nice that helped you out :P
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
thanks great post
Thanks for the lua script, its a way better way to teleport than the old way. +Rep
That would be excellent, also, I have 2 LUA scripts for portals that look almost identical to me, problem is, 1 works, the other doesnt, they are the same in the Db except for entryID. Working code:
[IMG]file:///C:/DOCUME%7E1/Owner/LOCALS%7E1/Temp/moz-screenshot.jpg[/IMG][IMG]file:///C:/DOCUME%7E1/Owner/LOCALS%7E1/Temp/moz-screenshot-1.jpg[/IMG]Non-working:Code:function TeleportEmerald (pUnit, Event, pMisc) pMisc:Teleport (169, 2732.93, -3319.63, 102.284, 0.8312) end RegisterGameObjectEvent (4000000, 2, "TeleportEmerald")
Could you please point out what's wrong with the second?Code:function TeleportQuel (pUnit, Event, pMisc) pMisc:Teleport (0, 3348.188721, -1968.452026, 131.406982) end RegisterGameObjectEvent (4000001, 2, "TeleportQuel")
Thanks for posting this, People always underestimate the possibilities when using Lua Scripting, when it's really useful. Thanks for teaching me a thing or two xP
All you really need to do is go to the Guide Section and check out my .lua Guide for Ect
But yeah make one, to add the Extras that i don't like.. Cast spell at a % Time
which i cbf doing right now.. lol![]()