- ServUO Version
- Publish 57
- Ultima Expansion
- Endless Journey
I am trying to modify a vendor based on the Vita Nex Custom Vendor, so in the code I have the following to add items to the sell list,
I am trying to add the SkillCodex from the same mod, in game you can use [add SkillCodex (Value) to apply a modifier to the in game item I am trying to do the same thing on the vendor but not exactly sure how. Using the above code does not work.
C#:
AddStock<AgelessHouseDeed>(100);
AddStock<HouseIslandDeed>(100);
AddStock<CustomHouseDeed>(250);
AddStock<CustomGuildHouseDeed>(250);
AddStock<AllSkillBaseDeed135>(250);
AddStock<AllSkillBaseDeed175>(350);
AddStock<SkillCodex(7)>(350);