- Version 1.0.0
- 1049 downloads
OnInit:
// settings
.char_bound = 1; // enable character bound rewards (1 = on || 0 = off)
.account_bound = 1; // enable account bound rewards (1 = on || 0 = off)
// set item (char bound)
setarray .char_reward, 501, 502, 503; // item
setarray .char_reward_amt, 1, 2, 4; // amount
// set item (acc bound)
setarray .acc_reward, 501, 502, 503; // item
setarray .acc_reward_amt, 1, 2, 4; // amount
Use and edit this to any ways you need.
I just made another simple freebies npc.. This is