Page 1 of 1

Research Expert - Manual Macro

Posted: Fri Jul 01, 2016 3:51 pm
by Ahead
As many of us know, in certain RoM private server micromacro is not allowed, so i wonder if is there a way of making a manual macro for this quest.

I ask for something like:

/target npc
/wait 1
/click first bottle
/wait 0.5
/click second bottle
etc
etc
etc

I'm sure you understand me.

Would it be possible? It's not fun at all to spend more than 100 daily tickets doing this manually.

Thanks in advance.

Re: Research Expert - Manual Macro

Posted: Sat Jul 02, 2016 4:19 pm
by beanybabe
I have heard there is a macro for it around but have not seen it. here is one lisa made. you could look at it and figure way to make a macro. viewtopic.php?t=6019

it has
local bottle1 = player:findNearestNameOrId(123369)
local bottle2 = player:findNearestNameOrId(123368)
local bottle3 = player:findNearestNameOrId(123508)
local NPC1 = player:findNearestNameOrId(123561)
so you need target 123369 target 123368 target 123508
target the npc 123561

hope you can figure something out.

Re: Research Expert - Manual Macro

Posted: Sat Jul 02, 2016 5:22 pm
by lisa
you can't use macros for that quest, simply can't be done, you either bot it or do it manually.