Go Back   RunUO - Ultima Online Emulation > RunUO > New Join Forum

New Join Forum So your new to RunUO and looking to work with people that are new, this is the place.

Reply
 
Thread Tools Display Modes
Old 06-02-2005, 11:08 PM   #1 (permalink)
Newbie
 
Join Date: Mar 2004
Posts: 23
Default Skills /stats

ok I have to know Im tired of spending 4 hours for the last 10 days trying to find Where skill cap is I have the Original of everything Fresh install and turned on the test server stuff
Players can set stats and Can also Skills I just want to find where I can edit skill caps and stat caps ? Please al I want is to know what File there in C:\RUNUO1.0.0\where\what.cs Thanks for any help
unholyman is offline   Reply With Quote
Old 06-02-2005, 11:17 PM   #2 (permalink)
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Quote:
Originally Posted by unholyman
ok I have to know Im tired of spending 4 hours for the last 10 days trying to find Where skill cap is I have the Original of everything Fresh install and turned on the test server stuff
Players can set stats and Can also Skills I just want to find where I can edit skill caps and stat caps ? Please al I want is to know what File there in C:\RUNUO1.0.0\where\what.cs Thanks for any help
Its 700 by default...Its declared in the Mobile class within the core.

If you want to change this value you would have to change the property with any reference to the character.
Phantom is offline   Reply With Quote
Old 06-03-2005, 02:10 PM   #3 (permalink)
 
Join Date: Jun 2005
Posts: 10
Send a message via ICQ to DungeonMaster
Default

Code:
public override void OnDoubleClick (Mobile m) 
{ 
         if ( (m.Alive) && ( m.InRange( GetWorldLocation(), 2 ) ) )
         { 
               
                    //SKILLS// 
              m.Skills[SkillName.Healing].Cap = 110.0;
              m.Skills[SkillName.Anatomy].Cap = 120.0;
              m.Skills[SkillName.EvalInt].Cap = 90.0;
         }
}
you can have some sort of object like a Stone or something, that when players doubleclick it, it sets new skillcaps for them.

________________________

Noster Universitas(NUO) - custom Guild Warfare, Territorial/Political, and Economic systems!
DungeonMaster is offline   Reply With Quote
Old 06-03-2005, 06:19 PM   #4 (permalink)
 
Join Date: May 2005
Location: london
Age: 21
Posts: 898
Send a message via MSN to etherkye
Default

charictar creations in misc file. near top.
etherkye is offline   Reply With Quote
Old 06-03-2005, 06:30 PM   #5 (permalink)
Forum Expert
 
Join Date: Nov 2003
Posts: 561
Default

Edit charactercreations.cs.
search for the string "newchar".
you will find an area defining the various characteristics of the 'newchar'.

Just add something like:

// Set custom skills and stats cap
newChar.Skills.Cap= 9000;
newChar.StatCap = 400;

right below the newChar.Thirst = 20; line

note that the number 9000 in the script translates to 900 skill points in game.


if you want to change existing players you can use the [global set skillscap command.
ssalter is offline   Reply With Quote
Old 06-05-2005, 09:23 AM   #6 (permalink)
 
Join Date: Sep 2004
Location: Germany, Saxony, Meerane
Age: 27
Posts: 25
Default

and if you just want to raise the total-skillcap of one character - use ur admin account - use [stats on the player u want to change and scroll through several pages until u find the total-skillcap and change it to what ever you want...

because alle the scripting changes have only affections on new chars (if i remember right...)

btw: a skillcap of 700 ( as usual is written there as 7000 )

MfG
Cornell 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