02-27-2015, 03:47 AM
(This post was last modified: 02-27-2015, 03:49 AM by kaiquegabriel.)
Edit:
And:
You want edit to sqms where u need throw:
33230 = x
32802 = y
11 = z
You can create two points on cavebot with manual macros:
Macro (x y z:throw steel shield)
Macro (x y z:throw long sword)
Good luck :}
Code:
0 {throw steel shield} Map.Thrown(3409, 1, 33230, 32802, 11) Macro.Wait(1000) Map.Thrown(3409, 1, 33230, 32802, 11) Macro.Wait(1000) Map.Thrown(3409, 1, 33230, 32802, 11) Macro.Wait(1000) Map.Thrown(3409, 1, 33230, 32802, 11)
Code:
0 {throw long sword} Map.Thrown(3285, 1, 33230, 32802, 11) Macro.Wait(1000) Map.Thrown(3285, 1, 33230, 32802, 11) Macro.Wait(1000) Map.Thrown(3285, 1, 33230, 32802, 11) Macro.Wait(1000) Map.Thrown(3285, 1, 33230, 32802, 11)
You want edit to sqms where u need throw:
33230 = x
32802 = y
11 = z
You can create two points on cavebot with manual macros:
Macro (x y z:throw steel shield)
Macro (x y z:throw long sword)
Good luck :}