XenoBot Forums - Powered by vBulletin

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: my first attempt at a life thread

  1. #1

    Join Date
    Apr 2015
    Location
    australia
    Posts
    147
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    my first attempt at a life thread

    hi my names tom and i thought i would try and make a life thread for some fun and this is the result hope you enjoy



    goals for ek
    ornate armor
    ornate legs
    lvl 250 lvl 300 well till it gets deleted or i quit
    make 10k/hr profit
    100 sword
    ml 12
    barb outfit

    goals for rp
    mma depth lorica
    yalahri legs
    umbral bow
    elite draken helmet
    ml 25 ml 30
    lvl 250 lvl 300
    distance 200 with sharp shooter


    goals for ed
    umbarl master spell book
    lvl 200
    100 task points
    demon task
    demon oak completed
    ml 80 ml 90 ml 95
    undead cavebear mount




















  2. #2

    Join Date
    May 2013
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    10k/hr on 250knight XD?

    dats for lvl 25s mate.

  3. #3

    Join Date
    Apr 2015
    Location
    australia
    Posts
    147
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    i pg not go for profit

  4. #4

    Join Date
    Apr 2015
    Location
    australia
    Posts
    147
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    can someone link me a screen capture that will work with me using multiple clients and afk
    pls and ty

  5. #5
    Senior Member Shadow Wolf's Avatar
    Join Date
    Jan 2012
    Location
    ⊰ New Zealand ⊱
    Posts
    657
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Tripper69 View Post
    can someone link me a screen capture that will work with me using multiple clients and afk
    pls and ty
    Not sure if this is exactly what you are after, but it works for me.

    PHP Code:
    --[[
        
    This is a XenoBot example scriptintended to
        teach 
    new users about the scripting API and 
        
    act as script that is usable in actual play.
         
        
    levelupScreenshot.lua takes a screenshot upon level up
     
        
    ** DO NOT EDIT THIS FILEINSTEADCOPY IT TO
        
    "Documents\XenoBot\Scripts" AND EDIT THE COPY. **
    ]]--
     
     
    --
    this continuously loopsexecuting the code inside over and over again
    while (true) do
        
    local name Self.Name() --stores our name at the start
        local level 
    Self.Level() --stores our level at the start
         
        
    --this loops until our name changes (meaning we switched characters)
        while (
    name == Self.Name()) do
            --
    this checks if our level has increased, and screenshots if so
            
    if (Self.Level() > levelthen
                level 
    Self.Level() --updates the stored level
                screenshot
    (name .. " level " .. level) --filename is "{name} level {level}
            end
             
            --this causes the loop to wait between 1 and 2 seconds before retrying
            wait(1500, 2500)
        end
    end 
    It saves the screenshots to your Xenobot Screenshots folder.

    Are you playing PvP or Non-PvP servers?
    Good luck with your project!


    EDIT: Not sure who to credit for the script.
    ~ Shadow Wolf

    ~ A friend will bail you out of jail, but a true friend would be right there beside you saying: "DAMN that was fun!" ~


  6. #6

    Join Date
    Apr 2015
    Location
    australia
    Posts
    147
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    pvp and ty very much

  7. #7
    Senior Member Shadow Wolf's Avatar
    Join Date
    Jan 2012
    Location
    ⊰ New Zealand ⊱
    Posts
    657
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Tripper69 View Post
    pvp and ty very much
    Nice! PvP's the only way to go.

    ~ Shadow Wolf

    ~ A friend will bail you out of jail, but a true friend would be right there beside you saying: "DAMN that was fun!" ~


  8. #8

    Join Date
    Apr 2015
    Location
    australia
    Posts
    147
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    only ever played pvp but do have a noob on enforced

  9. #9

    Join Date
    Apr 2015
    Location
    australia
    Posts
    147
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    one night at works botting



  10. #10
    Lifetime Subscriber buyer's Avatar
    Join Date
    Feb 2012
    Posts
    383
    Mentioned
    23 Post(s)
    Tagged
    0 Thread(s)
    Good luck with your project

Posting Permissions

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