About This File
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 in reponse to many new server owners who kept asking "how to make freebies account bound/char bound?" or such. I made it easier for them to choose whether to enable char/acc bound rewards or not.
Enjoy