|
||
|
|||||||
| 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: Dec 2004
Age: 18
Posts: 43
|
Hi everyone
. i will soon be adding skill gates to my shard (95 all skills) and i would like for all skills to have a 120 skill cap... Could anyone help me out as in what i sould do to adjust the skill cap? |
|
|
|
|
|
#2 (permalink) |
|
Master of the Internet
Join Date: Feb 2004
Location: NC/NC State Univ
Age: 23
Posts: 16,424
|
bah! That's not too hard. Basically somewhere you're gonna need to execute this bit of code:
Code:
for( int i = 0; i < m.Skills.Length; i++ )
{
m.Skills[i].Cap = 1200;
}
btw, eragon, where'd you get your name? Cause if it's the book, you win the 1337 prize for the day.
__________________
Goodbye, folks. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|