XenoBot Forums - Powered by vBulletin

User Tag List

Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 46

Thread: Nina's project

  1. #21
    dolozt's Avatar
    Join Date
    Jun 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wohoo!! Level 8!
    Now searching a suitable vocation !!

  2. #22
    Banned
    Join Date
    Dec 2013
    Posts
    1,092
    Mentioned
    113 Post(s)
    Tagged
    0 Thread(s)
    lolwtf
    best troll yet

  3. #23
    Senior Member Perfections's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    1,059
    Mentioned
    89 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by dolozt View Post
    This damn screenshot taker fools me :/
    Got 2 levels without screenshot ! Dammnnnn
    Do you minimize the Tibia Client?
    Do you have Aero mode on?

    //the ass which now tried to help you.



  4. #24
    Senior Member Perfections's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    1,059
    Mentioned
    89 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by dolozt View Post
    Wohoo!! Level 8!
    Now searching a suitable vocation !!
    Choose Druid, women and Druids are quite alike, both are made to serve others



  5. #25
    Banned
    Join Date
    Dec 2013
    Posts
    1,092
    Mentioned
    113 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Perfections View Post
    Choose Druid, women and Druids are quite alike, both are made to serve others

  6. #26
    Senior Member Xeromex's Avatar
    Join Date
    Aug 2012
    Location
    Netherlands
    Posts
    2,201
    Mentioned
    117 Post(s)
    Tagged
    0 Thread(s)
    BURN.

  7. #27
    CGN's Avatar
    Join Date
    Jun 2013
    Location
    The Netherlands
    Posts
    260
    Mentioned
    18 Post(s)
    Tagged
    0 Thread(s)
    inbox ur skype bby

    ontopic; goodluck

  8. #28
    Rickrick4's Avatar
    Join Date
    Jun 2014
    Location
    the Netherlands
    Posts
    168
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    haha, starts to look like some ass army is gathering here.

  9. #29
    Senior Member sausting's Avatar
    Join Date
    Aug 2012
    Location
    Ontario, Canada
    Posts
    1,018
    Mentioned
    39 Post(s)
    Tagged
    0 Thread(s)
    the last thread made gathered no responses and 1/5 the views at the time of posting
    http://forums.xenobot.net/showthread...Lvl-64-paladin

  10. #30

    Join Date
    Apr 2014
    Location
    mexico
    Posts
    71
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    i use this SS taker

    Code:
    ---------------------------------------------------------------
    ------------------------  SETTINGS  ---------------------------
    ---------------------------------------------------------------
        LevelUp     = true -- Will take a screenshot when leveling up
        Death       = true -- Will take a screenshot upon death
        Stamina     = false -- Will take a screenshot if below 14:00 stamina
    ---------------------------------------------------------------
    -------------  DO NOT CHANGE ANYTHING BELOW  ------------------
    ---------------------------------------------------------------
    Level = Self.Level()
    Name = Self.Name()
    while true do
        if Name ~= Self.Name() then
            Level = Self.Level()
            Name = Self.Name()
        end
        if (LevelUp) then
            if Self.Level() > Level then
                wait(200)
                screenshot(Self.Name() ..  "_level_" .. Self.Level())
                wait(1000)
                Level = Self.Level()
            end
        end
        if (Death) then
            if Self.Health() == 0 then
                screenshot(Self.Name() .. "_death_" .. os.date("%H.%M"))
                wait(1000)
                Death = false
            end
        end
        if (Stamina) then
            if Self.Stamina() < 840 then
                screenshot(Self.Name() .. "_LowStamina_" .. os.date("%H.%M"))
                wait(1000)
                Stamina = false
            end
        end
        wait(5000)
    end

Posting Permissions

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