Leafre ETC Drops & Leafre Shops

Junior Spellweaver
Joined
Apr 12, 2008
Messages
105
Reaction score
0
I went through each Leafre mob to see which mobs do and do not drop an ETC. So here it is.



Then I went onto GMS and did the potion shop. And since Ginger Ale's are so popular, I added that in there as well.



The Leafre Armor Shop will be done later.
 
Re: [Release] Leafre ETC Drops & Leafre Shops

I went through each Leafre mob to see which mobs do and do not drop an ETC. So here it is.



Then I went onto GMS and did the potion shop. And since Ginger Ale's are so popular, I added that in there as well.



The Leafre Armor Shop will be done later.


Nice Realease man =P
 
Re: [Release] Leafre ETC Drops & Leafre Shops

thanks a lot man..I found the Shops useful...keep up the good work mate.
 
Re: [Release] Leafre ETC Drops & Leafre Shops

Thanks for releases it i think theres alot who wants this.
 
Re: [Release] Leafre ETC Drops & Leafre Shops

Tested this.
ShopSQL is wrong. It doesn't even work.
You put the WRONG NPC id.

Lemme fix this up for you..

Code:
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2000000, 50, 1);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2000001, 160, 2);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2000002, 320, 3);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2000006, 450, 4);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2002000, 500, 5);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2002001, 500, 6);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2002002, 500, 7);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2002004, 500, 8);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2002005, 500, 9);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2001000, 2500, 10);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2001001, 3200, 11);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2001002, 2300, 12);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2010000, 25, 3);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2010002, 45, 14);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2010001, 70, 15);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2010003, 75, 16);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2010004, 160, 17);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2020012, 5600, 18);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2020013, 4500, 19);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2020014, 5600, 20);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2020015, 8100, 21);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2030000, 500, 22);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2060000, 1, 23);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2061000, 1, 24);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2061003, 10, 25);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2060001, 10, 26);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1021, 2070000, 500, 27);


INSERT INTO shops
(`shopid`, `npcid`) 
VALUES
(1021, 2080001);

There. Now it actually goes into the Leafre grocer (Sly (2080001)).
 
Re: [Release] Leafre ETC Drops & Leafre Shops

At least now when people search for this, they'll know to use the working one just posted.
 
Re: [Release] Leafre ETC Drops & Leafre Shops

I've also edited the prices on mine.. Most of his were off. by a lot..
Melted cheeses for 310 mesos? Pfft.
 
Back