Here is the .gm File \/
Download > Portal GM Script
preaty cool
+Rep but i cant seem to the object to port me. just says World of Recall (Old) then makes a sound. i can spawn the object itself. usin chrispee's ascent if that helps any.
global Tele_Ed=function(plr)
{
//alliance
if(plr.GetRace() == 4)
{
plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
return 1;
}
if(plr.GetRace() == 1)
{
plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
return 1;
}
if(plr.GetRace() == 3)
{
plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
return 1;
}
if(plr.GetRace() == 7)
{
plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
return 1;
}
if(plr.GetRace() == 11)
{
plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
}
//horde
if(plr.GetRace() == 2)
{
plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
}
if(plr.GetRace() == 5)
{
plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
}
if(plr.GetRace() == 6)
{
plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
}
if(plr.GetRace() ==
{
plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
}
if(plr.GetRace() == 10)
{
plr.Teleport(169, -2929.734863, -1867.797607, 126.089691);
}
};
.RegisterGameObjectEvent(GameobjectID, 2, Tele_Ed);
spawn id is 77777111
display ID 4891
if you could help id be reaaaly happy :]
thank's =)
Nvm i found it. silly me i forgot to stick somethin in there![]()
If this working, then im happy![]()
Yea, It works in chrispee's repack because he is using my 1700+ core that still uses GM scripts. But if you upgrade to a core above 2100+, then GM scripts will be ignored on start up. I no longer have a scripts folder.
LUA is set to be implemented by end of december. But its not final yet
Nice guide Illidan1. I expect a lot more from you in the future!
nice man thx
awsome again, good job +rep illidan
EDIT: damn, got to spread some rep, i'll +rep you when i get the chance
Last edited by BrantX; 12-27-2007 at 01:28 AM.
kkk, i will remine you with a PM
![]()
a damnit , now i can't use the portal , it just shows the spell " world recall " or something like that and then when it's done , it doesn't do anything Help?
Thanks man, you've helped me alot in the process of making my server, i'd + rep if I could.