Deathravin
05-27-2008, 12:03 PM
# lich wants the top line to not have code...
checkxp:
if checkmind(7) == true then echo "Waiting to be clear" end
while checkmind(7) == true
while hidden? == false
waitrt?
fput "hide"
pause("2s")
end
while checkmind(4) == true
pause("5s")
end
pause("5s")
end
pause("1s")
goto "gotoinn"
gotoinn:
multimove w, w, w, s, w, s, s, s, s, s, s, e, s, e, "go inn", n, e
getbeer:
put "order 1"
waitfor "The attentive elven"
put "order 1"
waitfor "The attentive elven"
put "order 1"
waitfor "The attentive elven"
put "order 1"
waitfor "The attentive elven"
fput "get ale from bar"
fput "stow right"
fput "get ale from bar"
fput "stow right"
fput "get ale from bar"
fput "stow right"
fput "get ale from bar"
fput "stow right"
gogatenumb = 1
gogate1:
multimove w, s, o, w, "go gate"
goto "givebeer"
gogate2:
multimove "go gate", e, e, e, e, e, e, "go gate", se
goto "givebeer"
gogate3:
multimove nw, "go gate", n, e, n, n, n, n, n, n, w, n, "go gate"
goto "givebeer"
gogate4:
multimove "go gate", w, w, w, w, w, w, "go gate"
goto "givebeer"
gogate5:
multimove "go gate", e, e, e
gogatenumb = 0
goto "checkxp"
givebeer:
fput "get my ale"
fput "give ale to guard"
gogatenumb = gogatenumb + 1
goto "gogate#{gogatenumb}"
Starts in [Ta'Vaalor, Amaranth Court], w, s, of the bank.
Will go until fried, then rest until clear before it runs tils fried again.
Hides in AC so you don't get people reporting you as much I guess... Will get you to level 5.
Side note: I had NO CLUE you could do this! I had a vaalor message running script that basically kept you at fresh and clear til 4... This is MUCH better.
checkxp:
if checkmind(7) == true then echo "Waiting to be clear" end
while checkmind(7) == true
while hidden? == false
waitrt?
fput "hide"
pause("2s")
end
while checkmind(4) == true
pause("5s")
end
pause("5s")
end
pause("1s")
goto "gotoinn"
gotoinn:
multimove w, w, w, s, w, s, s, s, s, s, s, e, s, e, "go inn", n, e
getbeer:
put "order 1"
waitfor "The attentive elven"
put "order 1"
waitfor "The attentive elven"
put "order 1"
waitfor "The attentive elven"
put "order 1"
waitfor "The attentive elven"
fput "get ale from bar"
fput "stow right"
fput "get ale from bar"
fput "stow right"
fput "get ale from bar"
fput "stow right"
fput "get ale from bar"
fput "stow right"
gogatenumb = 1
gogate1:
multimove w, s, o, w, "go gate"
goto "givebeer"
gogate2:
multimove "go gate", e, e, e, e, e, e, "go gate", se
goto "givebeer"
gogate3:
multimove nw, "go gate", n, e, n, n, n, n, n, n, w, n, "go gate"
goto "givebeer"
gogate4:
multimove "go gate", w, w, w, w, w, w, "go gate"
goto "givebeer"
gogate5:
multimove "go gate", e, e, e
gogatenumb = 0
goto "checkxp"
givebeer:
fput "get my ale"
fput "give ale to guard"
gogatenumb = gogatenumb + 1
goto "gogate#{gogatenumb}"
Starts in [Ta'Vaalor, Amaranth Court], w, s, of the bank.
Will go until fried, then rest until clear before it runs tils fried again.
Hides in AC so you don't get people reporting you as much I guess... Will get you to level 5.
Side note: I had NO CLUE you could do this! I had a vaalor message running script that basically kept you at fresh and clear til 4... This is MUCH better.