Xzoviac
Xzoviac
 Icerain image needs to change to a book  Tornado spell image is invisible and the spell objects are being attacked by guards maybe summon dead should have...
 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
 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) {...