RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Addons???

Hades1089

Traveler
k i see everyone posting cool addons and just want to know how to make an addon? is it all in the script or is there a program that does it???
 

Scriptiz

Sorceror
Basically an addon is an item made of multiple items (wich are called Components).

Have a look at C:\Users\Guillaume\Projects\Vivre_Final2\Scripts\Items\Addons\AbbatoirAddon.cs

You just have to copy it into a new class, then edit the class name and constructors, the remove all AddComponent methods in the constructor and put the ones of your new Addon.

Good luck.
 
Top