- Katılım
- 7 Mart 2012
- Mesajlar
- 12,842
I always bothered why there is vendors sells useless items like +0 weapons and armours when you can easly get +1 ones. Now every vendor sells +0 items gonna sell +1
Kod:
--make every +0 armor vendor +1
UPDATE K_NPC SET iSellingGroup='202001' WHERE iSellingGroup='202000'
--make every +0 weapon vendor +1
UPDATE K_NPC SET iSellingGroup='201001' WHERE iSellingGroup='201000'
Manualy
Open K_NPC find your desired npc , for example mori from luferson castle
go to iSellingGroup 101000 = Means npc always sells +0 items
if you change to 101001 = npc always gonna sell +1 items