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 06-01-2003, 05:32 PM   #1 (permalink)
 
Join Date: Dec 2002
Posts: 13
Default Problem with Statcap

Hi
How Can I set the skillcap and statcap?
And the start location?
Tnx
Lucatarik is offline   Reply With Quote
Old 06-01-2003, 05:59 PM   #2 (permalink)
Forum Expert
 
Join Date: Sep 2002
Location: PR - Brazil
Age: 26
Posts: 575
Send a message via ICQ to Ayrius Send a message via MSN to Ayrius
Default

On CharacterCreation.cs
Isn't hard to figure out!!
Ayrius is offline   Reply With Quote
Old 06-01-2003, 06:03 PM   #3 (permalink)
 
Join Date: Dec 2002
Posts: 13
Default

Tnx.
For the start location?
Lucatarik is offline   Reply With Quote
Old 06-01-2003, 06:05 PM   #4 (permalink)
Forum Expert
 
Join Date: Sep 2002
Location: PR - Brazil
Age: 26
Posts: 575
Send a message via ICQ to Ayrius Send a message via MSN to Ayrius
Default

That's there too.
You can change Statcap, skillcap and start location!
Ayrius is offline   Reply With Quote
Old 06-01-2003, 06:10 PM   #5 (permalink)
 
Join Date: Dec 2002
Posts: 13
Default

Tnx
Greetings
Lucatarik is offline   Reply With Quote
Old 06-02-2003, 05:37 AM   #6 (permalink)
 
Join Date: Dec 2002
Posts: 13
Default

m.Skills[PowerScroll.Skills[i]].Cap = 120.0; < skill Cap


m.StatCap = 350; < Statcap

right?
Lucatarik is offline   Reply With Quote
Old 06-02-2003, 09:00 AM   #7 (permalink)
 
Join Date: Feb 2003
Posts: 35
Send a message via ICQ to overtime
Default

newChar.SkillsCap = 10000; ///having a 1000 skill cap
newChar.StatCap = 300; ///having a max stats cap at 300
these changes only effect NEW charactors being created after the script is modified and have been tested to work on 29

I had found this info on earlier posts which might be helpful.
Go to this folder
C:\RunUO\Server\Scripts\Custom\Modified\Misc
CharacterCreation.cs script
And add it under
newChar.Hunger = 20;

looks like this

newChar.Hunger = 20;
newChar.SkillsCap = 10000; ///having a 1000 skill cap
newChar.StatCap = 300; ///having a max stats cap at 300

I havent figured out why the runuo team just dosent add this line in.
overtime 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