quest list macro

International

Moderator: Moderators

Message
Author
genskull
Plain Yogurt
Plain Yogurt
Posts: 88
Joined: 10 Jul 2014, 09:16
Noob?: Yes

quest list macro

#1 Post 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
}
}
Attachments
1.png
1.png (9.13 KiB) Viewed 4790 times

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: quest list macro

#2 Post by fadreus »


iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

jowy
Noob
Noob
Posts: 4
Joined: 17 Mar 2016, 04:07
Noob?: No

Re: quest list macro

#3 Post 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

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: quest list macro

#4 Post 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

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Post Reply