|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Expert
|
I got my server up an running with SVN
and i added a bunch of scripts everything works fine a few players have been champ spawning in tokuno for about 7-8 hours with no Ltots in ther pack? why not do tots spawn how can i make em
__________________
"The Characters of Shifty" LoTus[]-Necro/Archer- Otis[]-Fence/Ninja/Mage- A Shifted Clown-Tailor/BS/Carp- "Like i said man its a fact i told you once before, Im Too Fresh For That" |
|
|
|
|
|
#2 (permalink) |
|
Forum Novice
Join Date: Jun 2004
Age: 48
Posts: 781
|
In scripts/engines/Treasures of Tokuno/TreasuresOfTokuno.cs:
Code:
private static bool m_Enabled = (Core.Expansion == Expansion.SE);
public static bool Enabled { get { return m_Enabled; }
__________________
If you PM me and ask me to write scripts for you I will add you to my ignore list. Please don't add me to your friends list, I have enough friends. Thx |
|
|
|
|
|
#3 (permalink) |
|
Forum Expert
|
I checked the script an it looks like that so it works just they have horrible luck or what?
__________________
"The Characters of Shifty" LoTus[]-Necro/Archer- Otis[]-Fence/Ninja/Mage- A Shifted Clown-Tailor/BS/Carp- "Like i said man its a fact i told you once before, Im Too Fresh For That" |
|
|
|
|
|
#4 (permalink) |
|
Forum Novice
Join Date: Jun 2004
Age: 48
Posts: 781
|
Follow the code in that file, the formula for the drop is there too. You could change it if you want a higher drop rate.
__________________
If you PM me and ask me to write scripts for you I will add you to my ignore list. Please don't add me to your friends list, I have enough friends. Thx |
|
|
|
|
|
#5 (permalink) |
|
Forum Expert
|
Aight
can u post how to increase the drop rate for Tots an Artys?
__________________
"The Characters of Shifty" LoTus[]-Necro/Archer- Otis[]-Fence/Ninja/Mage- A Shifted Clown-Tailor/BS/Carp- "Like i said man its a fact i told you once before, Im Too Fresh For That" |
|
|
|
|
|
#6 (permalink) |
|
Forum Expert
|
I know this is a old thread but curious what about if your running ML do you have to change the SE To ML this line.
Code:
private static bool m_Enabled = (Core.Expansion == Expansion.SE); |
|
|
|
|
|
#7 (permalink) |
|
Forum Expert
|
Oh and please correct me if im right or wrong cause im just wondering if server is running ML client and the Above says Expansion.SE will you still get those treasure or do i have to change that too ML . And what about the ones that are running SE too so i'm not sure.
Last edited by Erica; 02-25-2008 at 05:37 PM. |
|
|
|
|
|
#11 (permalink) | |
|
Forum Novice
|
Quote:
you do need to change the SE to ML if you are using the Mondians Legacy Expansion. To adjust your drop rates you will need to go to scripts/engines/treasuresoftokuno in there you should find 2 sets of numbers that look simular to this 1.55222646598655 change these to make the percent greater or lesser. youll just need to mess with it i had to learn by messing with it for well along time so hope this helps. also you can make this shorter such as 0.000025 or even 0.0025 this should help you out abit. ![]() |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|