
Originally Posted by
meodows92
Both link i have read a little, but still unable to solve that concept that i mention in the first post, will you mine to tell me under which part, thanks for the replay.
This is an abstract reply.
So you are trying to create a script that runs the sorceress garden? Well first you need to come up with some sort of structure for the script, such as a main script loop. This could be something not so specific:
Code:
repeat
log in
repeat
run garden
until breaktime
take break
until stoptime
With this structure, you want to define run garden as a procedure that handles a garden. In it you will need to find the sorceress that you need to dodge, get her location(and probably her orientation as it determines which way she is walking), if she is walking in such a way that if you ran to the next hiding spot and she wouldn't see you, then you would click on the minimap to run to the hiding spot.
The breaking/multiplayer handling/etc are quite specific ideas(not abstract) so I won't discuss them.