PDA

View Full Version : Fletching



hitlist
02-19-2008, 06:03 AM
Alright, here we go. Workin this script from scratch, like, just from step-by-step doing it in game, not copying other peoples stuff. Allot of quirks I havent figured out how to, or felt like, fixing yet. If you get them, or know how, just post back and let me know.

Quirks:
* None of the re-stock errors will tell you what your missing. (I was in a rush to hurry, had to get to work).
* A few of the RT pauses are off, some of the RT's are random and I cant figure out how to make it work for an idle script.
* This script is designed for MASTERS of fletching, so it doesnt target off messaging. If it screws one up too bad, it will toss it I believe.
* This script also does painting, you can just cut out that option with minimal editing if your not painting, or do more painting.
* Its set up for my bow, which is wearable, so you may want to adjust that.
* Also does arrowheads
* Also made for a non-premie account, so I dont get the extra type-ahead, moves as quick as I could make it, still is fairly fast.
**I think thats it, I dunno, I'm tired. Work sucks, I hate running laser cutters, so boring. **
(((((((( %1 = Where you keep your fletching junk )))))))
(((((((( %2 = Extra container for you to use )))))))
((((((( %3 = Dagger or whatever you use for shafts ))))))

Start:
put get 1 shaft from my %1
match empty I dont know what your referring to.
match empty Get what?
match cont You remove a single rough arrow shaft
matchwait

empty:
echo ****** Re-stock items ******
exit

cont:
put get my %3
put cut my shaft with my %3
match Scrap You begin to pare away the excess wood,
match okgo You pare away the excess wood,
matchwait

Scrap:
echo ** You suck **
put put %3 in my %1
goto Start

okgo:
pause 30
put put %3 in my %1
put get my paint
match empty I dont know what your referring to.
match empty Get what?
match cont1 You remove
matchwait

cont1:
put paint my shaft with my paint
waitfor The paint on your arrow shaft has dried.
put put paint in my %1
put get my %3
put cut nock in my shaft with my %3
pause 11
put put %3 in my %1
put remove bow
put measure my shaft
pause 5
put wear my bow
put get my %3
put cut my shaft with my %3
pause 4
put put %3 in my %1
put get my glue
put put glue on my shaft
pause 15
put put glue in my %1
put get 3 fletch
match empty But there are only
match cont2 You reach for a bundle
match cont2 You remove a
matchwait

cont2:
put put my fletch on my shaft
waitfor The glue on your arrow shaft has dried.
put get my drill
put turn my drill
pause 6
put put drill in my %1
put get my arrowhead
put turn my arrow
pause 25
put put arrow in my arrows
goto Start

thefarmer
02-19-2008, 06:11 AM
Why make your own? There's quite a few already out there.

Unless it's the challenge of the thing.

hitlist
02-19-2008, 07:43 AM
Partly the challenge, other half is I dont like using other peoples, for the simple fact of not liking to have to modify it constantly, to work better for me. There's constant little tweaks I make to my scripts, even travel scripts. Like replacing MOVE commands with put to double-skip rooms a little faster. Jus got bored, figured I'd drop one out here.

Khariz
02-19-2008, 09:36 AM
When I first read this thread...I thought it said "Felching". Then I realize this thread was more lame than that.