Status
Not open for further replies.
Bittiez submitted a new resource:

Regeant Bag - This is a simple bag that will only carry regeants and reduces their weight by 90%

What Is This?
This is a simple bag that will only allow regs to be placed inside, and reduces their weight by 90%.


Installation and ServUO version
To install simply unzip the file to /Scripts/Custom/

Tested with ServUO Publish 54

Usage:
[add regbag


I didn't make this too insanely easy to customize, so if anyone wants me to simplify it just ask!

Read more about this resource...
 
Bittiez updated Regeant Bag with a new update entry:

[+ Adjustable weight reduction %]

Depending on how to decide to add this item, it can now have an adjustable % of weight reduction

By default it will reduce the weight by 90% or you can create bags with anywhere from 0-100% reduction:
C#:
new RegBag(0.5);

        /// Reduction works as such:
        ///   0 = 100% reduction
        /// 0.2 = 80% reduction
        /// 0.8 = 20% reduction
        ///   1 = 0% reduction

or
C#:
RegBag bag = new RegBag();
bag.Reduction = 0.3;

Read the rest of this update entry...
 
Status
Not open for further replies.
Back