You are not logged in.

Applications: [GameMaster: OPEN] | [Volunteer Testers: OPEN]


This forum will be permanently shut down on Friday 13.07.2018
Please copy or save all important information from old forum before they will be deactivated
We have moved to new board. https://forum.runesofmagic.gameforge.com/Come join us.

1

Sunday, February 16th 2014, 7:33pm

Toggle click to move with macro

think the title says it...

Is it possible to toggle Click to move on and off with a macro?
if so does anyone have a working macro to do so?
(I am not the most literate with macroing and whatnot)

I feel that there are some boss fights in instances where it would make life easier if I could toggle click to move off for strats and such... maybe its just me but figured I would ask here ^_^

:beer:
Calon
The grass is greener when you are in Paradise.

2

Sunday, February 16th 2014, 8:03pm

Source code

1
2
3
4
5
6
7
8
9
10
11
--off
/run GC_SetMouseMoveEnable(false)

--on
/run GC_SetMouseMoveEnable(true)

--check 
/run GC_GetMouseMoveEnable()

--toggle function
/run if GC_GetMouseMoveEnable() then GC_SetMouseMoveEnable(false) else GC_SetMouseMoveEnable(true) end  

3

Sunday, February 16th 2014, 10:07pm

Ty! Much appreciated :thumbup:
Calon
The grass is greener when you are in Paradise.

Similar threads