RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Skill gaining

merq

Sorceror
Hey, there's my another threat ;P
I'm wondering now how to slow gain of the skills and stats :/ they' re growing up so quickly that characters may have skillcap/statcap in one hour :( Which file should i look at?
 

rome1982

Sorceror
Hey, there's my another threat ;P
I'm wondering now how to slow gain of the skills and stats :/ they' re growing up so quickly that characters may have skillcap/statcap in one hour :( Which file should i look at?
Hello!!! look at this:

Edit Skill Gain Speed/Anti-Macro measurements

Editing skill gain is quite simple, Just head over to scripts\misc\Skillcheck.cs
Now, As you can see there is some anti-macro code. If you disable these, They will make skillgain Much easier. However note, this will not increase actual skill gain speed, but will turn off the code that prevents you from getting only 3 gains in one tile. Turn off whichever anti macro codes you wish, I turn them all off. Now, want to edit the actual skill gain speed? Okay, easy enough. Now. Go to Line 127. Line 127 should be this "gc /= 2;" 2 is the skillgain number. 10 would be REALLY slow gain, while .25 would be fast gain. I suggest starting off at .50 and working your way around, use different skills, and see which speed is right for you. NOTICE. you must also edit the "gc /= 2;" Below line 127, there are two, edit them both to the same thing. There you go! you edited skill gain speed =P. (From http://www.runuo.com/forums/new-join-forum/73466-runuo-ultimate-little-guide.html

I hope to help you!,the website is...:
http://runuo.wikispaces.com/
Many many things to know!!!
 

merq

Sorceror
Thank u :)

But now i've got problem with meditation. It's a very strange skill ;f Meditation is a kind of passive skill, bcs mana and those skill are growing up when mana < maxmana. I wanna to make it grow up only if i click on medit button by myself. I know that i should change smth in RegenRates.cs and in Meditation.cs, but when i changed some things, then a lot of errors appeared. Help plz :)
 
Hello!!! look at this:

Edit Skill Gain Speed/Anti-Macro measurements

Editing skill gain is quite simple, Just head over to scripts\misc\Skillcheck.cs
Now, As you can see there is some anti-macro code. If you disable these, They will make skillgain Much easier. However note, this will not increase actual skill gain speed, but will turn off the code that prevents you from getting only 3 gains in one tile. Turn off whichever anti macro codes you wish, I turn them all off. Now, want to edit the actual skill gain speed? Okay, easy enough. Now. Go to Line 127. Line 127 should be this "gc /= 2;" 2 is the skillgain number. 10 would be REALLY slow gain, while .25 would be fast gain. I suggest starting off at .50 and working your way around, use different skills, and see which speed is right for you. NOTICE. you must also edit the "gc /= 2;" Below line 127, there are two, edit them both to the same thing. There you go! you edited skill gain speed =P. (From http://www.runuo.com/forums/new-join-forum/73466-runuo-ultimate-little-guide.html

I hope to help you!,the website is...:
http://runuo.wikispaces.com/
Many many things to know!!!


Thanks for you info... This wasn't even my thread but it was a question I had and you nailed it.. now only if you coul;d help find out why the monsters and npc and my players fall under the map? I have download uo classic twice and im using runuo 2.2
 

ArisBB

Sorceror
home 1982, i think that skillcap influences in the skill gain speed, you could explain to me how this works? Thank you vary much! :)
 
Top