Jump to content
  • 0

Help on my freebies NPC


Quesooo

Question


  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.07
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

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;

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

On 4/30/2017 at 3:41 PM, Questune09 said:

how to make this item to not tradable and cannot be drop ??

db/re/item_trade.txt#L8-L9

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  05/08/17
  • Last Seen:  

hello guys how can i get this freebies npc script and how to put at database script

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...