I want to take all mail with clicking.
<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="-421" z="-5997" y="21"> player:target_NPC("Logar mailbox");
sendMacro("ChoiceOption(1);");
player:mouseclickL(47, 185, 1024, 768);
player:mouseclickL(445, 455, 1024, 768);
</waypoint>
</waypoints>
It is going to mailbox and opening it and clicking to mails but it is clicking very fast it isnt wait to open mail.
I must put waiting time to mouse clicking how must be waypoint codes ?
How is waiting time code ?
for example :
delay 3000;
sleep (3000);
Micromacro waiting time code ? (like sleep delay )
Re: Micromacro waiting time code ? (like sleep delay )
Code: Select all
yrest(3000)Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: Micromacro waiting time code ? (like sleep delay )
ok thanks now it is work perfectly but now I need Stopping codelisa wrote:any reason you don't use the mail addon, like someone mentioned in your last topic?Code: Select all
yrest(3000)
How I will stop to macro ? What is stopping code ? I am learning with your techs
Re: Micromacro waiting time code ? (like sleep delay )
you didn't answer my questionlisa wrote: any reason you don't use the mail addon, like someone mentioned in your last topic?
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: Micromacro waiting time code ? (like sleep delay )
my english bad I am not using mail addon because ultimate mail addon dont work on my game :Slisa wrote:you didn't answer my questionlisa wrote: any reason you don't use the mail addon, like someone mentioned in your last topic?