View Full Version : Invisible creature, stuck.
yompa93
04-04-2016, 06:56 AM
Would this module work against being stuck on say, invisible stalkers?
runes = "Great fireball rune"
Module.New('InvisibleStuck', function()
if Walker.IsStuck() and not Creature:IsVisible() then
Self.UseItemWithMyPosition("runes")
end
end)
Sheradial
04-04-2016, 07:10 AM
There is a way to do it directly with the inbuilt targeting and magic shooter. Just select if Stuck and choose a GFB.
yompa93
04-04-2016, 08:02 AM
There is a way to do it directly with the inbuilt targeting and magic shooter. Just select if Stuck and choose a GFB.
I did, but it keeps trying to go in to the stalker without attacking.
I've got the magic shooter setup to use gfb if stuck.
This was happening while there was other monsters around aswell.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.