XenoBot Forums - Powered by vBulletin

User Tag List

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

Thread: Ninde's Life Thread

  1. #1

    Join Date
    Jun 2014
    Posts
    20
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Ninde's Life Thread







    Royal Paladin


    (eq update each Monday)






    Scripts Used
    Paladin 1-X




    Last edited by Ninde; 06-30-2014 at 10:28 AM.

  2. #2

    Join Date
    Jun 2014
    Posts
    20
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Thanks to
    Last edited by Ninde; 06-30-2014 at 10:32 AM.

  3. #3

    Join Date
    Jun 2014
    Posts
    20
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Last

  4. #4

    Join Date
    Jun 2014
    Posts
    20
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

  5. #5

    Join Date
    Jun 2014
    Posts
    20
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    [Awesome] P - Thais North Trolls by @Awesome
    Idk why, but SS script gave me black screen :/ Any suggestions why?

  6. #6
    Banned
    Join Date
    Feb 2014
    Posts
    688
    Mentioned
    61 Post(s)
    Tagged
    0 Thread(s)
    Was your Tibia client minimized? Btw, good luck mate!

  7. #7

    Join Date
    Jun 2014
    Posts
    20
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Htek View Post
    Was your Tibia client minimized? Btw, good luck mate!
    It was not.
    Maybe paste here or send me PM with script which You use?
    Btw thank You!
    Last edited by Ninde; 06-29-2014 at 08:04 PM.

  8. #8

    Join Date
    Jun 2014
    Posts
    20
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    [Awesome] P - Thais North Trolls by @Awesome

    And again lol. Must find new one.




  9. #9
    Banned
    Join Date
    Feb 2014
    Posts
    688
    Mentioned
    61 Post(s)
    Tagged
    0 Thread(s)
    -- //////////////////////////////////
    -- // ___ _ //
    -- // / _ \ (_) //
    -- // / /_\ \_ ____ _ _ __ _ //
    -- // | _ \ \ / / _` | '_ \| | //
    -- // | | | |\ V / (_| | | | | | //
    -- // \_| |_/ \_/ \__,_|_| |_|_| //
    -- // //
    -- //////////////////////////////////

    ---------------------------------------------------------------
    ------------------------ SETTINGS ---------------------------
    ---------------------------------------------------------------

    LevelUp = true -- Will take screenshot when leveling up
    Death = true -- Will take screenshot upon death
    Stamina = true -- Will take screenshot if below 14:00 stamina

    ---------------------------------------------------------------
    ------------- DO NOT CHANGE ANYTHING BELOW ------------------
    ---------------------------------------------------------------
    level = Self.Level()


    while true do
    if (LevelUp) then
    if Self.Level() > level then
    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

    if (Death) then
    if Self.Health() <= 100 then
    screenshot(Self.Name() .. "_death_" .. os.date("%H.%M"))
    wait(1000)
    Death = false
    end
    end

    wait(5000)
    end

  10. #10

    Join Date
    Jun 2014
    Posts
    20
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    I'm done. Black screen third time. With Your script Htek. This morning all was ok ;c

Posting Permissions

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