View Full Version : Forge script for brawl or 2hders
thefarmer
09-18-2008, 06:09 PM
Anyone have a good forging script for either brawlers or 2hders? Something that'll buy what I need when I run out, run to the bank to get the coins I need, etc?
TheLastShamurai
11-07-2008, 11:37 PM
Anyone have a good forging script for either brawlers or 2hders? Something that'll buy what I need when I run out, run to the bank to get the coins I need, etc?
updated the script to cover new problems i have run into. its currently set to use flail head-glyphs in the landing with stormfront. you will still need to start with a bronze bar in your left, and 10k note in your STOW container, a glyph in your STOW container and your hammer in your right hand. the script will buy new glyphs and new bars as well as cover two rent eventualities i have run into.
Start:
put stare head-glyph
match ready your material is marked
match needglyph then the glyph turns a dull grey and crumbles to dust
match needglyph Before the design is complete you reach an edge of the bar and realize it is too small.
matchwait
Ready:
echo READY
pause 1
put get tongs
match tongs Get what?
match rent The tongs don't budge!
match rent2 You don't have enough silver, rentals are 300 silver.
match needwater The tempering trough is empty!
match fail1 realizing that there's more work to be done
match fail2 you realize that the scribed pattern is gone
match needbar you've totally shattered your bronze bar
match success you nod, satisfied with your work
match success With a satisfying * HISSSSSSSSSSS * the
matchwait
pause 1
Fail1:
echo FAILURE
pause 1
goto ready
Fail2:
echo FAILURE
pause 1
goto start
NeedGlyph:
echo NEED GLYPH
put stow bar
put wear forging-hammer
put go door
put go out
put get note
put order 1 of 30 material wax
put buy
put stow note
put stow head-glyph
put go work
put go door
put remove forging-hammer
put get bar
goto ready
Success:
echo SUCCESS
put go door
put put flail-head in bin
put wear forging-hammer
put get note
put go out
put order 1 of 2
put buy
put stow note
put go work
put go door
put remove forging-hammer
put goto start
NeedWater:
echo NEED WATER
put wear forging-hammer
put stow bar
put get bucket
pause 20
put remove forging-hammer
put get bar
goto start
Rent:
echo RENT
put go door
put go out
move s
move s
move s
put go out
move n
move w
move w
move w
move sw
move w
put go bank
put go arch
put withdrawl 300 silver
put go arch
put go out
move e
move ne
move e
move e
move e
move s
put go gate
move n
move n
move n
put go work
put go door
goto start
Rent2:
echo NEED RENT
move s
move s
move s
move out
move n
move w
move w
move w
move sw
move w
put go bank
put go arch
put withdrawl 300 silver
put go ar
move out
move e
move ne
move e
move e
move e
move s
put go ga
move n
move n
move n
put go work
put go door
goto ready
NeedBar:
echo NEED BAR
put wear forging-hammer
put get note
put go door
move out
put order 1 of 2
put buy
put go work
put go door
put stow note
put remove forging-hammer
goto start
Tongs:
echo TONGS
put go work
match rent2 You don't have enough silver, rentals are 300 silver.
matchwait
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.