PDA

View Full Version : Deed buying script?



Kyrandos
09-30-2007, 01:12 AM
Anyone have a script that automates the process?

Dwarven Empath
09-30-2007, 04:38 AM
I have one for Illistim: To use have a gem in your right hand, and type .Ideed (gem name)

Ideed

begin:
if_1 goto main
echo Usage: .ideed [gemname held in hand]
exit

main:
put close tome
wait 1
put open tome
wait 1
put read tome
wait 1
put turn tome to vaal

match dir1 gaunt man with heavy-lidded
match dir2 huge man upon a throne
match dir3 young man of epic build
match dir4 heavily muscled person
matchwait

dir1:
wait 1
move e
move go pan
put get tap
wait 1
put light my tap with candle
wait 1
move go pan
move w
move nw
save southeast
goto finish

dir2:
wait 1
move e
move go pan
put get tap
wait 1
put light my tap with candle
wait 1
move go pan
move w
move n
save south
goto finish

dir3:
wait 1
move e
move go pan
put get tap
wait 1
put light my tap with candle
wait 1
move go pan
move w
move sw
save northeast
goto finish

dir4:
wait 1
move e
move go pan
put get tap
wait 1
put light my tap with candle
wait 1
move go pan
move w
move ne
save southwest
goto finish

finish:
wait
put go door
match lock1 The door seems to be locked
match open You carefully
matchwait

lock1:
wait
put go other door
match lock2 The door seems to be locked
match open You carefully
matchwait

lock2:
wait
put go third door
goto open

open:
wait
put put %1 on cens
wait 1
put kneel
wait 1
put med
wait 1
put pray
match success You slowly rise
match failure You struggle to gain any further
matchwait

success:
echo
echo Hey! Looks like you did something right!
echo
goto headback

failure:
echo
echo Oops! Looks like you're too cheap!
echo
goto headback

headback:
wait
move %s
exit

Kyrandos
09-30-2007, 09:52 AM
hmm, Ive never been to illistrim, and dont know what type of gem I need.

Dwarven Empath
09-30-2007, 10:26 AM
well how many levels are you and how many deeds do you have?

Kyrandos
09-30-2007, 10:31 AM
well how many levels are you and how many deeds do you have?

I am 49, and have no deeds

Deathravin
09-30-2007, 12:37 PM
not surprising

Methais
09-30-2007, 01:49 PM
Anyone have a script that automates the process?

Starting from the bank using dwarf-cut rubies you can buy from the Northern Caravansary for 5k each which I was able to get up to around 50 deeds off of one at level 100:

deeds:
move east
move east
put prep 525
put cast
move east
move east
move south
move south
move east
move go temple
move go black arch
move go tapestry
put kneel
put hit gong with mallet
put hit gong with mallet
put get ruby
put drop ruby
put hit gong with mallet
move go black arch
move out
move west
move west
move north
move north
move west
move west
move west
move w
goto deeds

Sylvan Dreams
09-30-2007, 02:18 PM
Anyone have a script that automates the process?

It would help if you specified what city you're trying to buy deeds in.

Kyrandos
09-30-2007, 02:55 PM
It would help if you specified what city you're trying to buy deeds in.

Landing.


- Methais, maybe I am understanding you wrong. Are you saying that these dwarf cut rubies cost 5k, and will still buy deeds at lv 100? That's... fantastic..

Dwarven Empath
09-30-2007, 02:59 PM
Yep those rubies will give anyone a deed.

Medi...

Methais
09-30-2007, 03:04 PM
Landing.


- Methais, maybe I am understanding you wrong. Are you saying that these dwarf cut rubies cost 5k, and will still buy deeds at lv 100? That's... fantastic..

Yeah, just load up on rubies and use the script I gave you and you'll be set.

Kyrandos
09-30-2007, 03:29 PM
Yeah, just load up on rubies and use the script I gave you and you'll be set.

Unreal. Thanks for the tip. This is how I'm gonna do it from here on out.

Methais
09-30-2007, 04:52 PM
Unreal. Thanks for the tip. This is how I'm gonna do it from here on out.

I fixed a small error on the script, you might want to recopy it.

TheEschaton
09-30-2007, 04:59 PM
Interesting "error".

Methais
09-30-2007, 05:04 PM
One of the rooms was off. That's all.

TheEschaton
09-30-2007, 05:06 PM
It also casts Meteor Swarm. :P

Methais
09-30-2007, 05:07 PM
No it doesn't STFUUUUUUUUUU!!!!

Drunken Durfin
09-30-2007, 05:07 PM
My Landing Deed Script...


Main:
ECHO ==========================================
ECHO Durfin's Landing Deed Script
ECHO Script must start from the Small Park
ECHO or
ECHO Inside the Temple through the Black Arch
ECHO
ECHO What shalle we do? [enter number]
ECHO
ECHO 1. Go to the Temple
ECHO 2. Get Deed
ECHO 3. Return to the Small Park
ECHO ==========================================
MATCH ToTemple 1
MATCH GetDeed 2
MATCH ToPark 3
MATCHWAIT

GetDeed:
put go tapestry
WAITFOR The smoke of scores
put ring chime with mallet
WAITFOR You strike the hollow brass chime with
put ring chime with mallet
WAITFOR You turn your attention
put kneel
ECHO ===========================================
ECHO
ECHO Drop your gems or coins for offering.
ECHO Nod and script will continue
ECHO
ECHO ===========================================
WAITFOR You Nod


put ring chime with mallet
WAITFOR a third time
put stand
move out
put exp
PAUSE 2
GOTO Main

ToTemple:
move n
move ne
move e
move e
move e
move s
move s
move e
put go temp
put go black arch
GOTO GetDeed

ToPark:
put go arch
move out
move w
move n
move n
move w
move w
move w
move sw
move s

Kyrandos
09-30-2007, 05:11 PM
not bad durfin, thanks! I might see if I can automate the coin dropping, but not sure if it can be done without liche