XenoBot Forums - Powered by vBulletin

User Tag List

View Poll Results: Do you think this should be added?

Voters
50. You may not vote on this poll
  • Yes

    49 98.00%
  • Maybe

    0 0%
  • No

    1 2.00%
Page 1 of 5 123 ... LastLast
Results 1 to 10 of 43

Thread: Screenshots

  1. #1
    Banned
    Join Date
    May 2012
    Posts
    82
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Screenshots

    Hi,I think a option should be added so that when you advance in magic level,sword,club,level etc you can set the bot to take screenshot and save it.

  2. #2
    Banned
    Join Date
    May 2012
    Posts
    82
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    refresh

  3. #3
    Evil reborn's Avatar
    Join Date
    May 2012
    Location
    Wisconsin
    Posts
    421
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    its a nice idea but u would still have to manually paste each one to paint so why not just log on right before u level etc
    bought 800k from pidek
    bought 3kk from pidek

  4. #4
    Super Moderator Infernal Bolt's Avatar
    Join Date
    Dec 2011
    Location
    Skellefteċ, Sweden
    Posts
    2,880
    Mentioned
    217 Post(s)
    Tagged
    2 Thread(s)
    I have requested this personally to @DarkstaR, we'll see when he adds it
    I use a script now that alarms if I have under 1k exp to level and it works pretty good

    [code=lua]
    function Self.ExpToLevel(level)
    local x = level or Self.Level() + 1
    return ((50 / 3) * (x^3 - 6 * x^2 + 17 * x - 12)) - Self.Experience()
    end

    local threshold = 1000 -- exp left to alarm on
    while(true)do
    if(Self.ExpToLevel() < threshold)then
    alert()
    end
    wait(1000)
    end
    [/code]
    Last edited by Infernal Bolt; 09-21-2012 at 03:31 AM.

  5. #5
    Goml's Avatar
    Join Date
    Jun 2012
    Location
    Pennsylvania
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was wondering about this too, maybe even "Take screen shot on death" aswell.

  6. #6
    Banned
    Join Date
    May 2012
    Posts
    82
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Evil reborn View Post
    its a nice idea but u would still have to manually paste each one to paint so why not just log on right before u level etc
    No you wont,the idea is to take pic and save it BY BOT.

    @Infernal Bolt
    I hope he does

    @gomi
    that could be added too :P

  7. #7
    Banned
    Join Date
    Mar 2012
    Posts
    20
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    it will be nice to see that option in Xeno.

  8. #8
    Goml's Avatar
    Join Date
    Jun 2012
    Location
    Pennsylvania
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This would have came in handy, I got a level while I was AFK playing guitar, So I had to go into server messages, cut the level message out from there, then paste it on my main screen, of the screenshot. haha

  9. #9
    Banned
    Join Date
    May 2012
    Posts
    82
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have added a poll .

  10. #10
    Lifetime Subscriber Stusse's Avatar
    Join Date
    Dec 2011
    Location
    solid-scripts.com
    Posts
    3,523
    Mentioned
    346 Post(s)
    Tagged
    1 Thread(s)
    I think this option would gain more screenshots projects and would be good for XenoBot's proliferation!

Posting Permissions

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