help for scripting

Posted by Mushclientuser on Sun 23 Oct 2005 09:38 PM — 2 posts, 11,284 views.

#0
Hi,
i'm new to scripting and was thinking of creating a script to collect mushrooms in this mush game... and was wondering how to do that..
and which script would be good?

there are 2 types of areas where i can pick mushrooms.
one is a maze and therefore there is a specific route that needs to be followed.. and i need to put in the initial route,

the other is to walk randomly in an area and find mushrooms.

it takes a while to harvest the mushrooms
here are some of the texts from the mush..

this is the prompt line:
"<Hp:6500/6560 Mp:2290/2290 Mv335/335 Mushrooms:0 Gold:31798>"
if my movement falls below the 20% mark i have to go back to the town to rest and replenish my movement the command is teleport.
when my mv is full i need to input in the directions to go back to the fields.

the text given when i see a mushroom is:
"A weird Multicolored Mushroom"

the command to pick it is: pick mushroom

the next text given after that command is:
"You slowly start harvesting the mushroom this could take 10 seconds"

the word slowly is a variable and the time is also a variable.. it varies alot..

when the harvesting is complete the text is:
"Phew! Your hardwork is completed"

i would like to keep looping it until i run out of movement then have to go back to town.

oh if someone else is picking the mushroom, the text would be: "A weird Multicolored Mushroom is being picked by <name>"

also i can't pick the mushroom if the dogs or farmer is in the same room or i'll get caught
the texts are:
"A Dog Prowls around the fields"
"The Farmer is scanning the fields"
"A Dog enters from the east"
"Farmer enters from the east"

oh the exits area shown as:
"[Exits: north east south west]"

Can you please help me learn how to make this script please..
thanks
#1
anyone? help pleasee =)