PDA

View Full Version : Need woodman scripts.



eassyde
08-24-2005, 09:36 AM
I looking for a woodsman, wood wight hunting script for a non-magic welding character. Does anyone have any? I have a magic one and havnt figured out how to insert what I need to kill em.

eassyde
08-26-2005, 07:48 PM
Look:
Match Top [Vornavis, Wooded Plains]
Match ToPlains Table]
Match ToPlains Head]
put Look
Matchwait

ToPlains:
move out
move s
move ne
move out
move e
move n
move w
move w
move w
move w
move nw
move up
move nw
move nw
move nw
move nw
move w
move n
move nw
move w
move w
move nw
move climb path
move up
move go brush
move n
move n
move n
move n
move go breach
move go door
move w
move w
move sw
move w
move sw
move w
put sign striking
move w
put sign smiting
move w
put sign swords
Goto Climb

SClimb:
Match SClimb ...wait
Match Climb You stand
put Stand
Matchwait

Climb:
put wear %shield%
Match Climb ...wait
Match SClimb Tentatively, you attempt to climb the footpath. After only a few feet, you lose your grip and fall...
Match SClimb Climbing well, you adeptly move along the footpath. As your confidence rises, your concentration lapses and then you miss a foothold. Screaming, you plunge towards the ground below.
Match SClimb It quickly becomes apparent that you will not finish the climb. Aching, your legs give way, slipping on a rock. You see the world spin around you as you fall...
Match Climb Tentatively, you attempt to climb the footpath. After only a few feet, you slip! You catch yourself just barely, scrambling back to where you started.
Match Shield You skillfully move up the footpath. Before you have even begun to pant, your climb comes to an end at the top.
Match Shield Gracefully, your feet skip across the short protrusions of the footpath. Before long, you find yourself standing at the top.
Match Shield Confidently, you begin to climb up the footpath. Within a short time, you have reached the top.
put climb footp
Matchwait

Shield:
put remove %shield%
Goto Top

Top:
COUNTER SET 0
Save Look

Start:
put %s
COUNTER ADD 1
Match Stand P>
Match CharCheck a rotting woodsman.
Match CharCheck a rotting woodsman,
Match CharCheck a rotting woodsman and
Match CharCheck a wood wight.
Match CharCheck a wood wight,
Match CharCheck a wood wight and
Match Path%c Obvious exits:
Match Path%c Obvious paths:
Match Path%c You can't
Matchwait

CharCheck:
Match Stand P>
Match Move Also here:
Match ManaCheck Obvious exits:
Match ManaCheck Obvious paths:
Matchwait

Move:
Goto Path%c

516:
Match 516 ...wait
match stand P>
match killdir You feel a sudden rush
match path%c Cast Roundtime
pause 1
put inc 516
matchwait

ManaCheck:
Match Stand P>
Match 516 You don't have
Match KillDir I could not find
put send 16 asdf
Matchwait

KillDir:
Match Pause ...wait
Match Pause Could not find
Match Stand P>
Match Goon You do not
Match Goon What were you
Match Away You search
put Stance Off
put Incant 904
put Stance Gua
put Loot
Matchwait

Pause:
put Stance Gua
Pause
Goto KillDir

Stand:
Match Stand You are still stunned.
Match Stand ...wait
Match Stand You struggle
Match KillDir You stand
put Stand
Matchwait

Away:
put away right

Goon:
COUNTER SUBTRACT 1
Save Look
Goto Start

Path1:
Path4:
Save N
Goto Start

Path2:
Path3:
Path17:
Save Ne
Goto Start

Path5:
Path6:
Save Nw
Goto Start

Path7:
Path8:
Path9:
Path10:
Path11:
Path12:
Save W
Goto Start

Path13:
Path14:
Path21:
Save S
Goto Start

Path15:
Path16:
Path19:
Path20:
Save Se
Goto Start

Path18:
Save E
Goto Start

Path22:
Match Stand P>
Match ToTable You must rest!
Match ReCheckMana Your mind is
put Exp
Matchwait

ReCheckMana:
Match Stand P>
Match ReGainMana You don't have
Match ReStart I could not find
put send 12 asdf
Matchwait

ReStart:
COUNTER SET 0
Save Look
Goto Start

ReGainMana:
move climb footp
move e
move e
move e
move ne
move e
move ne
move e
move e
move go door
move go breach
move s
move s
move s
move s
move go brush
move d
move climb path
move se
move e
move e
move se
move s
move e
move go bridge
move up
move se
move se
move se
move se
move e
move e
move e
move e
move s
move w
move go inn
move sw
move n
move go table
Goto CheckMana

CheckMana:
Match SpellUp Mana: %max%/%max% max
Match Wait /%max% max
put Exp
Matchwait

Wait:
Echo ** Waiting for Mana & Spirit
Match CheckMana You do not feel drained anymore.
Match SpellUp You feel at full magical power again.
Matchwait

ToTable:
move climb footp
move e
move e
move e
move ne
move e
move ne
move e
move e
move go door
move go breach
move s
move s
move s
move s
move go brush
move d
move climb path
move se
move e
move e
move se
move s
move e
move go bridge
move up
move se
move se
move se
move se
move e
move e
move e
move e
move s
move w
move go inn
move sw
move n
move go table
Goto SpellUp


Could anyone give advice on how to change this from a magic users script to a sword weilding script?

Shaelun
08-27-2005, 06:38 PM
I don't write hunting scripts for people; but since nobody's offered any advice, here's a really lame concept suggestion: PUT sends that line to the game as though you had typed it. What do you type when you're hunting? Since you aren't a caster, it isn't PREP/CAST... you check your stance, swing, maybe stance-dance depending on RT, that sort of thing, right? Well either don't go into full offensive and make the script hang back in advance at most, and look a lot like a scripter... or if you're faster than the critter, once you've matched one, sit and wait with a series of matches that wait until the script sees it swing at you. Then go full offensive and take a whack, switching to defensive and repeating.

That's lazy, but works if the beast is slower than you. Just don't forget that if it runs away while you're matching for a swing, you're going to sit there for eternity. So match for what message it gives when it leaves, as well, and just start back up with your walking from room-to-room looking for a critter again. It's not efficient, but it'll work.

The idea is to try and plan for every possible sequence of events. So when you swing, it either dies or doesn't. Match for both. When you're waiting for an attack, it either runs away, swings at you and runs away, or swings and sits there like a sitting duck. Match for each one.

... that's probably useless, huh. Well, I can't stand writing hunting scripts for characters I'm not even familiar with, so it's all I've got for you. Maybe someone else'll have a script instead. Good luck, either way.

Nieninque
08-27-2005, 09:55 PM
Or you could stop being a lazy fucker and just hunt them...these were one of the most easiest places to hunt for me.

Celephais
08-27-2005, 10:53 PM
try changing these two label sets... and then go through and remove all the spellup crap (I'm not gonna go through that myself)
This should be enough for it attack instead of cast.

Oh, and change ...wait to whatever it says for normal RT. just wait? no "..."s?

ManaCheck:
#You don't need no stinking mana
Match Stand P>
#Match 516 You don't have
Match KillDir >
#Just glancing to get a prompt, I don't feel like removing it correctly
put glance
Matchwait

KillDir:
Match Pause ...wait
Match Pause Could not find
Match Stand P>
Match Goon You do not
Match Goon What were you
Match Away You search
put Stance Off
put Kill
pause
put Stance Gua
put Loot
Matchwait

[Edited on 8-28-2005 by Celephais]

[Edited on 8-28-2005 by Celephais]

Shaelun
08-28-2005, 05:27 PM
Wait a goddamn minute, I didn't even look at the script until just now. WTF, it looks like my style...? Where'd you get this thing originally? It really does look like something I wrote like 3 years ago, hahah... that'd be funny. Personally, I always matched against "...wait" because it has almost zero chance of mistakenly matching the wrong thing, and still registers if you're in RT