- Joined
- Jan 16, 2008
- Messages
- 6
- Reaction score
- 0
I've tried just about all I can think of to try to get this custom lua portal working. If anyone can give me some insight on what I'm doing wrong it would be most helpful.
SQL:
LUA:
P.S. Almost forgot to say im using ArcEmu rev 1983 with NCDB rev 47.
SQL:
Code:
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('5000000','22','7146','Portal to GM Island','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0');
Code:
function GMIslandPortal (pUnit, Event, pMisc)
pMisc:Teleport (1, 16222.599609, 16265.900391, 13.210691)
end
RegisterGameObjectEvent (5000000, 2, 'GMIslandPortal')
P.S. Almost forgot to say im using ArcEmu rev 1983 with NCDB rev 47.
Last edited: