PDA

View Full Version : lesser gargoyles (25+)



landy
11-16-2007, 07:17 PM
This script starts from a table at thraks (or just outside the tables), or in the darkstone outward. A few things i particularly like about this script, if you have an incident where your sword shatters it will replace the sword and go right back, also the ambushing for rogues is really key here, these monsters have fairly low perception and with a decent weapon (falchion or handaxe, or good crit weighting) you will almost always knock these critters down resulting in very little risk to the scripter. If you happen to be anything other than an ambushing rogue, you can modify this script fairly easily, or drop me a PM and I will do it.

That being said if you do run this I'd appreciate feedback

start:
put look
match resting Obvious
match hunting [Castle
match logoff [Scripting
match logoff [Consultation
match logoff [The Cell]
matchwait

logoff:
put quit

hunting:
put stance defen
put unhide
put look
match checkit a lesser stone gargoyle
match checkroom a stone gargoyle
match checkroom Obvious paths
match checkroom Obvious exits
match logoff [Scripting
match logoff [Consoltation
match logoff [The Cell]
matchwait

checkit:
put look
match checkroom Also here
match preatt Obvious paths
match preatt Obvious exits
matchwait

preatt:
put stand
pause
put target gargoyle
put sign of swo
put sign of ward
put sign of defe
put sign of strik
put sign of smit
put hide
match preatt ...wait
match preatt fail to slip
match preatt notices
match attack1 confident
match attack1 already hidden
match preatt stunned.
matchwait

attack1:
pause 2
put aim right leg
put stance adv
put ambush
match dead collapses.
match attack1 ...wait
match logoff ghost!
match hunting referring
match preatt Roundtime
match hunting could not find
match hunting crumbles
match dead already dead.
match attack2 already missing
match hunting Usage:
match hunting You do not have
match preatt stunned.
matchwait

attack2:
put aim head
put stance offens
put ambush
match dead collapses.
match preatt ...wait
match logoff ghost!
match hunting referring
match preatt Roundtime
match hunting could not find
match hunting crumbles
match hunting Usage:
match hunting You do not have
match dead already dead.
match attack1 aim that high!
match preatt stunned.
matchwait

dead:
put stance defens
put sear garg
match getzircon zircon
match gettopaz topaz
match getwand wand
match getring gold ring
match getfaenor faenor-bloom
match getcoral coral
match getstatue statue
match getgarnet garnet
match gettopaz topaz
match getgem gem
match getglim glim
match getsap sapphire
match getlap lapis
match getpearl pearl
match getruby ruby
match getame amethyst
match gettou tourmaline
match getopal opal
match getdiamond diamond
match getemerald emerald
match getsto rhodochrosite
match getspin spinel
match dead ...wait
match hunting could not find
match hunting crumbles
match hunting What were
match hunting Geez!
matchwait

getchest:
save chest
goto gettreasure2

getcoffer:
save coffer
goto gettreasure2

gettrunk:
save trunk
goto gettreasure2

getemerald:
save emerald
goto gettreasure

getcoral:
save coral
goto gettreasure

getring:
save ring
goto gettreasure2

getfaenor:
save faenor
goto gettreasure

getzircon:
save zircon
goto gettreasure

getwand:
save wand
goto gettreasure2

getstatue:
save statue
goto gettreasure2

getpearl:
save pearl
goto gettreasure

getgarnet:
save garnet
goto gettreasure

gettopaz:
save topaz
goto gettreasure

getglim:
save glim
goto gettreasure2

getgem:
save gem
goto gettreasure

getsap:
save sapphire
goto gettreasure

getlap:
save lapis
goto gettreasure

getruby:
save ruby
goto gettreasure

getquartz:
save quartz
goto gettreasure

getame:
save amethyst
goto gettreasure

gettou:
save tourmaline
goto gettreasure

getopal:
save opal
goto gettreasure

getdiamond:
save diamond
goto gettreasure

getbox:
save box
goto gettreasure2

getstro:
save strongbox
goto gettreasure2

getsto:
save stone
goto gettreasure

getspin:
save spinel
goto gettreasure

gettreasure:
put store weap
waitfor You put a
put get %s%
match treasurefinal Get what?
match continuetre You pick up
matchwait

gettreasure2:
put store weap
waitfor You put a
put get %s%
match treasurefinal Get what?
match continuetre2 You pick up
matchwait

continuetre:
put stow %s%
waitfor You put
goto treasurefinal

continuetre2:
put stow %s%
match fullinvo fit
match treasurefinal in your
matchwait

treasurefinal:
put ready weap
waitfor You remove
goto hunting

checkroom:
match movesouth This wide space lies between the inner
match movesouth You are standing in the shadow of the massive northwest
match movesouth The northwest guardtower stands firmly above
match movesouth Two huge D-shaped towers here form a massive
match movesouth The top of the southwest tower of the inner
match moveeast Rubble from the broken inner tower
match moveeast A cold shiver runs up your back as you step
match movewest A deep trough here seems to be the remains
match movewest A stunted tree struggles to survive inside the keep here
match movewest The collapsing remains of a ballista rests here
match movewest This space lies in between the inner and outer curtain
match movewest This corner of the outer keep is below the northeast tower
match moven A large section of the inner curtain wall has collapsed here
match checkexp Rubble and blocks of stone from the shattered
put look
matchwait

movesouth:
match checkit a lesser stone gargoyle
match checkroom Obvious paths
match checkroom Obvious exits
match standup stand up first
match logoff You are a
move s
pause .5
put look
matchwait

moven:
match checkit a lesser stone gargoyle
match checkroom Obvious paths
match checkroom Obvious exits
match standup stand up first
match logoff You are a
move n
pause .5
put look
matchwait

movewest:
match checkit a lesser stone gargoyle
match checkroom Obvious paths
match checkroom Obvious exits
match standup stand up first
match logoff You are a
move w
pause .5
put look
matchwait

moveeast:
match checkit a lesser stone gargoyle
match checkroom Obvious paths
match checkroom Obvious exits
match standup stand up first
match logoff You are a
move e
pause .5
put look
matchwait

checkexp:
put exp
match keepgoing Your mind is
match gohome1 Your mind can't
matchwait

keepgoing:
move w
move w
move n
move n
move n
move n
move n
move e
move e
move e
move e
move e
move s
goto hunting

gohome1:
move w
move w
move n
move n
move n
put kneel
put kiss red port
put stand
pause 2
put bounce
match gohome2 You bounce around
match standup2 You must stand
matchwait

standup2:
put stand
pause 2
put bounce
match gohome2 You bounce around
match standup2 You struggle
matchwait

gohome2:
put push lever
pause 2
put go drawbridge
move w
move n
move ne
move e
move ne
move nw
move ne
move nw
move w
move w
move n
move n
move n
move ne
move ne
move ne
move e
put go log
move w
move sw
move sw
put store shield
put store weapon
put climb cliff
match gohome3 Confidently,
match gohome3 skillfully
match gohome3 Gracefully,
match climb2 Roundtime
matchwait

climb2:
pause 1
put climb cliff
match gohome3 Confidently,
match gohome3 skillfully
match gohome3 Gracefully,
match climb2 Roundtime
matchwait

gohome3:
move n
move e
move e
move e
move e
put go path
move ne
move d
move e
move e
move n
move ne
move ne
move e
move n
move ne
put go gate
move s
move w
move s
move s
move s
put go bank
pause .5
put go arc
pause .5
put depo all
pause .5
put go arc
move out
move n
put go inn
move n
put go table
pause 2
goto resting

resting:
put exp
match gohunt1 Your mind is clear.
match gohunt1 Your mind is fresh
match gohunt1 Your mind is as
match inabit Your mind is completely
match gohunt1 Your mind is muddled
match inabit Your mind can't
match inabit Your mind is numbed
match inabit Your mind is becoming
matchwait

inabit:
pause 300
goto resting

standup:
put stand
pause 1
goto hunting

gohunt1:
put stand
pause 1
put get small statu
put rub stat
put stow all
put out
move s
move out
move se
move w
move w
move w
move s
put go gate
move n
move w
move sw
move sw
move s
move w
move w
move u
move sw
put go path
move w
move w
move w
move w
move s
put go pool
put swim down
pause
put kneel
put get swo from harn
match prytime You remove
match nosword Get what
matchwait

nosword:
put stand
pause 1
put swim up
put go shore
move n
move e
move e
move e
move e
put go path
move ne
move d
move e
move e
move n
move ne
move ne
move e
move n
move ne
put go gate
move s
move w
move s
move s
move s
put go bank
put go arc
pause .5
put withdr 100
put go arc
put out
move e
move ne
put go arm
put order 3
pause .5
put buy
put stow all
move out
move w
put go inn
move n
put go table
goto resting

prytime:
put pry gap
match gohunt2 You work the blade
match nosword shatters
matchwait

gohunt2:
put stand
pause 1
put put sword in harn
put gird
put look
match gohunt3 Obvious paths: northeast
match gohunt4 Obvious paths: southwest
matchwait

gohunt4:
move sw
put go path
move d
move s
put go ledge
move s
move u
put go hole
put go path
move e
move e
move se
move sw
move se
move sw
move w
move sw
move s
move e
put pull rope
pause 2
put go drawbridge
put pull lever
pause 2
put go port
put kneel
put kiss red port
put stand
pause 1
goto hunting

gohunt3:
move ne
move ne
move e
put go log
move w
move sw
move sw
move sw
move s
move s
move s
move e
move e
move se
move sw
move se
move sw
move w
move sw
move s
move e
put pull rope
pause 1
put go drawbridge
put pull lever
pause 1
put go port
put kneel
put kiss red port
put stand
pause 1
goto hunting

fullinvo:
put put %s% in my cloak
pause .5
put n
put w
put w
put w
put w
pause .5
put w
put w
put s
put s
put s
pause .5
put s
put s
put e
put e
goto gohome1

ELO
11-16-2007, 07:52 PM
match logoff [Consoltation


So, I guess if you ended up in the consultation lounge, you'd be totally screwed.

Makkah
11-16-2007, 07:53 PM
No way, dude.

logoff:
put say Did you ever think maybe I didn't respond because I was busy? I don't have time for this
put quit

Any GM would fall for this. They're all braindead idiots, remember?

landy
11-16-2007, 08:03 PM
So, I guess if you ended up in the consultation lounge, you'd be totally screwed.

Totally screwed was your mother when she found out the abortion didn't take, and you were coming. By the way, you fucking absolute scumbag of a fecal spec, only a total asshat would come in and pick that miniscule detail to comment on instead of actually trying the script.

But then, I'm used to garbage spewing from your general direction, you're the kind of shitstain who puts up an AUCTION, gets the minimum bid and then PULLS the item with no explanation. That kind of faggotry is against every principle of honest auctioning, and you give a bad name to the fucking bottom dwelling species you come from.

landy
11-16-2007, 08:03 PM
No way, dude.

logoff:
put say Did you ever think maybe I didn't respond because I was busy? I don't have time for this
put quit

Any GM would fall for this. They're all braindead idiots, remember?


I guess that puts them at a level above you, GANGSTA!

Stunseed
11-16-2007, 08:12 PM
E-rage, much?

landy
11-16-2007, 08:16 PM
It's just good clean fun.

ELO
11-16-2007, 09:06 PM
Totally screwed was your mother when she found out the abortion didn't take, and you were coming. By the way, you fucking absolute scumbag of a fecal spec, only a total asshat would come in and pick that miniscule detail to comment on instead of actually trying the script.


Eh, I've been called worse. Sorry for pointing out how your script wouldn't work.


But then, I'm used to garbage spewing from your general direction, you're the kind of shitstain who puts up an AUCTION, gets the minimum bid and then PULLS the item with no explanation. That kind of faggotry is against every principle of honest auctioning, and you give a bad name to the fucking bottom dwelling species you come from.

You were outbid on some shitty armor. Wah. Go find something better. If you're upset that I didn't respond to your PMs right away, it was because I actually moved out of my mother's basement, and I have a job which I go to everyday to support myself. Working 14 hours doesn't leave much time for sleep, so Gemstone (and you) takes a backseat.

It was a piece of text. Get over it.

Good luck with your campaign, man. \/


So you had the thread removed? You are such a collassal piece of fucking garbage, you can't even offer the slightest fucking explanation as to what happened to the brig. I'm going to make it my personal goal to fucking let everyone know what a god damn cheat you are if I don't get some answers ASAP..

landy
11-16-2007, 09:37 PM
Congrats on the move out of the basement, pretty soon you might be able to talk to real girls.

And I was never outbid on your armor, you simple removed the entire thread AFTER the MB had been met by me. That little move was shadier than that time you had a hamster stuck in your ass and had to get a doctor to remove it. Plain and simple, you broke written and unwritten auction rule.

For the record, mispelling consultation would not "make the script not work". Such a fucking assclown.

Drew
11-16-2007, 09:49 PM
Congrats on the move out of the basement, pretty soon you might be able to talk to real girls.

And I was never outbid on your armor, you simple removed the entire thread AFTER the MB had been met by me. That little move was shadier than that time you had a hamster stuck in your ass and had to get a doctor to remove it. Plain and simple, you broke written and unwritten auction rule.

For the record, mispelling consultation would not "make the script not work". Such a fucking assclown.


It's quite clear to me that you were the retard in this scenario, just from the way you speak and treat others.

-waiting for your "witty" comeback

thefarmer
11-16-2007, 09:55 PM
Congrats on the move out of the basement, pretty soon you might be able to talk to real girls.

And I was never outbid on your armor, you simple removed the entire thread AFTER the MB had been met by me. That little move was shadier than that time you had a hamster stuck in your ass and had to get a doctor to remove it. Plain and simple, you broke written and unwritten auction rule.

For the record, mispelling consultation would not "make the script not work". Such a fucking assclown.

If you're refering to ELO's shadowy grey brig, I'm the one who bought it out and gave it to a friend.

Nothing shady about selling an item that way.

Drew
11-16-2007, 09:56 PM
If you're refering to ELO's shadowy grey brig, I'm the one who bought it out and gave it to a friend.

Nothing shady about selling an item that way.


:rofl: awesome

ELO
11-16-2007, 10:00 PM
And really, what's so "shady" about having a hampster removed from your ass by a doctor? Come on, we've all been there.

PS. I can't remove threads. :(

landy
11-16-2007, 10:42 PM
It's quite clear to me that you were the retard in this scenario, just from the way you speak and treat others.

-waiting for your "witty" comeback


Apparently my witty comeback isn't all you're waiting for, add to that list some common sense, half a brain, and the pack of cigarettes your father said he was going to get when he left your mother... now if you only had the first on the list you'd realize the other two are about as likely to show up as that fucking cartoon alien woman you fantasize about.

Is that what you were looking for? I hope you feel included now.

landy
11-16-2007, 10:46 PM
Dude, the thing is I ASKED him about a buyout, he said there WASN'T one. That's totally shady, and against every common auction practice there is. Whatever, I'm over it, got better armor anyways.

ELO
11-16-2007, 11:00 PM
Dude, the thing is I ASKED him about a buyout, he said there WASN'T one. That's totally shady, and against every common auction practice there is. Whatever, I'm over it, got better armor anyways.

Actually, I said, "Not yet".

And also, I'd like to see where all these rules are written down that tells me what I can and cannot do with my make-believe items.

You seem to have a lot of pent up aggression. :(

landy
11-16-2007, 11:23 PM
Like I said ELO I'm over it, I feel what you did was wrong, you don't agree... we'll leave it at that.

And my aggression isn't pent up, I let that shit go wherever and whenever I can. I just may have more than my fair share, just my military mentality I guess.

Jayvn
11-16-2007, 11:26 PM
who the fuck is this noob poster coming in with all this pent up aggression?

landy
11-17-2007, 01:13 AM
who the fuck is this noob poster coming in with all this pent up aggression?

Oh my science... you silly fucksicle, it's over. Go to another thread.

Makkah
11-17-2007, 01:30 AM
N00b ass bitch

landy
11-17-2007, 01:44 AM
N00b ass bitch

Yaayeah that shit is GANGSTA! You fuckin' twat.

radamanthys
11-17-2007, 09:13 AM
Oh, Jesus, here we go.

Indellectual disputation is lost on this guy... he sounds like the typical young internet user... knows everything, wants to make sure people know that he knows everything, and really doesn't know a shred of anything.

Rinualdo
11-17-2007, 09:18 AM
Check out some of his other threads too.

landy
11-17-2007, 01:41 PM
Oh, Jesus, here we go.

Indellectual disputation is lost on this guy... he sounds like the typical young internet user... knows everything, wants to make sure people know that he knows everything, and really doesn't know a shred of anything.

Which part of any one of these threads has been intellectual? I suppose to you some of this inane banter reaches an intellectual level, but for someone with the IQ of a fucking chimp it's just flaming.

Hilts
12-20-2007, 01:07 AM
call the fucking wambulance we've got a cry'r on our hands!

quit whining

[late post on this thread, ha]

TheSmooth1
12-20-2007, 05:36 PM
Like I said ELO I'm over it, I feel what you did was wrong, you don't agree... we'll leave it at that.

JESUS CHRIST I'M OVER IT FUCK YOU ASSHOLE I HATE YOU

Doesn't look like you're over it to me. :shrug:

Gnomad
12-21-2007, 12:40 AM
Whatever, I'm over it, got better armor anyways.


Like I said ELO I'm over it,


Oh my science... you silly fucksicle, it's over.

Yup, you're over it.

edit: dunno how i missed the post above me.

xao92k
11-09-2008, 08:07 PM
Has anyone tried this script or is everyone too busy trolling this guy?