Skip to content

Improve BaseVendor OnSpeech handling #124

Improve BaseVendor OnSpeech handling

Improve BaseVendor OnSpeech handling #124

Triggered via push November 6, 2024 10:01
Status Success
Total duration 53s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Scripts/Nelderim/Complete Spell System/-=+ 03 Systems/Ancient/Spells/CloneSpell.cs#L11
The using directive for 'Server.Items' appeared previously in this namespace
build: Scripts/Nelderim/Complete Spell System/-=+ 03 Systems/Avatar/Spells/CurseRemovalSpell.cs#L11
The using directive for 'System.Collections' appeared previously in this namespace
build: Scripts/Nelderim/Complete Spell System/-=+ 03 Systems/Undead/Spells/HollowReedSpell.cs#L5
The using directive for 'System' appeared previously in this namespace
build: Scripts/Nelderim/Items/Artifacts/ArtLootBox.cs#L25
'ArtLootBox.LootType' hides inherited member 'Item.LootType'. Use the new keyword if hiding was intended.
build: Scripts/Nelderim/Items/Power Scrolls/PowerScrollLootBox.cs#L21
'PowerScrollLootBox.LootType' hides inherited member 'Item.LootType'. Use the new keyword if hiding was intended.
build: Scripts/Nelderim/Engines/Towns/TownVariables.cs#L101
'TownResource.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
build: Scripts/Mobiles/Monsters/Ants/BlackSolenQueen.cs#L11
'BlackSolenQueen.SolenAcidDmg' hides inherited member 'BaseCreature.SolenAcidDmg'. Use the new keyword if hiding was intended.
build: Scripts/Mobiles/Vendors/NPC/Hunter.cs#L9
'Hunter.CanTeach' hides inherited member 'BaseVendor.CanTeach'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Scripts/Nelderim/Engines/XMLSpawner/XmlSpawner2.cs#L11382
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Scripts/Engines/Craft/Core/CraftCol.cs#L66
'CraftCol<T>.Add(T)' hides inherited member 'List<T>.Add(T)'. Use the new keyword if hiding was intended.