XenoBot Forums - Powered by vBulletin

User Tag List

Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 79

Thread: Knight Project by Shadow Wolf

  1. #11
    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 Ryszard View Post
    Good luck, and don't stop!
    Thanks bro, just working on the script at the moment.

    Does anyone have a nice script for screenshot of level or whatever they could hook me up with?

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


  2. #12
    Moderator Elvang's Avatar
    Join Date
    Dec 2010
    Location
    B.C. Canada
    Posts
    1,365
    Mentioned
    104 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by Shadow Wolf View Post
    Thanks bro, just working on the script at the moment.

    Does anyone have a nice script for screenshot of level or whatever they could hook me up with?
    lua code:

    --[[
    This is a XenoBot example script, intended 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 FILE. INSTEAD, COPY IT TO
    "Documents\XenoBot\Scripts" AND EDIT THE COPY. **
    ]]--


    --this continuously loops, executing 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() > level) then
    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

  3. #13
    Senior Member Shadow Wolf's Avatar
    Join Date
    Jan 2012
    Location
    ⊰ New Zealand ⊱
    Posts
    657
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Thanks! Exactly what I needed.
    Appreciate it Elvang.

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


  4. #14
    Senior Member Shadow Wolf's Avatar
    Join Date
    Jan 2012
    Location
    ⊰ New Zealand ⊱
    Posts
    657
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Was working on my script, testing bits etc and saw this.
    Funniest thing I've seen in a while. #SquirrelStyle.


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


  5. #15
    Yasuo's Avatar
    Join Date
    Mar 2014
    Location
    Ionia
    Posts
    303
    Mentioned
    64 Post(s)
    Tagged
    0 Thread(s)
    Hahahaha, keep going man! <3
    My trading history:
    Bought 110 EK from Thunder
    Sold 131 EK to Pokisiek
    Bought 113 MS from Surgeon Simon
    Bought 178 RP from Mastrik
    ''The story of a sword is inked in blood.''
    -- Yasuo

  6. #16
    Senior Member HonkaPonka's Avatar
    Join Date
    Dec 2011
    Location
    Denmark
    Posts
    847
    Mentioned
    33 Post(s)
    Tagged
    0 Thread(s)
    Didn't realise you had a thread up, good luck man!

    I just started again too ^^ If you wanna pm me the world that'd be cool

    Good luck!
    Hail Dear Old Valoria!

    Same HonkaPonka from Tibia Underground, Neo Forums and NG Forums.

    Trades

    • Bought 20kk+ from Pidek098
    • Bought 1x Xenobot License from Royaliti & Secret
    • Bought an account on Valoria from Gatsu
    • Sold an account to J.Dre


    Hinrik's Life Thread [Dead]

  7. #17
    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 HonkaPonka View Post
    Didn't realise you had a thread up, good luck man!

    I just started again too ^^ If you wanna pm me the world that'd be cool

    Good luck!
    Yo bro! Will do and thanks

    Just about finished my Fibula Rotworms Script, hit 2 more levels setting up the waypoints.
    Level 13.




    Level 14.


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


  8. #18
    Senior Member Shadow Wolf's Avatar
    Join Date
    Jan 2012
    Location
    ⊰ New Zealand ⊱
    Posts
    657
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Level 15.


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


  9. #19
    Senior Member Shadow Wolf's Avatar
    Join Date
    Jan 2012
    Location
    ⊰ New Zealand ⊱
    Posts
    657
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Flying through them Levels.
    Level 16.


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


  10. #20
    Senior Member Shadow Wolf's Avatar
    Join Date
    Jan 2012
    Location
    ⊰ New Zealand ⊱
    Posts
    657
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Getting around 29-33k Exp per StaminaHour at the moment.
    Level 17.


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


Tags for this Thread

Posting Permissions

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