Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetPoisonLevel Crash #149

Closed
kamronbatman opened this issue May 27, 2020 · 0 comments · Fixed by #150
Closed

GetPoisonLevel Crash #149

kamronbatman opened this issue May 27, 2020 · 0 comments · Fixed by #150

Comments

@kamronbatman
Copy link
Contributor

Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
   at Server.Items.BaseInstrument.GetPoisonLevel(BaseCreature bc) in C:\Users\Tony\Desktop\ModernUO-master\Projects\UOContent\Items\Skill Items\Musical Instruments\BaseInstrument.cs:line 240
   at Server.Items.BaseInstrument.GetBaseDifficulty(Mobile targ) in C:\Users\Tony\Desktop\ModernUO-master\Projects\UOContent\Items\Skill Items\Musical Instruments\BaseInstrument.cs:line 270
   at Server.Items.BaseInstrument.GetDifficultyFor(Mobile targ) in C:\Users\Tony\Desktop\ModernUO-master\Projects\UOContent\Items\Skill Items\Musical Instruments\BaseInstrument.cs:line 285
   at Server.SkillHandlers.Peacemaking.InternalTarget.OnTarget(Mobile from, Object targeted) in C:\Users\Tony\Desktop\ModernUO-master\Projects\UOContent\Skills\Peacemaking.cs:line 159
   at Server.Targeting.Target.Invoke(Mobile from, Object targeted) in C:\Users\Tony\Desktop\ModernUO-master\Projects\Server\Targeting\Target.cs:line 204
   at Server.Network.PacketHandlers.TargetResponse(NetState state, PacketReader pvSrc) in C:\Users\Tony\Desktop\ModernUO-master\Projects\Server\Network\PacketHandlers.cs:line 1097
   at Server.Network.MessagePumpService.DoWork() in C:\Users\Tony\Desktop\ModernUO-master\Projects\Server\Network\MessagePumpService.cs:line 51
   at Server.Core.RunEventLoop(IMessagePumpService messagePumpService) in C:\Users\Tony\Desktop\ModernUO-master\Projects\Server\Main.cs:line 421
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant