XenoBot Forums - Powered by vBulletin

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: My Suggestion

  1. #1
    grave18's Avatar
    Join Date
    Mar 2014
    Posts
    74
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)

    My Suggestion

    Hi.
    I prefer add features to the shooter to use a scum bag if stuck on Spectrum Scum.
    Thanks.

  2. #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

  3. #3
    grave18's Avatar
    Join Date
    Mar 2014
    Posts
    74
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Hah thanks man ;D

  4. #4
    Administrator
    Join Date
    Dec 2010
    Posts
    2,565
    Mentioned
    228 Post(s)
    Tagged
    1 Thread(s)
    Problem with line 2.

  5. #5
    Senior Member maroxy's Avatar
    Join Date
    Apr 2014
    Location
    EUW
    Posts
    897
    Mentioned
    137 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Spectrus View Post
    Problem with line 2.
    What problem? D:


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

  6. #6
    grave18's Avatar
    Join Date
    Mar 2014
    Posts
    74
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    My character got stuck and did not work; /
    My character is often used scumbag even if they did not stop.
    Could you do that all the spectrum scum removed ?
    Thx.

  7. #7
    King Furpan Furpan's Avatar
    Join Date
    Jul 2012
    Location
    Thais
    Posts
    984
    Mentioned
    267 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by maroxy View Post
    What problem? D:
    if Walker.IsStuck then
    >
    if Walker.IsStuck() then

    PROPER TABZ PLX;
    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 Furpan; 08-25-2014 at 12:01 AM.

  8. #8
    Administrator
    Join Date
    Dec 2010
    Posts
    2,565
    Mentioned
    228 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by Furpan View Post
    if Walker.IsStuck then
    >
    if Walker.IsStuck() then
    this one

  9. #9
    Senior Member maroxy's Avatar
    Join Date
    Apr 2014
    Location
    EUW
    Posts
    897
    Mentioned
    137 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Furpan View Post
    if Walker.IsStuck then
    >
    if Walker.IsStuck() then

    PROPER TABZ PLX;
    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)
    Quote Originally Posted by Spectrus View Post
    this one
    Okey, Thanks


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

  10. #10
    grave18's Avatar
    Join Date
    Mar 2014
    Posts
    74
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Unfortunately, I did not work properly ;(
    Maroxy can you do to use a scum bag for all spectrum scum ?? It may work ;/
    Thanks

Posting Permissions

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