Jump to content

Utility: Proof of Donation NPC


eJay

Recommended Posts


  • Group:  Members
  • Topic Count:  80
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   76
  • Joined:  03/22/12
  • Last Seen:  

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

  • 3 months later...

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  66
  • Reputation:   6
  • Joined:  11/13/12
  • Last Seen:  

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

  • 1 month later...

  • Group:  Members
  • Topic Count:  80
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   76
  • Joined:  03/22/12
  • Last Seen:  

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

  • 3 months later...

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   1
  • Joined:  04/30/13
  • Last Seen:  

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

  • 8 months later...

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  05/31/14
  • Last Seen:  

This is Excellent.. but how can i put... Category list.. like = Consumable,Headgears, etc..

Link to comment
Share on other sites

  • 2 years later...

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  12/26/16
  • Last Seen:  

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

  • 10 months later...

  • Group:  Members
  • Topic Count:  80
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   76
  • Joined:  03/22/12
  • Last Seen:  

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