Lbniese
21-09-09, 10:25 AM
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/7043/wowscrnshot092109173241.jpg
:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: ::::
Under Gm island:
Lua:
# 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:
INSERT INTO gameobject_names (entry, Type, DisplayID, Name, spellfocus) VALUES (976701, 22, 1327, 'Matrix', 0)
http://img142.imageshack.us/img142/3605/wowscrnshot092109161716.jpg
Gurubashi Arena
Lua:
function Teleport_onUse (pUnit, Event, pMisc)
pMisc:Teleport (0, -13241.502930, 199.211960, 30.926073)
end
RegisterGameObjectEvent (976704, 2, 'Teleport_onUse')
Sql:
INSERT INTO gameobject_names (entry, Type, DisplayID, Name, spellfocus) VALUES (976704, 22, 1327, 'GurubashiArenaPortal', 0)
http://img142.imageshack.us/img142/403/gurubashiarenaportalspa.jpg
More coming soon...
all credits goes to me (Lbniese)
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/7043/wowscrnshot092109173241.jpg
:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: ::::
Under Gm island:
Lua:
# 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:
INSERT INTO gameobject_names (entry, Type, DisplayID, Name, spellfocus) VALUES (976701, 22, 1327, 'Matrix', 0)
http://img142.imageshack.us/img142/3605/wowscrnshot092109161716.jpg
Gurubashi Arena
Lua:
function Teleport_onUse (pUnit, Event, pMisc)
pMisc:Teleport (0, -13241.502930, 199.211960, 30.926073)
end
RegisterGameObjectEvent (976704, 2, 'Teleport_onUse')
Sql:
INSERT INTO gameobject_names (entry, Type, DisplayID, Name, spellfocus) VALUES (976704, 22, 1327, 'GurubashiArenaPortal', 0)
http://img142.imageshack.us/img142/403/gurubashiarenaportalspa.jpg
More coming soon...
all credits goes to me (Lbniese)