Thanks, love it!
Thanks, love it!
Last edited by intellilogic; 06-19-2019 at 04:39 AM.
Hello, how can i make that the cursor is only shown when u play with certain classes ??
Hud.Game.Me.HeroClassDefinition.HeroClass != HeroClass.Necromancer
Hud.Game.Me.HeroClassDefinition.HeroClass != HeroClass.Barbarian
you have to insert in line 43 (below the line " if (!ShowInTown && Hud.Game.IsInTown) return;" :
will show up with any class except nec or barbCode:if (Hud.Game.Me.HeroClassDefinition.HeroClass == HeroClass.Necromancer || Hud.Game.Me.HeroClassDefinition.HeroClass == HeroClass.Barbarian) return;
!= (not equal)
== (equal)
Last edited by RNN; 06-25-2025 at 07:17 AM.
Is there a way to show gems like emeralds and rubies on the minimap?