eJay Posted January 8, 2013 Posted January 8, 2013 (edited) Proof of Donation NPC View File Find and change your desire setarray .buy_id[0],607; <-- item IDsetarray .buy_co[0],10; <-- Price of donation Submitter eJay Submitted 01/05/2013 Category Utilities Video Content Author louigui Edited October 31, 2017 by eJay 1 Quote
ccjosh Posted April 27, 2013 Posted April 27, 2013 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 IDsetarray .buy_co[0],10; <-- How many needed Quote
eJay Posted June 3, 2013 Author Posted June 3, 2013 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 Quote
rqueen Posted September 26, 2013 Posted September 26, 2013 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. Quote
eezclide Posted May 31, 2014 Posted May 31, 2014 This is Excellent.. but how can i put... Category list.. like = Consumable,Headgears, etc.. Quote
blueleaf711 Posted December 29, 2016 Posted December 29, 2016 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 Quote
eJay Posted October 31, 2017 Author Posted October 31, 2017 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.