Jump to content
  • 0

Help on my freebies NPC


Question

Posted

good day rathena on my script the other items are abuse can you please help me how to make this item to not tradable and cannot be drop ??

 

thank you this is the line

 

	mes "[Freebies NPC]";
	mes "Welcome to Server Name!!";
	if ( #NewbieGift > 0 ) goto Recieved;
	mes "Here's your freebies!";
	getitem 12214,5;
	getitem 12210,5;
	getitem 12263,5;
	getitem 5826,1;
	getitem 569,30;
	getitem 12323,20;	
	set #NewbieGift, 1;	
	next;

 

3 answers to this question

Recommended Posts

  • 0
Posted

change this 

	getitem 12214,5;
	getitem 12210,5;
	getitem 12263,5;
	getitem 5826,1;
	getitem 569,30;
	getitem 12323,20;

to

	getitembound 12214,5,1;
	getitembound 12210,5,1;
	getitembound 12263,5,1;
	getitembound 5826,1,1;
	getitembound 569,30,1;
	getitembound 12323,20,1;

 

  • Upvote 2

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...