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 07-20-2005, 10:03 PM   #1 (permalink)
Forum Newbie
 
Join Date: May 2005
Location: Ohio
Age: 18
Posts: 94
Send a message via ICQ to Makoro Shimoro Send a message via AIM to Makoro Shimoro
Default Skill Cap to 12k

What file do I go into to change the skill cap from 700 to 1200
Makoro Shimoro is offline   Reply With Quote
Old 07-20-2005, 10:24 PM   #2 (permalink)
Forum Expert
 
Join Date: Feb 2003
Location: East Coast USA
Posts: 1,365
Default

In CharacterCreation.cs:

Put this with all the other newchar.Whatever lines. Just look for "newchar."
Code:
			newChar.SkillsCap = 12000;  // 1200.0

Now this will only change characters that are newly created. To change characters that have already been created, you could do:

[global set skillscap 12000 where playermobile

Or add a line to a commonly-used object like a bankchest that sets their skillscap to 12000. (Remember, 12000 is 1200.0)

In which case it would be a line like the code, say in an object's OnDoubleClick.

Code:
		public override void OnDoubleClick( Mobile from )
		{
				from.SkillsCap = 12000; // 1200.0

			// do stuff
		}
__________________

the-retelling.org : scripts and tech demo
Alari is online now   Reply With Quote
Old 07-23-2005, 08:49 PM   #3 (permalink)
Forum Newbie
 
Join Date: May 2005
Location: Ohio
Age: 18
Posts: 94
Send a message via ICQ to Makoro Shimoro Send a message via AIM to Makoro Shimoro
Default

I can't Find skillcap in my charcreation.cs thingy i did newchar. and didnt find Skillcap...
Makoro Shimoro is offline   Reply With Quote
Old 09-05-2005, 11:51 AM   #4 (permalink)
 
Join Date: Mar 2004
Location: Harrisburg, Pennsylvania
Age: 36
Posts: 180
Send a message via Yahoo to telekea
Default

Read his post again, he said look for NewChar, not skillcap and then enter the skillcap code yourself. Look for the series of lines that say NewChar, like NewChar Hunger = 20 and add his line of code right underneath.
telekea 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