Would this module work against being stuck on say, invisible stalkers?
Code:runes = "Great fireball rune" Module.New('InvisibleStuck', function() if Walker.IsStuck() and not Creature:IsVisible() then Self.UseItemWithMyPosition("runes") end end)
Would this module work against being stuck on say, invisible stalkers?
Code:runes = "Great fireball rune" Module.New('InvisibleStuck', function() if Walker.IsStuck() and not Creature:IsVisible() then Self.UseItemWithMyPosition("runes") end end)
Last edited by yompa93; 04-04-2016 at 07:00 AM.