Jniko Posted May 7, 2017 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
0 Cyro Posted May 7, 2017 Posted May 7, 2017 change getitem to Quote getitembound itemid,quantity,boundtype; Quote
0 Jniko Posted May 9, 2017 Author 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
0 Cyro Posted May 9, 2017 Posted May 9, 2017 check this link https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L4497-L4509 Quote
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
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.