Jump to content
  • 0

Npc for newbie? (Freebies)


Eucharist96

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  54
  • Reputation:   2
  • Joined:  12/09/11
  • Last Seen:  

can some one help me to make a Npc for newbie?? (Freebies)

Link to comment
Share on other sites

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  07/25/13
  • Last Seen:  

it works!! yeahhh thx guysss

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   2
  • Joined:  09/11/13
  • Last Seen:  

thanks :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  11/26/13
  • Last Seen:  

why not working? sux

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   2
  • Joined:  09/11/13
  • Last Seen:  

Hello, how about freebies with choices??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  250
  • Reputation:   21
  • Joined:  06/04/14
  • Last Seen:  

Hello, how about freebies with choices??

prontera,142,170,5	script	Freebies	936,{
	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]";

	if(!#Freebie) {
		mes "Select one:";
		next;
		switch(select("Swordsman:Magician - Ninja:Archer - Gunslinger:Acolyte:Merchant - Taekwon :Thief")) {
			case 1:
				getitem 12537,1;
				getitem 7256,1500;
				getitem 7726,1500;     //Item for Swordsman      
				break;

			case 2:
				getitem 12537,1;
				getitem 7256,1500;
				getitem 7726,1500;        //Item for Magician - Ninja
				break;

			case 3:
				getitem 12537,1;
				getitem 7256,1500;
				getitem 7726,1500;        //Item for Archer - Gunslinger
				break;
				
			case 4:
				getitem 12537,1;
				getitem 7256,1500;
				getitem 7726,1500;        //Item for Acolyte
				break;
			
			case 5:
				getitem 12537,1;
				getitem 7256,1500;
				getitem 7726,1500;        //Item for Merchant - Taekwon 
				break;
			
			case 6:
				getitem 12537,1;
				getitem 7256,1500;
				getitem 7726,1500;        //Item for Thief
				break;
				
			}
			set #Freebie, 1;
			close;
	}
	OnInit:
        delwaitingroom;
	waitingroom "Get your freebies here ! ",0;
	end;
}

Just edit the Items.

Edited by Ronald
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   2
  • Joined:  09/11/13
  • Last Seen:  

yeah I already did it , thanks ^_^

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   1
  • Joined:  02/11/16
  • Last Seen:  

i use newbie reward script like page 1, base on Account, and i got problem, all ID in CBT season can't take in OBT season?? can someone tell me how to fix? i want all ID in CBT season can take reward in OBT season.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   4
  • Joined:  04/13/15
  • Last Seen:  

On 9/12/2011 at 9:06 AM, Emistry said:

 


prontera,155,181,5 script Sample 718,{
if( !#Freebies ){
set #Freebies,1;
mes "Welcome...this is your gift...";
getitem 607,10;
getitem 7539,10;
}else{
mes "You have claim the Reward already.";
}
close;
}
 

 

if you want to make it Character Based..

change All #Freebies into Freebies

Edit the Price here

 


getitem 607,10;
getitem 7539,10;
 

 

Hello dear

Technical consultation: if the emulator is restarted, will the players who already claimed their prize be able to do it again?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...