ok lets say i download your latest compile...where do i put then the .lua thing
ok lets say i download your latest compile...where do i put then the .lua thing
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
never mind i already figured out lol sorry for the trouble
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
ok i only have a problem here are my .lua scripts check them out everything works well the only problem is that ALL portals send me to the same place in tanaris
function Teleport1 (pUnit, Event, pMisc)
pMisc:Teleport (530, 9509.94, -7397.33, 55.93, 1)
end
RegisterGameObjectEvent (1112221, 2, "Teleport1")
function Teleport2 (pUnit, Event, pMisc)
pMisc:Teleport (530, 9475.50, -7275.83, 61.61, 1)
end
RegisterGameObjectEvent (1112222, 2, "Teleport2")
function Teleport3 (pUnit, Event, pMisc)
pMisc:Teleport (530, 9628.30, -7400.72, 43.28, 1)
end
RegisterGameObjectEvent (1112223, 2, "Teleport3")
Tell me what im doing wrong
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
nevermind i fixed it thanks again gastric for all your hard work
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
Dosent work for me it says:
Tried to call invalid LUA function 'Teleporting_onUse' from Ascent!<GO>
It says that in Ascent.exe
I use 4 as the portal type and it works just fine...
I haven't tested anything else
can you make a guide for teleporting items?
Show me your codes if it didnt work. Here are mine that work 100%. (you need to have azshara crater open to be ported somewhere)
function Azshara_Port (pUnit, Event, pMisc)
pMisc:Teleport (37, 1, 1, 200)
end
RegisterGameObjectEvent (210233, 2, "Azshara_Port")
INSERT INTO gameobject_names
(entry, Type, DisplayID, Name, spellfocus, sound1, sound2, sound3, sound4, sound5, sound6, sound7, sound8, sound9, unknown1, unknown2, unknown3, unknown4, unknown5, unknown6, unknown7, unknown8, unknown9, unknown10, unknown11, unknown12, unknown13, unknown14)
VALUES
(210233, 4, 7022, "Azshara Teleporter", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
so, this actually makes the portal to stays 4-ever right? or is it just 1-to-1 time spell?
*and works on ascent/antrix?*
btw, i have maked the portal but can't press on it... what's wrong? :/
and i have summoned it etc...
you cant press ir or it doesnt teleport you anywhere?
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
Noice, now i need a Database that enables .lua... and this should be in guides, lol