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?
08-05-2015, 11:19 AM
Borges
Quote:
Originally Posted by joaomcruz
how can i use this script to train with rp -small stones?
just for Knights
08-05-2015, 11:52 AM
joaomcruz
Quote:
Originally Posted by Borges
just for Knights
Don't you know how to change it into paladin train?
08-05-2015, 11:56 AM
Borges
Quote:
Originally Posted by joaomcruz
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.
08-05-2015, 02:42 PM
Karmazyn
Quote:
Originally Posted by joaomcruz
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.
08-05-2015, 04:46 PM
joaomcruz
Quote:
Originally Posted by Borges
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?
08-05-2015, 04:53 PM
Borges
Quote:
Originally Posted by joaomcruz
So,do you know any persistent to pickup the stones from the bp on ground?