well going through mine i can spawn things under the ML expansion and they wont drop garg items. OP can you provide the Loot.cs and is this the latest Servuo build? As i want to make sure i didnt tinker with anything. (Mine is quite modified)
Also where did you set the Expansion? Did you do...
if (targeted is Dragon && bc.ControlMaster == player)
{
bc = (BaseCreature)targeted;
player.SendMessage("You have selected a Dragon");
bc.RawStr = test;
}
This bc should be correct, but for us to detect anymore we will need the full script and the crash log in the ServUO directory...
actually just rereading it you only wanted felucca and trammel synced correct? this will sync all but this following will only sync fell and tram (not the others).
public static MoonPhase GetMoonPhase(Map map, int x, int y)
{
int hours, minutes, totalMinutes...
well if theyre set specifically i dont see how it would change them. all we did here was sync all the clocks to 1 time. i could be wrong.
wouldnt each facets clock regulate each spawner?
E.G.
if a spawner is set at TOD of 12:00 am - 5:00 am and placed in both felucca and trammel. trammel time...
just came on and had a quick look and tested it. anything with "map.MapIndex" in the calculating i replaced with 1. that makes all time sync together as 1. i guess because theyre different realms/warps they would have different times. but this does the trick. :)
public static...
this look interesting. i might give it a crack! thank you for taking your time with this!
for me that makes it even better! the possibility to add multiple to certain weapons, would make it quite interesting. :)
i suppose it wouldnt be too bad, all you'd have to do is give people a client patch. i did want to change some weapons abilities. so i guess its better then nothing!!
yeah i ran into this a while back (when i was reworking weapons) and i couldn't for the life of me figure this one out. if i have some time this weekend i will also give a crack to find a solution! because i would be very interested in this!
Ah... well there you go, i just learnt something!! I will get rid of that @ and give it a crack. The weird thing is that before it wasn't stating a "Restricting Client version to..." in the ServUO.EXE Cmd box. Could that mean it was haphazardly picking from different directories, the files it...
Update:
Now that i'm home, i tried the repo (that I merged all my changes to, from the first post) again, but this made the Hull not show (its not that it wasn't spawning) again. So i went into the DataPath.cfg did true on the:
# Uncomment this line and set it to the path of the client files to...