Blue Jem Posted October 13, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Share 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 Link to comment Share on other sites More sharing options...
Capuche Posted October 13, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted October 13, 2013 Update your server. Addrid command is added in 6572a9f. Quote Link to comment Share on other sites More sharing options...
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;
}
}
Link to comment
Share on other sites
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.