Page 1 of 1

quest list macro

Posted: 23 Jun 2017, 03:26
by genskull
server: iro chaos

hello pls help me to make automacro.

automacro checkquest {
map yuno_fild04
pause 1
call {
do console quest list
------------- this is where to code when the harpy reached 150/150 kills
do move yuno
do talk npc bounty board.
pause 1
}
}

Re: quest list macro

Posted: 18 Nov 2017, 03:40
by fadreus

Re: quest list macro

Posted: 03 Dec 2017, 22:46
by jowy
Below is my sidewinder quest, hope will give you some idea and look for the quest and mission list. When count = 150 then call the Macro.

Code: Select all

$tmpsidewinder = @eval($::questList->{62743}->{missions}->{1037}->{count})
if ($tmpsidewinder == 150) call osideWinder

Re: quest list macro

Posted: 03 Dec 2017, 23:30
by fadreus
jowy wrote:Below is my sidewinder quest, hope will give you some idea and look for the quest and mission list. When count = 150 then call the Macro.

Code: Select all

$tmpsidewinder = @eval($::questList->{62743}->{missions}->{1037}->{count})
if ($tmpsidewinder == 150) call osideWinder
That macro is outdated for iRO.
Need to use eventMacro.

See example here
http://forums.openkore.com/viewtopic.php?f=32&t=212230