Changing WAYPOINT_DEVIATION during WP-progress.

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
amalia
Posts: 38
Joined: Wed Jul 10, 2013 7:37 am

Changing WAYPOINT_DEVIATION during WP-progress.

#1 Post by amalia »

Thinking of masking myself better I played with random behaviour functions like LOOT_PAUSE_AFTER and WAYPOINT_DEVIATION or randomly/alterning change the QUICK_TURN behaviour
The idea: Having a precise path when it´s needed and a random if not.


I tried to change the waypoint deviation during the progress but it seems that it does not have an effect since the bot still walks the precise way.

Code: Select all

<!-- # 16 --><waypoint x="7537" z="3029" y="180" type ="TRAVEL">changeProfileOption("WAYPOINT_DEVIATION",100);	</waypoint>
	<!-- # 17 --><waypoint x="7573" z="2853" y="180" type ="TRAVEL">	</waypoint>
	<!-- # 18 --><waypoint x="7556" z="2681" y="180" type="TRAVEL">	changeProfileOption("WAYPOINT_DEVIATION",0);</waypoint>
Do I Wrong? May be I also do not understand what the Deviation really does.
Qick turn not tested yet.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Changing WAYPOINT_DEVIATION during WP-progress.

#2 Post by rock5 »

The command looks correct. I can't see why it wouldn't work.
  • 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
amalia
Posts: 38
Joined: Wed Jul 10, 2013 7:37 am

Re: Changing WAYPOINT_DEVIATION during WP-progress.

#3 Post by amalia »

Ok I don´t know why I believed it would not work. It´s fine and I cannot reproduce it.

And with the Quick_turn.
When I put the option Quick_turn=false. The char stops to turn. I tried to make him look like running with WASD+ turning with QE in order to look like humans would do. But other chars do not see this smooth turning anyway. So just forget about it. Post could be deleted completly.
amalia
Posts: 38
Joined: Wed Jul 10, 2013 7:37 am

Re: Changing WAYPOINT_DEVIATION during WP-progress.

#4 Post by amalia »

It was an issue with numbering waypoints, so the option did not take effect when I assumed it to do.
Post Reply