Signup Now
Page 1 of 48 12311 ... LastLast
Results 1 to 10 of 473
  1. #1
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25

    Mad Sheep Project by Borges

    MAD SHEEP PROJECT

    Advances:

    #EK1 - Sword (06/15/2015 to 07/11/2015) 27 DAYS DONE.

    Swording: 21 - 38 - 49 - 52 - 68 - 73 - 74 - 76 - 78 - 79 - 80 - 81 - 82 - 83 - 84 - 85 - 86 - 87 - 88 - 89 - 90
    Shielding: 21 - 38 - 49 - 52 - 68 - 73 - 74 - 76 - 78 - 79 - 80 - 81 - 82 - 83 - 84 - 85 - 86 - 87 - 88 - 89 - 90
    Fishing: 27 - 37 - 49 - 51 - 53 - 55 - 57 - 58 - 59 - 60 - 61 - 62 - 63 - 64 - 65

    What you will need?

    Character level 10
    Weapom for level 60+ and

    spellwand

    Anti Idle:
    init start
    local lastStand = $standtime
    local randTime = math.random(300000, 600000)
    init end

    auto(100)

    if $standtime < lastStand then
    lastStand = $standtime
    end

    if $standtime - lastStand > randTime then
    local dirs = {'n', 'e', 's', 'w'}

    -- Makes sure it's random and not the same we're facing right now
    table.remove(dirs, table.find(dirs, $self.dir))
    turn(dirs[math.random(1, 3)])
    waitping()

    lastStand = $standtime
    randTime = math.random(300000, 600000)
    end


    Reconnect:
    auto(2500)
    if not $connected then
    reconnect(true)
    end


    Mad Sheep Trainer:
    auto(100)
    local m = getcreature('Mad Sheep')
    local waitshield = false -- wait shield? will be like: 50/50, 60/60 etc... and not 50/48, 60/57 etc...

    if waitshield and (($shielding < $sword) or ($shielding < $club) or ($shielding < $axe)) then
    if m.dist == 1 then
    attack(m.name)
    wait(500,1000)
    stopattack()
    wait(1000*30)
    end
    else
    if m.dist == 1 then
    attack(m.name)
    end
    end

    if maround(7,m.name) == 0 then
    if paround() >= 1 and $connected then
    smartscreenshot()
    wait(234,456)
    closeclient()
    wait(234,456)
    else
    useoncreature(651,$self)
    wait(200,500)
    end
    end
    Last edited by Borges; 02-21-2017 at 01:32 PM. Reason: added wait shield option
    Helped you? REP+

  2. #2
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Shielding 21

    Last edited by Borges; 06-15-2015 at 05:04 AM.
    Helped you? REP+

  3. #3
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Shielding 38

    Helped you? REP+

  4. #4
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Swording 38

    Helped you? REP+

  5. #5
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Fishing 27

    Helped you? REP+

  6. #6
    Free User
    Join Date
    Apr 2015
    Location
    Brazil
    Posts
    509
    Reputation
    11
    Rep Power
    19
    i'll follow it for sure, really like this trainers buuuuuuuut you shouldnt go for a safiest place? i mean idk if its optional pvp but they can kill your monsters so its a problem (i tried it once got only skills 90 ppl started exiving me everyday and i got killed some times, but i was hidden in desert dungeon and you are very exposed)
    bored? check out my new showcase, 4 vocs in hardcore pvp server!


    https://forums.tibiawindbot.com/show...421#post452421





    hardcore pvp characters for sell, accepting trades leave ur offer here:


    https://forums.tibiawindbot.com/show...600#post452600

  7. #7
    Free User
    Join Date
    Jun 2015
    Posts
    121
    Reputation
    16
    Rep Power
    18
    nice ! make good skills then get lvl ! I really like the way you train with the mad sheep!

  8. #8
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by lipexh View Post
    i'll follow it for sure, really like this trainers buuuuuuuut you shouldnt go for a safiest place? i mean idk if its optional pvp but they can kill your monsters so its a problem (i tried it once got only skills 90 ppl started exiving me everyday and i got killed some times, but i was hidden in desert dungeon and you are very exposed)
    I have one character 100/100 in this place, exposed but I've never seen anyone

    Quote Originally Posted by Mirrore View Post
    nice ! make good skills then get lvl ! I really like the way you train with the mad sheep!
    Yep,

    I'll train like 90+ 100+ and pay pacc
    Last edited by Borges; 06-15-2015 at 02:07 PM.
    Helped you? REP+

  9. #9
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Shielding 49
    Helped you? REP+

  10. #10
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Swording 49
    Helped you? REP+

 

 

Posting Permissions

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