Hey everyone!

I am trying to get all my facets from the moongate, (Tram, Ilshenar, Malas ect.) to a Felucca rule setting, I am also trying to populate all the leaves on the tree's on the Felucca side and it threw me a Fatal Server Error and crashed the server.server error trying to make all facets fel rulesetting.PNG trammel to fel facet error.PNG

Any help on this would be greatly appreciated on this! I will be tinkering around with it to see if I can get it to work as well.

Thanks,
Nyght_Hex
 

Attachments

  • MapDefinitions.cs
    2.5 KB · Views: 3
RegisterMap(0, 0, 0, 7168, 4096, 0, "Felucca", MapRules.FeluccaRules);
RegisterMap(1, 1, 1, 7168, 4096, 0, "Trammel", MapRules.FeluccaRules);
RegisterMap(2, 2, 2, 2304, 1600, 1, "Ilshenar", MapRules.FeluccaRules);
RegisterMap(3, 3, 3, 2560, 2048, 1, "Malas", MapRules.FeluccaRules);
RegisterMap(4, 4, 4, 1448, 1448, 1, "Tokuno", MapRules.FeluccaRules);
RegisterMap(5, 5, 5, 1280, 4096, 1, "TerMur", MapRules.FeluccaRules);
this is what I have set in mine to have all fel rule set I haven't changed any gates and changed the 4 to 0 on fel map for leaves not sure what You changed and I also run JustUo so far I have had no problems

(edit)
looked at script you posted this line
RegisterMap(1, 1, 1, 7168, 4096, 4, "Felucca", MapRules.FeluccaRules);
should read like this
RegisterMap(0, 0, 0, 7168, 4096, 0, "Felucca", MapRules.FeluccaRules);
don't change first 3 numbers last number before "Felucca" is the season identifyer
 
Last edited:
Neshoba,

Awesome, thanks I copied the picture that you posted above and I haven't ran into any fatal crashes yet. More than likely I was misreading code or mistype some were. Thanks again for the help!
 
Back