|
||
|
|||||||
| 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) |
|
Forum Novice
|
How do I manually change it so that there is no longer a waiting period after leaving a faction? I want to be able to leave a faction and join another instantly, not after 7 days.
Just knowing which script it in would help a lot I guess. I browed through them and wow there are a lot to the faction system! =) |
|
|
|
|
|
#2 (permalink) |
|
Join Date: Jan 2003
Posts: 380
|
In LeaveFactionGump.cs there are a bunch of statements like this:
Code:
( Faction.LeavePeriod == TimeSpan.FromDays( 7.0 ) ) Can't say for certain though as I have never tried to change it, but it's a good place to start. |
|
|
|
|
|
#3 (permalink) |
|
Dont have the script in front of me but that sounds about right.
you can change the "7.0" value to whatever you want. You can also change the "FromDays" to "FromMinutes" / "FromSeconds" Look at the beginning of the script for a bool (true/false) statement. There might be a means for toggling leavefaction delay to true/false. ___________________________ Noster Universitas(NUO) - custom Guild Warfare, Territorial/Political, and Economic systems! |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|