|
||
|
|||||||
| Server Support on Mono Forum dedicated to RunUO 2.0 on Mono. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Newbie
Join Date: Jun 2008
Posts: 10
|
How do I set a destination for characters to start at after they've created a character
also, I was wondering how I can make it so all characters start with the same stat level and skill level And is there a way to make it so they can only stay within certain towns, like 2-3 at most. and I was wondering, if I didn't have all skills set to one point, is there a way to make it so they gain skill a lot faster then the normal UO servers. Lastly, I was curious as to what is going with Uogateway.com, did the owner change the name of the site or is there an entirely different site that I could use to make my server public. Thank you. Last edited by BrandonJimmyToes; 07-28-2008 at 02:02 AM. |
|
|
|
|
|
#2 (permalink) | |
|
Newbie
Join Date: Jul 2005
Posts: 65
|
Quote:
find this line //CityInfo city = GetStartLocation( args, young ); Under it you can put in your destination.. Setting Gains faster find SkillChecker.cs and change to this: if ( from.Skills.Cap == 0 ) return false; bool success = ( chance >= Utility.RandomDouble() ); double gc = (double)(from.Skills.Cap - from.Skills.Total) / from.Skills.Cap; gc += ( skill.Cap - skill.Base ) / skill.Cap; gc /= 0.5; gc += ( 1.0 - chance ) * ( success ? 0.5 : (Core.AOS ? 0.0 : 0.2) ); gc /= 0.5; Where I have the 0.5 ,,, in your script you probably have 2 .. And you can go public with Shard at ConnectUO |
|
|
|
|
|
|
#3 (permalink) | |
|
Newbie
Join Date: Jul 2005
Posts: 65
|
Quote:
find this line //CityInfo city = GetStartLocation( args, young ); Under it you can put in your destination.. Setting Gains faster find SkillChecker.cs and change to this: if ( from.Skills.Cap == 0 ) return false; bool success = ( chance >= Utility.RandomDouble() ); double gc = (double)(from.Skills.Cap - from.Skills.Total) / from.Skills.Cap; gc += ( skill.Cap - skill.Base ) / skill.Cap; gc /= 0.5; gc += ( 1.0 - chance ) * ( success ? 0.5 : (Core.AOS ? 0.0 : 0.2) ); gc /= 0.5; Where I have the 0.5 ,,, in your script you probably have 2 .. And you can go public with Shard at ConnectUO As for the other things you ask of I have no Idea... But if you do a search for it you might find something. I know I have done a lot of searching on here. |
|
|
|
|
|
|
#6 (permalink) | |
|
Forum Novice
Join Date: Jan 2006
Posts: 225
|
Quote:
as well as the other stickies in Script Support should help answer alot of questions. ![]() |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|