EOSERV Forum > EOSERV > Shop problem - can't buy certain items
Topic is locked.
Page: << 1 >>
Shop problem - can't buy certain items
Author Message
Post #28092 Shop problem - can't buy certain items

I'm running EOSERV and i have a shop.ini file that is similar to the main server except that I only put in armors that people would actually want (Baru, Archery, Hero, etc.). However I can't buy most of the items. The same thing happened for death gloves and iron gloves when I tried to make it so the witch sold them instead of crafting them. I have messed around with the pub files and changed them all to "common" type but with the same result, anyone know whats up?

---
class EOSERV {
Programmer | Oldbie
Open source EO Client: https://github.com/ethanmoffat/EndlessClient
};
15 years, 45 weeks ago
Post #28100 Re: Shop problem - can't buy certain items

it happened to me it sorta fixed the problem when i took all the items the witch buys and then the witch works


36.name = Magic Shop
36.trade =  20,100,100, 127,100,20, 128,100,20, 173,50,10, 174,50,10, 175,50,10,

176,100,20, 177,100,20, 178,100,20, 51,150,30, 44,150,30
36.craft = 271,259,3,250,2,15,2,0,0, 270,249,4,248,4,260,2,263,2,

269,257,6,253,4,254,4,265,4, 272,271,2,258,4,256,4,265,2,

245,254,6,252,6,261,9,14,9, 247,151,3,255,3,263,1,15,5, 266,251,3,265,2,1,20,0,0,

267,251,4,265,5,1,50,0,0, 276,268,1,257,5,248,5,263,2,

274,155,1,272,1,261,12,262,12, 275,141,1,272,1,261,12,262,12,

281,37,1,272,1,282,1,278,4

i think her shop has to much in it

15 years, 45 weeks ago
Post #28119 Re: Shop problem - can't buy certain items

Make sure that the ending line doesn't have a comma.


Make sure each item uses the following format:


Itemid, buy price, sell price,


Put a comma after every sell price except the last one.

15 years, 45 weeks ago
Post #28183 Re: Shop problem - can't buy certain items

Alright i figured it out. Looks like I can't have the shop buying items for money but not selling them if i also want that shop to sell items. I had configured it to buy draco/dracota armor for 1000 but not to sell it, so it was throwing something off. Works fine now that i took that part out.

---
class EOSERV {
Programmer | Oldbie
Open source EO Client: https://github.com/ethanmoffat/EndlessClient
};
15 years, 45 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > EOSERV > Shop problem - can't buy certain items