Jump to content
eJay

Utility: Proof of Donation NPC

Recommended Posts

Proof of Donation NPC

View File

Find and change your desire

setarray .buy_id[0],607; <-- item ID

setarray .buy_co[0],10; <-- Price of donation


  • Submitter
  • Submitted
    01/05/2013
  • Category
  • Video
  • Content Author
    louigui

 

Edited by eJay
  • Upvote 1
Link to comment
Share on other sites

How can I make 2 of these NPC? I tried to, but it shows the same list of items. Already edited:

 

setarray .buy_id[0],607; <-- item ID
setarray .buy_co[0],10; <-- How many needed
Link to comment
Share on other sites

How can I make 2 of these NPC? I tried to, but it shows the same list of items. Already edited: 

setarray .buy_id[0],607; <-- item ID

setarray .buy_co[0],10; <-- How many needed

Find this ---> dyn_shop1 change to dyn_shop2 for 2nd npc

Link to comment
Share on other sites

Nice, I'm trying this out on my test server. Really simple, easy to configure, and useful.

 

One suggestion though, I think it would be better to have a pop-up window instead of bc_self announcements.

Link to comment
Share on other sites

On 1/8/2013 at 5:58 PM, eJay said:

File Name: Proof of Donation NPC

File Submitter: eJay

File Submitted: 04 Jan 2013

File Category: Scripts

Content Author: louigui

Find and change your desire

Click here to download this file

setarray .buy_id[0],607; <-- item ID

setarray .buy_co[0],10; <-- Price of donation

how to use that script i get error when adding the second item :(

 

Link to comment
Share on other sites

On 12/29/2016 at 7:28 AM, blueleaf711 said:

setarray .buy_id[0],607; <-- item ID

setarray .buy_co[0],10; <-- Price of donation

how to use that script i get error when adding the second item :(

 

If you want to add more it will look like this but always end on this sign ; otherwise it will not work

setarray .buy_id[0],607,608,609; <-- item ID

setarray .buy_co[0],10,10,10; <-- How many needed

Link to comment
Share on other sites

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.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.