Xzoviac

Results 7 comments of Xzoviac

![icerain potion](https://github.com/Suprcode/mir3-zircon/assets/68870883/4af41de2-7bc7-4739-bba3-be9bc2960100) Icerain image needs to change to a book ![tornado](https://github.com/Suprcode/mir3-zircon/assets/68870883/fd265a40-e046-4710-b831-9f8167e90f7e) Tornado spell image is invisible and the spell objects are being attacked by guards maybe summon dead should have...

![image (1)](https://github.com/Suprcode/mir3-zircon/assets/68870883/0d750b89-256e-4f33-a341-3bb7d5e8d4ee) when harvesting mobs , the potion in slot 1 starts disappearing harvesting a mob again will make it reappear, but it will persistently flash after the first time

![image](https://github.com/Suprcode/mir3-zircon/assets/68870883/f559bed5-9df9-4b11-946f-7eb676b26d6b) a leaf in slot 1 also disappears , so its not a bug caused by the potion being "used"

found the bug PRESS W after putting an item in slot 1 causes the bug

This bug is still happening i alt tabed and it happend again this session

private void FadeOutChatHistory() { if (!Panel.FadeOutCheckBox.Checked && chatFade == 1F) return; // Ensure the chat is visible and active if (!GameScene.Game.ChatTextBox.Visible || GameScene.Game.ChatTextBox.TextBox != DXTextBox.ActiveTextBox) return; if (HideChat && nextFadeCheck...

`public void TransparencyChanged() { if (Panel.TransparentCheckBox.Checked) { ScrollBar.Visible = false; DrawTexture = false; DrawOtherBorder = false; AllowResize = false; if (CurrentTabControl.SelectedTab == this) { foreach (DXButton button in CurrentTabControl.TabButtons) {...