I'm guess ServUO base code drastically changed the way it handles Addons as none of my (North | South) addons work anymore with the newest ServUO and they all scream about not having a "DirectionType" Reference.
I have just reverted back to my old ServUO core as it was more trouble than it was worth to fix them all.
I'm just curious as to what exactly changed in the handling of addons so I can convert new Addons added to ServUO Forums. Back to the old style I'm going to continue using.
Well I fixed ItemInterface.cs which made me fix TreasureOfKotl which made me fix Seasonal Events.
And now so much shit is fucked up Im just done.
*walks away from ServUO for awhile*
I have just reverted back to my old ServUO core as it was more trouble than it was worth to fix them all.
I'm just curious as to what exactly changed in the handling of addons so I can convert new Addons added to ServUO Forums. Back to the old style I'm going to continue using.
Post automatically merged:
Well I fixed ItemInterface.cs which made me fix TreasureOfKotl which made me fix Seasonal Events.
And now so much shit is fucked up Im just done.
*walks away from ServUO for awhile*
Post automatically merged:
Errors:
+ Services/Seasonal Events/TreasuresOfDoom/RewardGump.cs:
CS0115: Line 20: 'Server.Engines.TreasuresOfDoom.DoomRewardGump.GetYOffset(i
nt)': no suitable method found to override
+ Services/Seasonal Events/TreasuresOfKhaldun/Creatures/KhalAnkur.cs:
CS0115: Line 127: 'Server.Mobiles.KhalAnkur.OnChampPopped(Server.Engines.Can
nedEvil.ChampionSpawn)': no suitable method found to override
+ Services/Seasonal Events/TreasuresOfKhaldun/Quest/GoingGumshoeQuest.cs:
CS0115: Line 36: 'Server.Engines.Khaldun.GoingGumshoeQuest.CompleteMessage':
no suitable method found to override
CS0115: Line 61: 'Server.Engines.Khaldun.GoingGumshoeQuest.InternalObjective
.ObjectiveDescription': no suitable method found to override
CS0115: Line 109: 'Server.Engines.Khaldun.GoingGumshoeQuest2.CompleteMessage
': no suitable method found to override
CS0115: Line 210: 'Server.Engines.Khaldun.GoingGumshoeQuest2.InternalObjecti
ve.ObjectiveDescription': no suitable method found to override
CS0115: Line 256: 'Server.Engines.Khaldun.GoingGumshoeQuest3.CompleteMessage
': no suitable method found to override
CS0115: Line 362: 'Server.Engines.Khaldun.GoingGumshoeQuest3.InternalObjecti
ve.ObjectiveDescription': no suitable method found to override
CS0115: Line 481: 'Server.Engines.Khaldun.GoingGumshoeQuest4.CompleteMessage
': no suitable method found to override
CS0115: Line 532: 'Server.Engines.Khaldun.GoingGumshoeQuest4.InternalObjecti
ve.ObjectiveDescription': no suitable method found to override
+ Services/Seasonal Events/TreasuresOfKhaldun/Gumps.cs:
CS0115: Line 21: 'Server.Engines.Khaldun.KhaldunRewardGump.RemovePoints(doub
le)': no suitable method found to override
+ Services/Seasonal Events/TreasuresOfKotlCity/RewardGump.cs:
CS0115: Line 20: 'Server.Engines.TreasuresOfKotlCity.KotlCityRewardGump.GetY
Offset(int)': no suitable method found to override
+ Services/Seasonal Events/TreasuresOfSorceresDungeon/Creatures/AbominableSnowm
an.cs:
CS0115: Line 56: 'Server.Engines.SorcerersDungeon.AbominableSnowman.CausesTr
ueFear': no suitable method found to override
+ Services/Seasonal Events/TreasuresOfSorceresDungeon/RewardGump.cs:
CS0115: Line 21: 'Server.Engines.SorcerersDungeon.SorcerersDungeonRewardGump
.RemovePoints(double)': no suitable method found to override
Scripts: One or more scripts failed to compile or no script files were found.
Last edited: