Blue Jem Posted October 13, 2013 Posted October 13, 2013 prontera,150,150,0 script sssssssssss 100,{ function Display; if ( getgmlevel() < 60 ) end; set .@npc$, "[ " +strnpcinfo(1)+ " ]"; mes .@npc$; mes "What do you want, " + (Sex ? "Sir" : "Maam") + " " +strcharinfo(0)+ "?"; next; switch( select("PVP1:GVG:BG:Cancel") ) { case 1: Display("A GM wishes to observe the PVP, proceed there if you wish to join."); break; case 2: Display("A GM is calling all guilds wishing to fight in the GVG arena."); break; case 3: Display("A GM wishes to start the Battlegrounds, proceed to BG arena if you wish to participate."); break; case 4: close; default: break; } end; function Display { addrid(0); dispbottom "" + getarg(0); return; } } Quote
Capuche Posted October 13, 2013 Posted October 13, 2013 Update your server. Addrid command is added in 6572a9f. Quote
Question
Blue Jem
prontera,150,150,0 script sssssssssss 100,{
function Display;
if ( getgmlevel() < 60 ) end;
set .@npc$, "[ " +strnpcinfo(1)+ " ]";
mes .@npc$;
mes "What do you want, " + (Sex ? "Sir" : "Maam") + " " +strcharinfo(0)+ "?";
next;
switch( select("PVP1:GVG:BG:Cancel") ) {
case 1: Display("A GM wishes to observe the PVP, proceed there if you wish to join."); break;
case 2: Display("A GM is calling all guilds wishing to fight in the GVG arena."); break;
case 3: Display("A GM wishes to start the Battlegrounds, proceed to BG arena if you wish to participate."); break;
case 4: close;
default: break;
}
end;
function Display {
addrid(0);
dispbottom "" + getarg(0);
return;
}
}
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.