XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 3 of 3

Thread: Invisible creature, stuck.

  1. #1

    Join Date
    Nov 2014
    Location
    Sundsvall, Sweden
    Posts
    174
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)

    Invisible creature, stuck.

    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.

  2. #2
    Lifetime Subscriber Sheradial's Avatar
    Join Date
    Apr 2015
    Posts
    165
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    There is a way to do it directly with the inbuilt targeting and magic shooter. Just select if Stuck and choose a GFB.


  3. #3

    Join Date
    Nov 2014
    Location
    Sundsvall, Sweden
    Posts
    174
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Sheradial View Post
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •