[Release] Custom Ingame portals
Hello, this is a release for custom ingame portals, like portals to:
orgrimmar, stormwind, thunderbluff, silvermoon, undercity, ironforge, exodar.
i have made my own ones.
and if you got any idea's to places then please say it :)
all portals got:
Core: ArcEmu
Patch: 3.x.x
all portals is in Sql and lua :)
and i made them all...
Portal Image:
http://img28.imageshack.us/img28/704...2109173241.jpg
:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: ::::
Under Gm island:
Lua:
Code:
# Credits to Lbniese #
function Teleport_onUse (pUnit, Event, pMisc)
pMisc:Teleport (1, 16223.250977, 16397.519531, -64.378502)
end
RegisterGameObjectEvent (976701, 2, 'Teleport_onUse')
Sql:
Code:
INSERT INTO gameobject_names (entry, Type, DisplayID, Name, spellfocus) VALUES (976701, 22, 1327, 'Matrix', 0)
http://img142.imageshack.us/img142/3...2109161716.jpg
Gurubashi Arena
Lua:
Code:
function Teleport_onUse (pUnit, Event, pMisc)
pMisc:Teleport (0, -13241.502930, 199.211960, 30.926073)
end
RegisterGameObjectEvent (976704, 2, 'Teleport_onUse')
Sql:
Code:
INSERT INTO gameobject_names (entry, Type, DisplayID, Name, spellfocus) VALUES (976704, 22, 1327, 'GurubashiArenaPortal', 0)
http://img142.imageshack.us/img142/4...aportalspa.jpg
More coming soon...
all credits goes to me (Lbniese)