XenoBot Forums - Powered by vBulletin

User Tag List

Page 4 of 4 FirstFirst ... 234
Results 31 to 32 of 32

Thread: Check kill?

  1. #31
    Odemis's Avatar
    Join Date
    Oct 2013
    Posts
    239
    Mentioned
    42 Post(s)
    Tagged
    0 Thread(s)
    Well still not success on leave after Boss kill. But about to test a module I found on another post, which should gotoLabel(Leavehunt), but also sound an alarm after each kill =]
    Trial and error number: who knows

    Lua Code:
    Code:
    --    Leave after Boss --
     
    Module.New("Fire Alarm", function(mod)
        if Self.isBurning() then
            gotoLabel(Leavehunt)
            mod:Delay(6000)
        end
    end)


    Thanks to @krille09 & @Kezzar I may have found a solution..

  2. #32
    Odemis's Avatar
    Join Date
    Oct 2013
    Posts
    239
    Mentioned
    42 Post(s)
    Tagged
    0 Thread(s)
    Another fail.

    Will keep everyone updated, I'll just post the working script when I fix it.

Posting Permissions

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