sombe basics

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
spawni
Posts: 100
Joined: Wed Sep 28, 2011 11:21 am

sombe basics

#1 Post by spawni »

some basic questions - answers not found in board....

I searched arround a bit and didn´t found answer:

- how to activate log / debug?
- how to start a script from a specific waypoint
(for example: if i want to try a special part of the script without going through all of it from the start)
- shotcuts and basic function-keys while runnig the bot (pause, stop....)

Hope you can send me a link to manual - so i can read how to :geek:

thx
spawni
spawni
Posts: 100
Joined: Wed Sep 28, 2011 11:21 am

Re: sombe basics

#2 Post by spawni »

:oops: maual on top of the board :oops:

But - no hint for my questions...
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: sombe basics

#3 Post by rock5 »

If you follow your 'bot' command with 'debug' it should enable pretty much all the debug options eg.

Code: Select all

rom/bot path:waypointfilename debug
If you want to start a waypoint file from where you are standing, it should already automatically start from the nearest waypoint. If you still have trouble starting from the correct waypoint you will have to add this to the waypoint file onload section.

Code: Select all

__WPL:setWaypointIndex(num)
Where 'num' is the waypoint number.

Waypoint file functions can be found here
http://www.solarstrike.net/wiki/index.p ... _Functions

Basically the default controls for running scripts are
  • END - Pauses the script
    DELETE - Resumes the script.
    CTRL_L - Stops script execution.
  • 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
spawni
Posts: 100
Joined: Wed Sep 28, 2011 11:21 am

Re: sombe basics

#4 Post by spawni »

thank you very much
Post Reply