
Results 11 to 20 of 20
Thread: [Release] Custom Ingame portals
Threaded View
-
21-09-09, 09:25 AM #1
[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:
:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: ::::
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')
Code:INSERT INTO gameobject_names (entry, Type, DisplayID, Name, spellfocus) VALUES (976701, 22, 1327, 'Matrix', 0)
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')
Code:INSERT INTO gameobject_names (entry, Type, DisplayID, Name, spellfocus) VALUES (976704, 22, 1327, 'GurubashiArenaPortal', 0)
More coming soon...
all credits goes to me (Lbniese)
Last edited by Lbniese; 21-09-09 at 10:39 AM.