XenoBot Forums - Powered by vBulletin

User Tag List

Page 13 of 21 FirstFirst ... 31112131415 ... LastLast
Results 121 to 130 of 202

Thread: Lord of the Elements Project

  1. #121
    Banned
    Join Date
    Apr 2012
    Location
    Little Red Dot
    Posts
    2,957
    Mentioned
    204 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Atheist View Post

    And so the journey begins, in the 11th LotE. . .


    489 to go,
    Atheist.
    LOL OK.

    @Abuse
    @Joshwa534
    @Avani

    setLoadSettings("LotE", "all")
    setTargetingEnabled(true)
    setLooterEnabled(true)
    setWalkerEnabled(true)

  2. #122
    Atheist's Avatar
    Join Date
    Jan 2012
    Location
    Mexico
    Posts
    198
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Haha, I wish it was that easy.


    This has been me for the past 8 hours, I actually have to use the soil on the machine with each char, get the levers goin' and to make things fun; since I dont have a reliable Sioer, I actually alt+tab between the knight and druid while playing "catch me if you can" with the damn LotE since he's got a PERMANENT crush on my lowest level. It's pretty fun actually; he paralyzes everyone every 2 secs so all the chars are moving non stop with utani hur, 10 min wait time sucks tho~, ah and I'm skilling a noob knight in the meanwhile.

    I've killed 40 so far, I'll post the loot when I decide to go to sleep (which wont be soon thanks to Australian Open, yay).

    Thanks everyone for the good wishes, I was lucky but I hope I can get an Oceanborn too.

    Atheist.
    Last edited by Atheist; 01-17-2013 at 05:09 AM.

  3. #123
    Atheist's Avatar
    Join Date
    Jan 2012
    Location
    Mexico
    Posts
    198
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    I have decided to divide the rest of the project in 10%'s, every 50 LotEs I will post the total loot and in the end the grand total, seems easier that way rather than just posting random amounts of kills.


    Round 1, the first 50. I was lucky? maybe, maybe not, I have yet to remind you all that I have killed over 100 LotEs in the past so if we put em together we can say that (so far) it's 1 ETA every 150 (and counting) LotEs which doesnt seem that easy anymore. Anyway this is just raw, informal calculations, if I dont get another ETA we could conclude that its 1 ETA every 600 LotEs, we'll see what happens.

    Atheist.

  4. #124
    fenelez's Avatar
    Join Date
    Nov 2012
    Location
    Sweden
    Posts
    134
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    really nice project, and grats on the ETA

    Looking for a sponsor capable of handling all vocations from level ranges of 8 to 400. Click the banner & PM me if your intrested!

  5. #125
    Banned
    Join Date
    Dec 2011
    Posts
    2,805
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Nice one lol!!

  6. #126
    Senior Member jikoe's Avatar
    Join Date
    Feb 2012
    Posts
    1,706
    Mentioned
    106 Post(s)
    Tagged
    0 Thread(s)
    gz atheist with your loot!!!!!!

    im starting now with my first 30!

    im casting , name farod

  7. #127
    Banned
    Join Date
    Dec 2011
    Posts
    2,805
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by jikoe View Post
    gz atheist with your loot!!!!!!

    im starting now with my first 30!

    im casting , name farod
    Would you mind PM'ing me with a short story on how to do this?
    I don't understand lol.

  8. #128
    Senior Member jikoe's Avatar
    Join Date
    Feb 2012
    Posts
    1,706
    Mentioned
    106 Post(s)
    Tagged
    0 Thread(s)
    lol he target all the time my druid :<

    Jan 17 2013, 08:59:31 CET Died at Level 142 by Lord of the Elements.

    @Atheist how much is earthborn titan armor worth in your world?
    Last edited by jikoe; 01-17-2013 at 08:14 AM.

  9. #129
    Administrator
    Join Date
    Dec 2010
    Posts
    2,565
    Mentioned
    228 Post(s)
    Tagged
    1 Thread(s)
    Made this while watching jikoe but you can have it too if it helps.

    [code=lua]
    local x, y = 10, 20 -- Set x and y offset

    local Timer = HUD.New(x, y, "", 255, 255, 255)
    local startTimer, lastTime = false, 0


    Module.New('lote-timer', function()
    if startTimer then
    local timeDiff = os.difftime(os.clock(), lastTime)
    Timer:SetText(string.format("Time since last entry: %.1d:%.2d", math.floor(timeDiff / 60), timeDiff - math.floor(timeDiff / 60) * 60))
    if timeDiff > 10 * 60 then
    startTimer = false
    end
    else
    Timer:SetText("LotE is ready!")
    repeat
    wait(50)
    until Creature.New("Lord Of The Elements"):isAlive() and Creature.New("Lord Of The Elements"):isOnScreen()
    lastTime = os.clock()
    startTimer = true
    end
    end)

    [/code]
    Last edited by Spectrus; 01-17-2013 at 11:22 AM.

  10. #130
    Senior Member jikoe's Avatar
    Join Date
    Feb 2012
    Posts
    1,706
    Mentioned
    106 Post(s)
    Tagged
    0 Thread(s)
    ty spectrus

Posting Permissions

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