Thread: Gold Weight
View Single Post
Old 07-07-2003, 11:44 PM   #1 (permalink)
Regressi0n
 
Join Date: May 2003
Location: Springfield, MO
Posts: 417
Default Gold Weight

the gold weight is okay??
it is not much? 5k weighs 100 stones
:?

scripts/items/misc/gold.cs
[code:1]
public Gold( int amount ) : base( 0xEED )
{
Stackable = true;
Weight = 0.02;
Amount = amount;
}
[/code:1]
Regressi0n is offline   Reply With Quote