PDA

View Full Version : Deed script?



Weedmage Princess
06-04-2003, 06:10 PM
Looking for a good script to get deeds in the Landing...for gems. Thanks In Advance :)

Caels
06-04-2003, 07:35 PM
Didn't I give you one?

Weedmage Princess
06-05-2003, 06:09 PM
Yeah you gave me the link via IMs and I accidently closed the window (I know..duhhhh..heh)

If you want to give it to me again.... :D

Weedmage Princess
06-05-2003, 09:29 PM
Well since Caels doesn't seem to want to help me out, anyone else out there have (or know of here I could find) a good deed script using Gems for the Landing?

Caels
06-06-2003, 01:31 AM
Sorry, my DSL has gone down again and looks like it will be down until at least Monday.

Here is a very simple deed script from WL.


#deed.cmd
if_1 goto Start
Echo Please select at least one item for offering.
Echo
Echo Syntax is .deed <item1> <item2> ... <item9>
Exit

Start:
move go tap
put ring chime with mallet
wait
put ring chime with mallet
Wait
put kneel

Loop:
put get %1
wait
put drop %1
wait
Shift
If_1 goto Loop

put ring chime with mallet
wait
move out
exit

fallenSaint
07-09-2004, 09:27 AM
Not that you need another that last one is rather nice but this one I setup to use the gems in the temple or wands/magic items at hearthstone usage would be .deed (item) (container item is in) or .deed (item) (item) (container) I havent updated it in forever so its only setup to drop two items but I never use more than two so Im too lazy to update:

put look
match Landing Temple, Tapestry Room
match Hearthstone Hearthstone, Garden Niche
matchwait

Hearthstone:

if_3 goto Start2
if_2 goto Start1


Start1:

put close door
put pull rope
pause
put open drawer
put get %1 from %2
pause
put put %1 in drawer
put close drawer
pause
put open door
exit

Start2:
put close door
put pull rope
pause
put open drawer
put get %1 from %3
pause
put put %1 in drawer
put get %2 from %3
pause
put put %2 in drawer
put close drawer
pause
put open door
exit

Landing:

if_3 goto Start4
if_2 goto Start3


Start3:

move go tap
put ring chime with mallet
wait
put ring chime with mallet
Wait
put kneel
waitfor You kneel down on the platform
put get %1 from %2
put drop %1
pause
put ring chime with mallet
wait
move out
exit

Start4:
move go tap
put ring chime with mallet
wait
put ring chime with mallet
Wait
put kneel
waitfor You kneel down on the platform
put get %1 from %3
put drop %1
pause
put get %2 from %3
put drop %2
wait
put ring chime with mallet
wait
move out
exit