Jump to content
  • 0
xlaws27

help freebies

Question

can  somebody help me to this script

which is  freebies (only 1 character for each account, not ip)

 

prontera,164,174,4	script	Freebies	123,{	mes "[Hello]";	mes "[I can give you a free gift based on your future job.]";	mes "[Please choose the correct item for the future job]";		mes "Select one:";		next;		switch(select("Str:Agi:Vit:Int:Dex")) {			case 1:				getitem 25000,1;				break;			case 2:				getitem 22003,1;				getitem 35006,1; //Item for Agi				break;			case 3:				getitem 22004,1;				getitem 35007,1; //Item for Vit				break;							case 4:				getitem 22001,1;				getitem 35002,20; //Item for int				break;						case 5:				getitem 22002,1;				getitem 35004,1; //Item for Dex				break;										}			set #Freebie, 1;			close;	}	OnInit:	waitingroom "Get your freebies here ! ",0;	end;}

 


 

 

 

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0
prontera,164,174,4	script	Freebies	123,{	mes "[Hello]";	if (#Freebie) {		mes "You have claimed  your freebies already";		close;	}	mes "[I can give you a free gift based on your future job.]";	mes "[Please choose the correct item for the future job]";		mes "Select one:";		next;		switch(select("Str:Agi:Vit:Int:Dex")) {			case 1:				getitem 25000,1;				break;			case 2:				getitem 22003,1;				getitem 35006,1; //Item for Agi				break;			case 3:				getitem 22004,1;				getitem 35007,1; //Item for Vit				break;							case 4:				getitem 22001,1;				getitem 35002,20; //Item for int				break;						case 5:				getitem 22002,1;				getitem 35004,1; //Item for Dex				break;										}			#Freebie = 1;			close;	}OnInit:	waitingroom "Get your freebies here ! ",0;	end;}

Share this post


Link to post
Share on other sites
  • 0

 

prontera,164,174,4	script	Freebies	123,{	mes "[Hello]";	if (#Freebie) {		mes "You have claimed  your freebies already";		close;	}	mes "[I can give you a free gift based on your future job.]";	mes "[Please choose the correct item for the future job]";		mes "Select one:";		next;		switch(select("Str:Agi:Vit:Int:Dex")) {			case 1:				getitem 25000,1;				break;			case 2:				getitem 22003,1;				getitem 35006,1; //Item for Agi				break;			case 3:				getitem 22004,1;				getitem 35007,1; //Item for Vit				break;							case 4:				getitem 22001,1;				getitem 35002,20; //Item for int				break;						case 5:				getitem 22002,1;				getitem 35004,1; //Item for Dex				break;										}			#Freebie = 1;			close;	}OnInit:	waitingroom "Get your freebies here ! ",0;	end;}

thank you so much...

 

btw i hope you can help me again on my other topic ^_^

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.