Before I go through the process of upgrading, is there anything I need to know?

Does this new version still support Pub 57?
Will I need to re-setup all my modules or turn them back on, etc.?
 
I always try to write about any potential upgrade issues relative to the previous version in the resource update log.

This should be a seamless upgrade, services and modules should continue to work as they did before.

The only potential hazard is that some files have been moved around (mainly the pooled collections) and you can end up with duplicate files if you're not careful.

This version requires at least .NET 4.8, too.
 
Roger that, I figured as much just being cautious. I will give it a go later today and see what I can break :)
C#:
SuperGump_Tooltips.cs(101,23): error CS1002: ; expected

I'm breaking all your things..
C#:
AdvancedSBInfo.cs(150,8): error CS0106: The modifier 'new' is not valid for this item
C#:
AdvancedSBInfo.cs(150,8): error CS0546: 'DynamicBuyInfo.ControlSlots.set': cannot override because 'GenericBuyInfo.ControlSlots' does not have an overridable set accessor
 
Last edited:
Going to go out on a limb and say this probably isn't compatible with Pub 57 lol..
C#:
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Commands\PlayerBackup.cs(108,16): error CS1501: No overload for method 'GetSerial' takes 1 arguments [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Network\ExtendedOPL.cs(324,15): error CS0428: Cannot convert method group 'IsValid' to non-delegate type 'bool'. Did you intend to invoke the method? [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Misc\CharacterCreation.cs(84,33): error CS0144: Cannot create an instance of the abstract type or interface 'SkillCodex' [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\Instance Maps\Objects\InstanceRegion.cs(126,15): error CS1061: 'List<InstanceRegion>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<InstanceRegion>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\Instance Maps\Objects\InstanceRegion.cs(217,11): error CS1061: 'List<Item>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<Item>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\Instance Maps\Objects\InstanceRegion.cs(235,13): error CS1061: 'List<Mobile>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<Mobile>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\EquipmentSets\EquipmentSets.cs(125,30): error CS1929: 'PacketReader' does not contain a definition for 'ReadSerial' and the best extension method overload 'SerializeExtUtility.ReadSerial(GenericReader)' requires a receiver of type 'GenericReader' [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\Instance Maps\Objects\InstanceMap.cs(201,20): error CS1061: 'List<InstanceRegion>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<InstanceRegion>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\Instance Maps\Objects\InstanceMap.cs(485,11): error CS1061: 'List<Item>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<Item>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\Instance Maps\Objects\InstanceMap.cs(524,13): error CS1061: 'List<Mobile>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<Mobile>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\Instance Maps\Dungeons\Core\Dungeon_Actions.cs(101,10): error CS1061: 'List<PlayerMobile>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<PlayerMobile>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\Instance Maps\Dungeons\Core\Dungeon_Actions.cs(117,17): error CS1061: 'List<PlayerMobile>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<PlayerMobile>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\Instance Maps\Instances.cs(204,10): error CS1061: 'BinaryDirectoryDataStore<InstanceMapSerial, InstanceMap>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'BinaryDirectoryDataStore<InstanceMapSerial, InstanceMap>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\Instance Maps\Dungeons\Core\Dungeon_Loot.cs(677,16): error CS1061: 'List<PlayerMobile>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<PlayerMobile>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\Instance Maps\Dungeons\Core\Dungeon_Loot.cs(687,16): error CS1061: 'List<PlayerMobile>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<PlayerMobile>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\Instance Maps\Dungeons\Core\Dungeon_Regions.cs(40,10): error CS1061: 'List<DungeonZone>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<DungeonZone>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\Instance Maps\Dungeons\Core\Objects\DungeonLootEntry.cs(78,11): error CS1061: 'Dictionary<PlayerMobile, DungeonLootRoll?>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'Dictionary<PlayerMobile, DungeonLootRoll?>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\Instance Maps\Dungeons\Core\Options\Restrictions\Base.cs(78,11): error CS1061: 'Dictionary<TKey, bool>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'Dictionary<TKey, bool>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\Instance Maps\Dungeons\Core\Objects\DungeonZone.cs(451,19): error CS1061: 'List<DungeonZone>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<DungeonZone>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\SuperGumps\UI\Dialogs\Dialog.cs(193,26): error CS1729: 'Serial' does not contain a constructor that takes 1 arguments [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Extensions\Server\SerializeExt.cs(1748,15): error CS1729: 'Serial' does not contain a constructor that takes 1 arguments [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Services\Invasions\UI\SpawnEditUI.cs(64,19): error CS1061: 'List<SuperGump>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<SuperGump>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Services\Invasions\Items\InvasionPortal.cs(45,24): error CS1061: 'List<InvasionPortal>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<InvasionPortal>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Services\Invasions\Objects\Invasion.cs(112,14): error CS1061: 'List<LootEntry>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<LootEntry>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Services\Invasions\UI\RankEditUI.cs(59,19): error CS1061: 'List<SuperGump>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<SuperGump>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Services\Invasions\Objects\Invasion.cs(1370,14): error CS1061: 'List<BaseCreature>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<BaseCreature>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Services\Invasions\UI\LevelEditUI.cs(62,19): error CS1061: 'List<SuperGump>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<SuperGump>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Services\Invasions\UI\InvasionDetailsUI.cs(57,19): error CS1061: 'List<SuperGump>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<SuperGump>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Services\Invasions\UI\InvasionEditUI.cs(74,19): error CS1061: 'List<SuperGump>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<SuperGump>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\SuperGumps\Framework\Base\SuperGump_Tooltips.cs(101,14): error CS0120: An object reference is required for the non-static field, method, or property 'Entity.Serial' [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Mobiles\Normal\BaseCreature.cs(614,40): error CS1061: 'List<BaseCreature>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<BaseCreature>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Items\Donation Items\BagOfNewbs.cs(17,22): error CS0144: Cannot create an instance of the abstract type or interface 'SkillCodex' [C:\ServUO\Scripts\Scripts.csproj]
 
I'll get these differences accounted for and push an update soon!

"AddOrReplace" was renamed to "Update", that should allow most of those to be fixed for now.

The other add-ons will have to be updated individually; I'll release compatibility changes for those too.
 
The latest Core 5.3.0.1 fixes some of these issues, for the others, you'll need to download the updated services/modules.
 
Let me get those updated and report back for you then :)
C#:
C:\ServUO\Scripts\Misc\CharacterCreation.cs(84,33): error CS0144: Cannot create an instance of the abstract type or interface 'SkillCodex' [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\InstanceMaps\Dungeons\Core\Dungeon_Loot.cs(522,12): error CS1061: 'BaseWeapon' does not contain a definition for 'DamageLevel' and no accessible extension method 'DamageLevel' accepting a first argument of type 'BaseWeapon' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\InstanceMaps\Dungeons\Core\Dungeon_Loot.cs(522,27): error CS0246: The type or namespace name 'WeaponDamageLevel' could not be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\InstanceMaps\Dungeons\Core\Dungeon_Loot.cs(523,12): error CS1061: 'BaseWeapon' does not contain a definition for 'AccuracyLevel' and no accessible extension method 'AccuracyLevel' accepting a first argument of type 'BaseWeapon' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\InstanceMaps\Dungeons\Core\Dungeon_Loot.cs(523,29): error CS0246: The type or namespace name 'WeaponAccuracyLevel' could not be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\InstanceMaps\Dungeons\Core\Dungeon_Loot.cs(524,12): error CS1061: 'BaseWeapon' does not contain a definition for 'DurabilityLevel' and no accessible extension method 'DurabilityLevel' accepting a first argument of type 'BaseWeapon' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\InstanceMaps\Dungeons\Core\Dungeon_Loot.cs(530,11): error CS1061: 'BaseArmor' does not contain a definition for 'ProtectionLevel' and no accessible extension method 'ProtectionLevel' accepting a first argument of type 'BaseArmor' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Modules\InstanceMaps\Dungeons\Core\Dungeon_Loot.cs(531,11): error CS1061: 'BaseArmor' does not contain a definition for 'Durability' and no accessible extension method 'Durability' accepting a first argument of type 'BaseArmor' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Systems\Vite Core-5.2.0.0\Services\MySQL\MySQL.cs(123,16): error CS1061: 'List<MySQLConnection>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<MySQLConnection>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Mobiles\Normal\BaseCreature.cs(614,40): error CS1061: 'List<BaseCreature>' does not contain a definition for 'AddOrReplace' and no accessible extension method 'AddOrReplace' accepting a first argument of type 'List<BaseCreature>' could be found (are you missing a using directive or an assembly reference?) [C:\ServUO\Scripts\Scripts.csproj]
C:\ServUO\Scripts\Custom\Custom Items\Donation Items\BagOfNewbs.cs(17,22): error CS0144: Cannot create an instance of the abstract type or interface 'SkillCodex' [C:\ServUO\Scripts\Scripts.csproj]

I fixed all those errors, only thing I have left is the Skill Codex, not sure how to resolve that one.
C#:
PlaceItemIn( pack, 70, 90, new SkillCodex(7));
 
Last edited:
You can unmark the type as abstract, or create a new child type using SkillCodex as the base (that's the real intention)
 
You can unmark the type as abstract, or create a new child type using SkillCodex as the base (that's the real intention)
o_O say what now lol..

so change this?
C#:
public abstract class SkillCodex : Item
or create a new item, is that correct?

Got this on startup but seems to be working now.
C#:
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08BD (2237) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08C0 (2240) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08C1 (2241) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08C2 (2242) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08C3 (2243) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08C4 (2244) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08C5 (2245) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08C6 (2246) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08C7 (2247) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08C8 (2248) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08C9 (2249) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08CA (2250) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08CB (2251) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08CC (2252) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08CD (2253) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08CE (2254) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08CF (2255) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08D0 (2256) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08D1 (2257) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08D2 (2258) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08D3 (2259) W0 H0
[October 09 17:49:36.9]:  Warning: Invalid spell icon 0x08D4 (2260) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08D5 (2261) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08D6 (2262) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08D7 (2263) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08D8 (2264) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08D9 (2265) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08DA (2266) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08DB (2267) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08DC (2268) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08DD (2269) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08DE (2270) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08DF (2271) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08E0 (2272) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08E1 (2273) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08E2 (2274) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08E3 (2275) W0 H0
[October 09 17:49:37.0]:  Warning: Invalid spell icon 0x08E4 (2276) W0 H0
[October 09 17:49:37.1]:  Warning: Invalid spell icon 0x08E5 (2277) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08E6 (2278) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08E7 (2279) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08E8 (2280) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08E9 (2281) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08EA (2282) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08EB (2283) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08EC (2284) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08ED (2285) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08EE (2286) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08EF (2287) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08F0 (2288) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08F1 (2289) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08F2 (2290) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08F3 (2291) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08F4 (2292) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08F5 (2293) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08F6 (2294) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08F7 (2295) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08F8 (2296) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08F9 (2297) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08FA (2298) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08FB (2299) W0 H0
[October 09 17:49:37.2]:  Warning: Invalid spell icon 0x08FC (2300) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x08FD (2301) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x08FE (2302) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x08FF (2303) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x0900 (2304) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x0901 (2305) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x0945 (2373) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x0946 (2374) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x0947 (2375) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x0948 (2376) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x0949 (2377) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x094A (2378) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x1B58 (7000) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x1B59 (7001) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x1B5A (7002) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x1B5B (7003) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x1B5C (7004) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x1B5D (7005) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x1B5E (7006) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x1B5F (7007) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x1B60 (7008) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x1B61 (7009) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x1B62 (7010) W0 H0
[October 09 17:49:37.3]:  Warning: Invalid spell icon 0x1B63 (7011) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B64 (7012) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B65 (7013) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B66 (7014) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B67 (7015) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B68 (7016) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B69 (7017) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B6A (7018) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B6B (7019) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B6C (7020) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B6D (7021) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B6E (7022) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B6F (7023) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B70 (7024) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B71 (7025) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B72 (7026) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B73 (7027) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B74 (7028) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B75 (7029) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B76 (7030) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B77 (7031) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B78 (7032) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B79 (7033) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B7A (7034) W0 H0
[October 09 17:49:37.4]:  Warning: Invalid spell icon 0x1B7B (7035) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B7C (7036) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B7D (7037) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B7E (7038) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B7F (7039) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B80 (7040) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B81 (7041) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B82 (7042) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B83 (7043) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B84 (7044) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B85 (7045) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B86 (7046) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B87 (7047) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B88 (7048) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B89 (7049) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B8A (7050) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B8B (7051) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B8C (7052) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B8D (7053) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B8E (7054) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B8F (7055) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B90 (7056) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B91 (7057) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B92 (7058) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B93 (7059) W0 H0
[October 09 17:49:37.5]:  Warning: Invalid spell icon 0x1B94 (7060) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x1B95 (7061) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x1B96 (7062) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x1B97 (7063) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x1B98 (7064) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x5000 (20480) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x5001 (20481) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x5002 (20482) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x5003 (20483) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x5004 (20484) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x5005 (20485) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x5006 (20486) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x5007 (20487) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x5008 (20488) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x5009 (20489) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x500A (20490) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x500B (20491) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x500C (20492) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x500D (20493) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x500E (20494) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x500F (20495) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x5010 (20496) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x5100 (20736) W0 H0
[October 09 17:49:37.6]:  Warning: Invalid spell icon 0x5101 (20737) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5102 (20738) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5103 (20739) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5104 (20740) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5105 (20741) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5106 (20742) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5107 (20743) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5108 (20744) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5109 (20745) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5200 (20992) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5201 (20993) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5202 (20994) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5203 (20995) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5204 (20996) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5205 (20997) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5206 (20998) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5207 (20999) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5208 (21000) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x5209 (21001) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x520A (21002) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x520B (21003) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x520C (21004) W0 H0
[October 09 17:49:37.7]:  Warning: Invalid spell icon 0x520D (21005) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x520E (21006) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x520F (21007) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x5210 (21008) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x5211 (21009) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x5212 (21010) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x5213 (21011) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x5214 (21012) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x5215 (21013) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x5216 (21014) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x5217 (21015) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x5218 (21016) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x5219 (21017) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x521A (21018) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x521B (21019) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x521C (21020) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x521D (21021) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x521E (21022) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x5300 (21248) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x5301 (21249) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x5302 (21250) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x5303 (21251) W0 H0
[October 09 17:49:37.8]:  Warning: Invalid spell icon 0x5304 (21252) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5305 (21253) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5306 (21254) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5307 (21255) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5308 (21256) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5309 (21257) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5320 (21280) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5321 (21281) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5322 (21282) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5323 (21283) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5324 (21284) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5325 (21285) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5326 (21286) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5327 (21287) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5400 (21504) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5401 (21505) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5402 (21506) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5403 (21507) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5404 (21508) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5405 (21509) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5406 (21510) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5420 (21536) W0 H0
[October 09 17:49:37.9]:  Warning: Invalid spell icon 0x5421 (21537) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x5422 (21538) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x5423 (21539) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x5424 (21540) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x5425 (21541) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x5426 (21542) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x5480 (21632) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x5481 (21633) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x5482 (21634) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x5483 (21635) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x5484 (21636) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x5485 (21637) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x5486 (21638) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x5487 (21639) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x5488 (21640) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x5489 (21641) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x548A (21642) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x59D8 (23000) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x59D9 (23001) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x59DA (23002) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x59DB (23003) W0 H0
[October 09 17:49:38.0]:  Warning: Invalid spell icon 0x59DC (23004) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x59DD (23005) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x59DE (23006) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x59DF (23007) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x59E0 (23008) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x59E1 (23009) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x59E2 (23010) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x59E3 (23011) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x59E4 (23012) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x59E5 (23013) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x59E6 (23014) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x59E7 (23015) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x5DC0 (24000) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x5DC1 (24001) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x5DC2 (24002) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x5DC3 (24003) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x5DC4 (24004) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x5DC5 (24005) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x5DC6 (24006) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x5DC7 (24007) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x5DC8 (24008) W0 H0
[October 09 17:49:38.1]:  Warning: Invalid spell icon 0x5DC9 (24009) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DCA (24010) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DCB (24011) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DCC (24012) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DCD (24013) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DCE (24014) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DCF (24015) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DD0 (24016) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DD1 (24017) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DD2 (24018) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DD3 (24019) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DD4 (24020) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DD5 (24021) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DD6 (24022) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DD7 (24023) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DD8 (24024) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DD9 (24025) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DDA (24026) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DDB (24027) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DDC (24028) W0 H0
[October 09 17:49:38.2]:  Warning: Invalid spell icon 0x5DDD (24029) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x5DDE (24030) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x7597 (30103) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x759A (30106) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x759D (30109) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x75A2 (30114) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B8B (39819) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B8C (39820) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B8D (39821) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B8E (39822) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B8F (39823) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B90 (39824) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B91 (39825) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B92 (39826) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B93 (39827) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B94 (39828) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B95 (39829) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B96 (39830) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B97 (39831) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B98 (39832) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B99 (39833) W0 H0
[October 09 17:49:38.3]:  Warning: Invalid spell icon 0x9B9A (39834) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9B9B (39835) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9B9C (39836) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9B9D (39837) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9B9E (39838) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9B9F (39839) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BA0 (39840) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BA1 (39841) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BA2 (39842) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BA3 (39843) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BA4 (39844) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BA5 (39845) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BA6 (39846) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BA7 (39847) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BA8 (39848) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BA9 (39849) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BAA (39850) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BAB (39851) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BAC (39852) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BAD (39853) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BAE (39854) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BAF (39855) W0 H0
[October 09 17:49:38.4]:  Warning: Invalid spell icon 0x9BB0 (39856) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x9BB1 (39857) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x9BB2 (39858) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x9BB3 (39859) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x9BB4 (39860) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x2080 (8320) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x2081 (8321) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x2082 (8322) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x2083 (8323) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x2084 (8324) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x2085 (8325) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x2086 (8326) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x2087 (8327) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x2088 (8328) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x2089 (8329) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x208A (8330) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x208B (8331) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x208C (8332) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x208D (8333) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x208E (8334) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x208F (8335) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x2090 (8336) W0 H0
[October 09 17:49:38.5]:  Warning: Invalid spell icon 0x2091 (8337) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x2092 (8338) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x2093 (8339) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x2094 (8340) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x2095 (8341) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x2096 (8342) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x2097 (8343) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x2098 (8344) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x2099 (8345) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x209A (8346) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x209B (8347) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x209C (8348) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x209D (8349) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x209E (8350) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x209F (8351) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x20A0 (8352) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x20A1 (8353) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x20A2 (8354) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x20A3 (8355) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x20A4 (8356) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x20A5 (8357) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x20A6 (8358) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x20A7 (8359) W0 H0
[October 09 17:49:38.6]:  Warning: Invalid spell icon 0x20A8 (8360) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20A9 (8361) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20AA (8362) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20AB (8363) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20AC (8364) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20AD (8365) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20AE (8366) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20AF (8367) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20B0 (8368) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20B1 (8369) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20B2 (8370) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20B3 (8371) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20B4 (8372) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20B5 (8373) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20B6 (8374) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20B7 (8375) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20B8 (8376) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20B9 (8377) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20BA (8378) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20BB (8379) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20BC (8380) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20BD (8381) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20BE (8382) W0 H0
[October 09 17:49:38.7]:  Warning: Invalid spell icon 0x20BF (8383) W0 H0
 
Last edited:
The invalid spell icon warnings are normal and can be ignored; they depend on the client version you're using.

 
One last bug for you, the Throwable Training Dagger lets you gain past total skill cap.

And these are new, does this just mean I have duplicate items?
C#:
[VitaNexCore]: [October 09 21:04:43.1]:  Warning: Conflicting Type ID: 1533245916
Server.Engines.Plants.GardenBedPlantItem <> Server.Engines.Plants.RaisedGardenPlantItem
[VitaNexCore]: [October 09 21:04:43.1]:  Warning: Conflicting Alias ID: 642365160
Server.Mobiles.ScourgeWolf <> Server.Mobiles.ScourgeWolf
[VitaNexCore]: [October 09 21:04:43.1]:  Warning: Conflicting Alias ID: -1105022945
Server.Mobiles.RevenantCat <> Server.Mobiles.RevenantCat
[VitaNexCore]: [October 09 21:04:43.1]:  Warning: Conflicting Alias ID: -1128262918
Server.Mobiles.RevenantWolf <> Server.Mobiles.RevenantWolf
[VitaNexCore]: [October 09 21:04:43.2]:  Warning: Conflicting Alias ID: 994603954
Server.Mobiles.RabidPolarBear1 <> Server.Mobiles.PolarBear
[VitaNexCore]: [October 09 21:04:43.2]:  Warning: Conflicting Alias ID: 1953999811
Server.Mobiles.Tiger <> Server.Mobiles.WildTiger
[VitaNexCore]: [October 09 21:04:43.2]:  Warning: Conflicting Alias ID: -977998165
Server.Mobiles.Bowyer2 <> Server.Mobiles.Bowyer
[VitaNexCore]: [October 09 21:04:43.3]:  Warning: Conflicting Alias ID: 921292325
Server.Items.MedusasFloortileAddon <> Server.Items.MedusaFloorTileAddon
[VitaNexCore]: [October 09 21:04:43.3]:  Warning: Conflicting Alias ID: 1934803461
Server.Items.MedusasFloortileAddonDeed <> Server.Items.MedusaFloorTileAddonDeed
 
Last edited:
One last bug for you, the Throwable Training Dagger lets you gain past total skill cap.
Can you submit an issue in the Vita-Nex: Core repo on github please?

And these are new, does this just mean I have duplicate items?
C#:
[VitaNexCore]: [October 09 21:04:43.1]:  Warning: Conflicting Type ID: 1533245916
Server.Engines.Plants.GardenBedPlantItem <> Server.Engines.Plants.RaisedGardenPlantItem
[VitaNexCore]: [October 09 21:04:43.1]:  Warning: Conflicting Alias ID: 642365160
Server.Mobiles.ScourgeWolf <> Server.Mobiles.ScourgeWolf
[VitaNexCore]: [October 09 21:04:43.1]:  Warning: Conflicting Alias ID: -1105022945
Server.Mobiles.RevenantCat <> Server.Mobiles.RevenantCat
[VitaNexCore]: [October 09 21:04:43.1]:  Warning: Conflicting Alias ID: -1128262918
Server.Mobiles.RevenantWolf <> Server.Mobiles.RevenantWolf
[VitaNexCore]: [October 09 21:04:43.2]:  Warning: Conflicting Alias ID: 994603954
Server.Mobiles.RabidPolarBear1 <> Server.Mobiles.PolarBear
[VitaNexCore]: [October 09 21:04:43.2]:  Warning: Conflicting Alias ID: 1953999811
Server.Mobiles.Tiger <> Server.Mobiles.WildTiger
[VitaNexCore]: [October 09 21:04:43.2]:  Warning: Conflicting Alias ID: -977998165
Server.Mobiles.Bowyer2 <> Server.Mobiles.Bowyer
[VitaNexCore]: [October 09 21:04:43.3]:  Warning: Conflicting Alias ID: 921292325
Server.Items.MedusasFloortileAddon <> Server.Items.MedusaFloorTileAddon
[VitaNexCore]: [October 09 21:04:43.3]:  Warning: Conflicting Alias ID: 1934803461
Server.Items.MedusasFloortileAddonDeed <> Server.Items.MedusaFloorTileAddonDeed

While this isn't anything to do with Vita-Nex itself, it is part of a diagnosis output that warns you about conflicting types, including types decorated with a [TypeAlias] attribute that has become redundant or is used on more than one type.
You can ignore the warnings, but it is best to remove the conflicts for consistency.

For example;
Code:
Server.Mobiles.Bowyer2 <> Server.Mobiles.Bowyer
Bowyer2 probably has a duplicate [TypAlias("Server.Mobiles.Bower")] attribute, which exists one the stock ServUO Bowyer to compensate for an old type rename change.

The TypeAlias attribute is used for a specific purpose: renaming or merging types during deserialization.
If any part of a types' fully qualified namespace changes, then serialization will not be able to load that type from your world saves, because the hash will no longer match what was stored in the type database (*.tdb) - the TypeAlias attribute lets you give a hint to serialization in the way that it will match the old type to the new type, so you can load the world without having to wipe all objects of that type.
Usually, the TypeAlias attribute can be removed after performing a successful world load and save cycle.
 
@Voxpire One final bug I found in the upgrade, gumps are no longer in line, I tested by downgrading back to 5.2 and gumps show neat and pretty but as soon as I go to 5.3 the text is misaligned and some of the images in your super gumps as well. Let me know what you'd like me to try to resolve the issue. Thanks.
 
Get rid of Ultima.dll if it exists; that includes the reference to it in Data/Assemblies.cfg
 
If I load without it I get a file IO error and it won't load, when I compile the Ultima.dll it creates is rather old... nothing about the DLL in the loading.. I have these but I assume they're normal:
C#:
[VitaNexCore]: [October 22 18:23:22.3]:  [UOFont]: Preloaded (Unicode, 0, 65536)
[VitaNexCore]: [October 22 18:23:22.4]:  [UOFont]: Preloaded (Unicode, 1, 65536)
[VitaNexCore]: [October 22 18:23:56.2]:
[VitaNexCore]: [October 22 18:23:56.2]:  Load action started...
[VitaNexCore]: [October 22 18:23:56.2]:  Loading Services...
[VitaNexCore]: [October 22 18:23:56.3]:  Loading Modules...
[VitaNexCore]: [October 22 18:23:56.4]:  Load action completed in 0.25 seconds
[VitaNexCore]: [October 22 18:23:56.4]:
[VitaNexCore]: [October 22 18:23:56.4]:  Invoke action started...
[VitaNexCore]: [October 22 18:23:56.4]:  Invoking Services...
[VitaNexCore]: [October 22 18:23:56.4]:  Invoking Modules...
[VitaNexCore]: [October 22 18:23:56.4]:  Packet.m_CompressorBuffers Buffers: 65,536 -> 1,048,576
[VitaNexCore]: [October 22 18:23:56.5]:  DisplayGumpPacked.m_PackBuffers Buffers: 65,536 -> 1,048,576
[VitaNexCore]: [October 22 18:23:56.5]:  Invoke action completed in 0.06 seconds

Keep in mind I'm still using Pub 57 as well.
 
Last edited:
Hmm, well the issues you're experiencing are due to the gump files not being loaded, or able to be read for some reason.

The Vita-Nex Ultima.dll bootstrapper should spit out warnings when you try to load a gump that gives the issues.

Another option is to remove the Ultima project entirely and upgrade to the Assets API that P58 uses - you should be able to drag/drop the ArtData, HueData, and GumpData cs files which are the minimum necessary for the bootstrapper to work natively.
 
I see no warnings when using gumps, just things that are off like it use to be before I added the gump/art files into the data folder.

As for upgrading I will take a look but I'm no expert at coding so might break something haha..
 
I might need you to show me how to do that @Voxpire I rolled back but now I can't even reconfigure the modules and all my stuff I had configured is nulled out and unchangeable haha.. at least if you can show me how then you can add additional instructions to those using an older pub who want to use your new system too :)
 
If there are no warnings, then it should be working, at least on the gump file read level.

The only other explanation I can think of for the failure to properly position the gumps, is if the gump image it wants to measure simply don't exist in the files.

Can you provide a screenshot?
 
Here are a few, these look normal if I go back to 5.2 but I've lost the ability to rollback haha.. You can see they're off center and overlap on the gump icons and text. I would have no idea why it's doing this on 5.3.

1666741153070.png1666741161731.png
 
Can you replace these files and try again?
 

Attachments

  • ArtExt.cs
    10 KB · Views: 5
  • Bootstrap.cs
    2.8 KB · Views: 7
  • GumpsExt.cs
    2.1 KB · Views: 6
Back