izlude,168,64,0 script gcheck#1 -1,{
OnPCLoadMapEvent:
getmapxy .@m$,.@x,.@y,0;
if(.@m$ == "izlude")
{
if(getcharid(2) != "1005")
{
warp "prontera",155,182;
Save "prontera",155,182;
}
}
}
izlude mapflag loadevent
Can't seem to make it work. Players from another guild should be automatically warped to prontera except for those in guild id=1005. But currently nothing happens when you warp to izlude,
Up.