skipjack94 Posted April 14, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 44 Reputation: 0 Joined: 08/27/12 Last Seen: November 15, 2024 Share Posted April 14, 2013 I would like requesting an npcnpc said: want to sign up? or view name that is already registeredplayers want to sign up: player enter their nameand npc that enter their name to the listafter gm see the list gm can remove the list of people who have registeredsorry bad english Quote Link to comment Share on other sites More sharing options...
-SkittleNugget- Posted April 14, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 318 Reputation: 54 Joined: 12/23/12 Last Seen: July 1, 2017 Share Posted April 14, 2013 //Marky prontera,0,0,4 script Sign up NPC 837,{ set .end,0; while(.end!=1){ mes "[Sign up NPC]"; mes "Want to sign up ?!"; mes "^6666ff^000000"; for(set .@arrayvalue,getarraysize($@messageleft$); .@arrayvalue != -1;){ mes $@messageleft$[.@arrayvalue]; set .@arrayvalue, .@arrayvalue -1; } next; set .signmenu$,"Yes, Sign my name:Leave it alone"; if(getgmlevel()>=99){set .signmenu$, .signmenu$ + ":^ff0000Wipe the list^000000"; } switch(select(.signmenu$)){ case 1: mes "[Sign up NPC]"; mes "You have signed up."; if($@counter % 2 == 1) { set $@messageleft$[$@counter], "^6666ff["+gettimestr("%H:%M",21)+"]^000000 ^ff0000"+ strcharinfo(0) + " Signed Up"; mes "^ff0000" + @var$ + "^000000"; } else { set $@messageleft$[$@counter], "^6666ff["+gettimestr("%H:%M",21)+"]^000000 "+strcharinfo(0) + " Signed Up"; } set $@counter, $@counter + 1; close; case 2: close; case 3: set $@counter,0; deletearray $@messageleft$[0],getarraysize($@messageleft$); set $@messageleft$[0],""; mes "They have been erased."; break; } } close; OnInit: waitingroom "Sign up NPC",0; set $@counter,0; set $@messageleft$[0],""; end; } You will need to edit the NPC names and dialogue text yourself, since I am unsure what this NPC is suppose to be doing. Quote Link to comment Share on other sites More sharing options...
skipjack94 Posted April 15, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 44 Reputation: 0 Joined: 08/27/12 Last Seen: November 15, 2024 Author Share Posted April 15, 2013 thx Metamorphic I've test npcnya and running wellbut i want to ask, people who have signed up can sign up againhow can they not apply anymore?how to make npc's only champion can sign up?and how do you get people to register their party or guild there? Quote Link to comment Share on other sites More sharing options...
-SkittleNugget- Posted April 15, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 318 Reputation: 54 Joined: 12/23/12 Last Seen: July 1, 2017 Share Posted April 15, 2013 What exactly do you want ? Give me all the details you can. Quote Link to comment Share on other sites More sharing options...
skipjack94 Posted April 15, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 44 Reputation: 0 Joined: 08/27/12 Last Seen: November 15, 2024 Author Share Posted April 15, 2013 1. Player can register name or party or Guild (GM choose 1 of them) for example Champion VS Champion Just champion can sign up this Nick: Local (Champion) Aura (Champion) Cica(Champion) 2. if for party register for example Party "AZAH" want follow event then npc save there name1. Party Azah 2. Party Coco 3. if for guild for example event GvGGuild1 Sign upguild2 Sign up4. GM can wipe that list after event close (manual) i think like this Quote Link to comment Share on other sites More sharing options...
skipjack94 Posted April 21, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 44 Reputation: 0 Joined: 08/27/12 Last Seen: November 15, 2024 Author Share Posted April 21, 2013 Help me to answer this Quote Link to comment Share on other sites More sharing options...
Question
skipjack94
I would like requesting an npc
npc said: want to sign up? or view name that is already registered
players want to sign up: player enter their name
and npc that enter their name to the list
after gm see the list
gm can remove the list of people who have registered
sorry bad english
Link to comment
Share on other sites
5 answers 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.