Difference between revisions of "Angle"

From WikiManual
Jump to: navigation, search
 
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
angle
+
This calculates the angle between a bot's current co-ordinates and another location.
  
Calculates the angle between my co-ordinates and two other co-ordinates.
+
Place the desired co-ordinates onto the stack first then this function will remove them both and place the calculated angle onto the stack.
 +
 
 +
1000 1000 angle .setaim store
 +
 
 +
This will store the angle between where a bot is currently and the target co-ordinates, [1000,1000], into aim.
  
Place the desired co-ordinates onto the stack first then this function will remove them both and place the calculated angle onto the stack.  
+
A use for this in combat is to calculate the exact angle required to aim at an enemy. The code:
(1000 1000 angle) will store the angle between where I am now and the target co-ordinates, [1000,1000], onto the stack. Then I can use the new value to show me which direction to head in.
+
 
 +
*[[.refxpos]] *[[.refypos]] angle [[.setaim]] store
 +
 
 +
Will enable amazingly precise attacks.
 +
 
 +
{{Advanced Commands}}

Latest revision as of 12:33, 27 June 2014

This calculates the angle between a bot's current co-ordinates and another location.

Place the desired co-ordinates onto the stack first then this function will remove them both and place the calculated angle onto the stack.

1000 1000 angle .setaim store

This will store the angle between where a bot is currently and the target co-ordinates, [1000,1000], into aim.

A use for this in combat is to calculate the exact angle required to aim at an enemy. The code:

*.refxpos *.refypos angle .setaim store

Will enable amazingly precise attacks.

Advanced Commands:

angle
dist
ceil
floor
sqr pow
pyth

The following commands are not supported in versions earlier 2.46:

anglecmp
root
logx
sin
cos