I have sucessfully loaded in the Boats/Zepplins SQL. Is there one for the Orb of Translocation out there. As my server is glitched on this and it does not work. If someone has a working sql to import. I would be grateful.
I have sucessfully loaded in the Boats/Zepplins SQL. Is there one for the Orb of Translocation out there. As my server is glitched on this and it does not work. If someone has a working sql to import. I would be grateful.
i think you have put the file .sql from the moon++ for this you need one script. but i make my own portals without need script here is the Link
After reviewing the portals I found 1 that is incorrect. The one that is supposed to Amyrtist Isle goes to Theramore instead. I checked the Orb of Translocation and this is not in that sql. Can anyone help?
I will get you some LUA scripts...
You need to make a folder called scripts in your ascent folder and put it in there...hold on
http://www.tdcwow.com/LUA.rar
Ok, thanks...I will hold on.
So this Zeppelin and Boats SQL make the trasports work? I am at work so I can test it right now. Btw I have a SQL script that fixes the Orbs of translocation, but I need to get home before that.
Oh well i guess I should post it sooner, here we go
Just tell me if something is wrong!. Also if someone need it Orb of translocation coords : Filebeam - Free Fast File HostingCode:-- updates the spells used with the Orbs UPDATE `gameobject_names` SET `unknown1` = '26566' WHERE `entry` = '184503'; UPDATE `gameobject_names` SET `unknown1` = '26572' WHERE `entry` = '184502'; UPDATE `gameobject_names` SET `unknown1` = '32572' WHERE `entry` = '184501'; UPDATE `gameobject_names` SET `unknown1` = '32571' WHERE `entry` = '184500'; UPDATE `gameobject_names` SET `unknown1` = '35730' WHERE `entry` = '180911'; UPDATE `gameobject_names` SET `unknown1` = '25649' WHERE `entry` = '180912'; UPDATE `gameobject_names` SET `unknown1` = '30141' WHERE `entry` = '182543'; UPDATE `gameobject_names` SET `unknown1` = '30140' WHERE `entry` = '182546'; UPDATE `gameobject_names` SET `unknown1` = '32569' WHERE `entry` = '182547'; UPDATE `gameobject_names` SET `unknown1` = '32568' WHERE `entry` = '182548';
Yes, they are working on our server with the exception of Auberdine to Azuremyst Isle. It transports you to Theramore Isle. However It looks like the boat is working for this one on our server.
I'll check out your RAR file.
Thanks
Dont know if this LUA has been posted... can't be bothered to download stuff, I dunno why people don't just post the sauce.
Anyway, here's the LUA to get the Silvermoon > Undercity and Undercity > Silvermoon translocation orbs working:
--[[ Silvermoon -> Undercity Translocate Orb Script]]--
function Translocate_Orb(pGameObject, event, pMisc)
pMisc:Teleport(0, 1805.0, 336.0, 71.0)
end
RegisterGameObjectEvent(184502, 2, "Translocate_Orb")
--[[ Undercity -> Silvermoon City Translocate Orb Script]]--
function Translocate_Orb(pGameObject, event, pMisc)
pMisc:Teleport(530, 10021.0, -7414.0, 50.0)
end
RegisterGameObjectEvent(182546, 2, "Translocate_Orb")
Nice, but where do you put that into?