alchemy submitted a new resource:
Alambik's MyVendor system - MyVendor system : in-game customizable vendors & associated economy
Read more about this resource...
Alambik's MyVendor system - MyVendor system : in-game customizable vendors & associated economy
MyVendor system : in-game customizable vendors & associated economy
Again another very old RunUO 1.0 script of mine updated for you in ServUO. Enjoy!
0) SETUP:
A) Drag'n drop the files in your custom folder.
B) In Scripts\Mobiles\Normal\BaseCreature.cs
Add those lines in the switch in the procedure called "public void ChangeAIType(AIType NewAI)":
C#:/*** ADDED MyVendor system ***/ case AIType.AI_MyVendor: m_AI =...
Read more about this resource...