Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 08-02-2006, 09:29 AM   #1 (permalink)
Forum Newbie
 
Join Date: Jun 2006
Location: Poland
Posts: 12
Unhappy Str Gives Low HP =<

How can i make the strength will give more hp than 3... Becouse now on my serwer 20 str gives 13 hp :/ i want change it to: 1 str give 3hp... Can someone help me?
__________________
Wazuuuuuuuuuuuuuuuuuuuuuuuup!!! :eek:
mergal16 is offline   Reply With Quote
Old 08-02-2006, 09:51 AM   #2 (permalink)
Forum Expert
 
Join Date: May 2005
Age: 29
Posts: 949
Default

Edit your PlayerMobile.cs by adding:

Code:
public override int HitsMax 
{
 get { return (Str * 3);
}
In RunUO 2.0. HitsMax is 50 + ( Str / 2), btw.
Irian is offline   Reply With Quote
Old 08-03-2006, 07:52 AM   #3 (permalink)
Forum Newbie
 
Join Date: Jun 2006
Location: Poland
Posts: 12
Default

Thank u =)
__________________
Wazuuuuuuuuuuuuuuuuuuuuuuuup!!! :eek:
mergal16 is offline   Reply With Quote
Old 08-11-2006, 07:17 AM   #4 (permalink)
Forum Newbie
 
Join Date: Jun 2006
Location: Poland
Posts: 12
Default Dont Understund...

What I Must Change Here To Get 3 hp for 1 str...? Please Help =(
Attached Files
File Type: cs Help....cs (530 Bytes, 14 views)
__________________
Wazuuuuuuuuuuuuuuuuuuuuuuuup!!! :eek:
mergal16 is offline   Reply With Quote
Old 08-12-2006, 10:15 AM   #5 (permalink)
Forum Novice
 
Join Date: Jan 2006
Location: Russian Federation, Moscow
Posts: 101
Send a message via ICQ to Goury Send a message via Skype™ to Goury
Default

ELLO!
change this:
Code:
(strBase / 2) + 50 + strOffs
to formula that u want

i c
Code:
strBase * 3
Goury is offline   Reply With Quote
Old 11-29-2006, 04:16 PM   #6 (permalink)
Forum Novice
 
Join Date: Mar 2004
Posts: 152
Default

public override int HitsMax
{
get { return (Str * 3);
}
}

don't forget to close the second bracket.
Dreadfull is offline   Reply With Quote
Old 11-29-2006, 07:13 PM   #7 (permalink)
Forum Expert
 
IHaveRegistered's Avatar
 
Join Date: Jun 2003
Location: Ontario
Age: 20
Posts: 4,520
Send a message via MSN to IHaveRegistered
Default

He'll still want the StrOffs... Unless he doesn't want items with BonusHits and stuff to work at all.
__________________
IHaveRegistered is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5