Jump to content

Recommended Posts

Posted

Another Freebies NPC with easy char/acc bound settings


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


  • Submitter
  • Submitted
    03/12/2018
  • Category
  • Video
  • Content Author
    pajodex

 

  • Love 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...