|
||
|
|||||||
| New Join Forum So your new to RunUO and looking to work with people that are new, this is the place. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Newbie
Join Date: Mar 2004
Posts: 23
|
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 |
|
|
|
|
|
#2 (permalink) | |
|
Account Terminated
|
Quote:
If you want to change this value you would have to change the property with any reference to the character. |
|
|
|
|
|
|
#3 (permalink) |
|
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;
}
}
________________________ Noster Universitas(NUO) - custom Guild Warfare, Territorial/Political, and Economic systems! |
|
|
|
|
|
|
#5 (permalink) |
|
Forum Expert
Join Date: Nov 2003
Posts: 561
|
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. |
|
|
|
|
|
#6 (permalink) |
|
Join Date: Sep 2004
Location: Germany, Saxony, Meerane
Age: 27
Posts: 25
|
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 |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|