Jump to content
  • 0

[R] Free items and non tradable


Jniko

Question


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.01
  • Content Count:  42
  • Reputation:   2
  • Joined:  03/24/17
  • Last Seen:  

Good day guys!

i wanted to add a feature with a freebie items but I wanted the items to be non tradable.

currently i have this

Quote

- script sample 1,{
OnPCLoginEvent:
if(!#givenStartItems) {
set #givenStartItems, 1;
getitem <item_id>, <quantity>;
}
end;
}

 

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 

getitem to

 

Quote

getitembound itemid,quantity,boundtype; 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.01
  • Content Count:  42
  • Reputation:   2
  • Joined:  03/24/17
  • Last Seen:  

On 5/8/2017 at 3:02 AM, Cyro said:

change 

getitem to

getitembound itemid,quantity,boundtype;

 

Sir Cyro, the n it will be 

- script sample 1,{
OnPCLoginEvent:
if(!#givenStartItems) {
set #givenStartItems, 1;
 

getitembound itemid,quantity,boundtype;


}
end;
}

 

or i need to change the "boundtype?"

Link to comment
Share on other sites

  • 0

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

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