ServUO Version
Publish 58
Ultima Expansion
Endless Journey
servuo 58
endless journey
in deftailoring.cs missing containers. no bag or backpack no pouch. just totally forgot leather containers. so much code to write its understsndable lol . thought id mention it.
 
thanks redbeard apperently i forgot my github password then it didnt recognise my ip and well its been a runaround resetting it.
but i took an old deftailoring.cs and pasted

#region Containers
AddCraft(typeof(Bag),"Containers","Bag",30,105,typeof(Leather),"Bag",4,"Tailoring");
AddCraft(typeof(Backpack),"Containers","Backpack",40,105,typeof(Leather),"Backpack",7,"Tailoring");
AddCraft(typeof(Pouch),"Containers","Pouch",50,105,typeof(Leather),"Pouch",9,"Tailoring");
#endregion


problem solved but thought id mention it. although i believe i have had this problem before on other publishes, i just used names instead of labels.
 
Last edited:
Back