• HyperFilter | DoS Protection | DDoS Protection | DoS Mitigation | DDoS Mitigation | AntiDoS | AntiDDoS | Proxy Shielding

[Code] Better Weapon and Armour Vendors For Myko

bigahega

Administrator
Staff member
KoCuce.Com
Joined
Mar 7, 2012
Messages
12,842
plus%2Bvendor.jpg


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
Code:
--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

 
Back
Top