|
||
|
|||||||
| Other Cant find a category above, use this one! Core mods not listed above go here! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Expert
Join Date: Dec 2005
Posts: 465
|
needed a place to upload the patch file for the issue tracker...
this patch is meant to be applied to REVISION 66 of the current RunUO 2.0 SVN for ITEM.CS If you don't know what the above means, don't download this file. |
|
|
|
|
|
#2 (permalink) | |
|
Forum Novice
|
Quote:
Code:
public virtual void AddWeightProperty( ObjectPropertyList list )
{
double weight = Weight * Amount + TotalWeight;
if( weight == 0 )
return;
if ( weight == 1 )
list.Add( 1072788, weight.ToString() ); //Weight: ~1_WEIGHT~ stone
else
list.Add( 1072789, weight.ToString() ); //Weight: ~1_WEIGHT~ stones
}
Last edited by Prohor Meletevich; 08-26-2006 at 08:07 AM. |
|
|
|
|
|
|
#4 (permalink) | |
|
Forum Novice
|
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|