Signup Now
Page 26 of 48 FirstFirst ... 16242526272836 ... LastLast
Results 251 to 260 of 473
  1. #251
    Free User hyderascripts's Avatar
    Join Date
    Oct 2014
    Location
    Brasil
    Posts
    311
    Reputation
    41
    Rep Power
    22
    Quote Originally Posted by borges View Post
    a level 10 character?

    I'm training with onix flail and working flawless at lvl 10...

    are you sure that anyone killing your mad sheep?
    if you using my action, he will take a screen if the sheep die
    Pretty sure, because the 3 chars are on the same spot. Just sheep from onyx flail that die. And yeah, they all level 10 exactly

  2. #252
    Free User
    Join Date
    Jun 2014
    Posts
    143
    Reputation
    14
    Rep Power
    23
    Quote Originally Posted by Borges View Post
    Project DONE, 27 days to skill 90/90

    Advances:

    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?

    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')
    if $shielding < ($sword or $club or $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 then
    smartscreenshot()
    wait(234,456)
    closeclient()
    wait(234,456)
    else
    useoncreature(651,$self)
    wait(200,500)
    end
    end
    how can i use this script to train with rp -small stones?

  3. #253
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,467
    Reputation
    205
    Rep Power
    27
    Quote Originally Posted by joaomcruz View Post
    how can i use this script to train with rp -small stones?
    just for Knights
    Helped you? REP+

  4. #254
    Free User
    Join Date
    Jun 2014
    Posts
    143
    Reputation
    14
    Rep Power
    23
    Quote Originally Posted by Borges View Post
    just for Knights
    Don't you know how to change it into paladin train?

  5. #255
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,467
    Reputation
    205
    Rep Power
    27
    Quote Originally Posted by joaomcruz View Post
    Don't you know how to change it into paladin train?
    You can't do this with MAD SHEEP

    Try with Enraged White Deer, Slime, Monk and others...

    MAD SHEEP for Paladin... Forget it.
    Helped you? REP+

  6. #256
    Free User Karmazyn's Avatar
    Join Date
    Apr 2014
    Posts
    364
    Reputation
    11
    Rep Power
    23
    Quote Originally Posted by joaomcruz View Post
    Don't you know how to change it into paladin train?
    You can try with Assassin Stars, no clue If it works but well, you always can try.

  7. #257
    Free User
    Join Date
    Jun 2014
    Posts
    143
    Reputation
    14
    Rep Power
    23
    Quote Originally Posted by Borges View Post
    You can't do this with MAD SHEEP

    Try with Enraged White Deer, Slime, Monk and others...

    MAD SHEEP for Paladin... Forget it.
    So,do you know any persistent to pickup the stones from the bp on ground?

  8. #258
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,467
    Reputation
    205
    Rep Power
    27
    Quote Originally Posted by joaomcruz View Post
    So,do you know any persistent to pickup the stones from the bp on ground?
    Request at, Lua Scripts/ Requests
    Helped you? REP+

  9. #259
    Free User
    Join Date
    Jun 2014
    Posts
    143
    Reputation
    14
    Rep Power
    23
    Quote Originally Posted by Borges View Post
    Request at, Lua Scripts/ Requests
    Are you mad bro? I've already done it

  10. #260
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,467
    Reputation
    205
    Rep Power
    27
    mad? lol
    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
  •