XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 10 of 16

Thread: My Suggestion

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Senior Member maroxy's Avatar
    Join Date
    Apr 2014
    Location
    EUW
    Posts
    897
    Mentioned
    137 Post(s)
    Tagged
    0 Thread(s)
    @grave18

    Why features if you can script? D:

    lua code:
    Module.New("Scumbagnestor", function(module)
    if Walker.IsStuck() then
    if (Creature("Spectral Scum"):isOnScreen()) then
    setBotEnabled(false)
    if not(Creature("Spectral Scum"):isFollowed()) then
    Creature("Spectral Scum"):Follow()
    end
    if (Self.ItemCount(12237) > 0) then
    Self.UseItemWithFollow(12237)
    wait(900,1200)
    end
    setBotEnabled(true)
    end
    end
    module:Delay(1000)
    end)
    Last edited by maroxy; 08-25-2014 at 09:01 AM.


    Remember that the official XenoBot page is www.xenobot.net not xeno-bot.net or similar

Posting Permissions

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