Page 1 of 1
How to actively enter sleep mode?
Posted: Wed May 12, 2010 10:09 pm
by Alexslr
Hi all,
I found the sleep mod of RB is very useful in many situations. How can I actively enter this mode? Before I could only have that state due to too many unsticking trials.
Thank you,
Alexxx
Re: How to actively enter sleep mode?
Posted: Wed May 12, 2010 11:46 pm
by Administrator
Re: How to actively enter sleep mode?
Posted: Thu May 13, 2010 11:00 pm
by Alexslr
Thanks for quick reply, but how to do that? Put into code or macro or command?
Alexxx
Re: How to actively enter sleep mode?
Posted: Thu May 13, 2010 11:16 pm
by Administrator
I really don't understand what you're asking. You're going to have to be more specific. You can use it in about 10 different places; all for different things.
Re: How to actively enter sleep mode?
Posted: Fri May 14, 2010 9:56 pm
by filipsworks
Alexslr wrote:Thanks for quick reply, but how to do that? Put into code or macro or command?
Alexxx
In easy way:
1) Create new waypoint file.
2) U will get smth like this:
Code: Select all
<waypoints>
...
<waypoint></waypoint>
...
</waypoints>
3) Put code to get smth like this:
Code: Select all
<waypoints>
...
<waypoint>player:sleep();</waypoint>
...
</waypoints>
Re: How to actively enter sleep mode?
Posted: Mon May 17, 2010 3:17 pm
by d003232
Alexslr wrote:How can I actively enter this mode? Before I could only have that state due to too many unsticking trials.
It depends from the situation. When do you like to go to the sleep mode?
- After a certain waypoint? If so then use the function as Admin wrote
- if you like to activate the sleep mode by yourself, using a keypress then use the expert profile option
Code: Select all
<option name="USE_SLEEP_AFTER_RESUME" value="true" />
By doing that your char will enter the sleep mode after pressing pause/resume key.
Re: How to actively enter sleep mode?
Posted: Wed May 19, 2010 6:22 am
by filipsworks
d003232 wrote:Alexslr wrote:
[*]if you like to activate the sleep mode by yourself, using a keypress then use the expert profile option
Code: Select all
<option name="USE_SLEEP_AFTER_RESUME" value="true" />
By doing that your char will enter the sleep mode after pressing pause/resume key.[/list]
OMFG! Thx 4 this... really needed for smth like AutoCombat^^