Jniko Posted May 7, 2017 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 42 Reputation: 2 Joined: 03/24/17 Last Seen: February 4, 2020 Share Posted May 7, 2017 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; } Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted May 7, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted May 7, 2017 change getitem to Quote getitembound itemid,quantity,boundtype; Quote Link to comment Share on other sites More sharing options...
0 Jniko Posted May 9, 2017 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 42 Reputation: 2 Joined: 03/24/17 Last Seen: February 4, 2020 Author Share Posted May 9, 2017 On 5/8/2017 at 3:02 AM, Cyro said: change getitem togetitembound 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?" Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted May 9, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted May 9, 2017 check this link https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L4497-L4509 Quote Link to comment Share on other sites More sharing options...
Question
Jniko
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
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.