How would one make vendors ignore the conquest rankings and show all of their wares?
In the lua I notice the ranking:
stock = {16584,37800,1, --Mythril Claymore
16466,2182,1, --Knife
17060,2386,1, --Rod
16640,284,2, --Bronze Axe
16465,147,2, --Bronze Knife
17081,621,2, --Brass Rod
16583,2448,2, --Claymore
17035,4363,2, --Mace
17059,90,3, --Bronze Rod
17034,169,3} --Bronze Mace
I'd like the vendors to show all their wares regardless of rank, but don't want to modify each vendor. Possible?
Conquest rank and vendors
Re: Conquest rank and vendors
aha I just modify shop.lua?
https://github.com/DarkstarProject/dark ... s/shop.lua
and I can remove the if's in showNationShop() so it just shows the items to everyone?
https://github.com/DarkstarProject/dark ... s/shop.lua
and I can remove the if's in showNationShop() so it just shows the items to everyone?
Last edited by Keldegar on Mon Jun 16, 2014 3:40 pm, edited 1 time in total.
Re: Conquest rank and vendors
modify the showNationShop function in scripts/globals/shop
Re: Conquest rank and vendors
Thanks I think I found it right when you mentioned itkjLotus wrote:modify the showNationShop function in scripts/globals/shop