Runtime

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
borbarad3
Posts: 5
Joined: Mon Oct 12, 2009 4:04 am

Runtime

#1 Post by borbarad3 » Fri Jul 23, 2010 2:10 am

Can i say sript/waypoint only run 20 times, 30 times?
or only in minits?

Thx

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Runtime

#2 Post by rock5 » Fri Jul 23, 2010 5:00 am

borbarad3 wrote:Can i say sript/waypoint only run 20 times, 30 times?
or only in minits?

Thx
Which do you want to do?
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

swietlowka
Posts: 316
Joined: Wed Jun 16, 2010 8:16 am

Re: Runtime

#3 Post by swietlowka » Fri Jul 23, 2010 5:36 am

yes u can: http://www.solarstrike.net/wiki/index.p ... _Variables
add any of those variables to your last waypoint, and in first waypoint add check for the number in this variable
like :
self.free_counter1 = self.free_counter1 + 1 in the last waypoint and this:

if( self.free_counter1 > 20 ) then
printf("do some other coding stuff"); <- here u add what you need to do, like change char, change profile, or just end botting
end;

in the beggining of your waypoint

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 2 guests