need help with eden quest

International

Moderator: Moderators

Message
Author
StarFlamer
Noob
Noob
Posts: 3
Joined: 01 Nov 2009, 14:24
Noob?: Yes

need help with eden quest

#1 Post by StarFlamer »

can somebody help me with reading the quest info from eden or any board quest ?
i cant seem to get it to work on automacro
example like

automacro retakequest {
console /Quest [Spore] completed./
run-once 1
call sporequest
}

whenever im done with the quest , i can read in the console that it says
[info] Quest this and that completed
but my automacro doesnt trigger

anyone can help me with that ?

omgitsabotter
Noob
Noob
Posts: 16
Joined: 31 May 2014, 12:53
Noob?: No

Re: need help with eden quest

#2 Post by omgitsabotter »

StarFlamer wrote:can somebody help me with reading the quest info from eden or any board quest ?
i cant seem to get it to work on automacro
example like

automacro retakequest {
console /Quest [Spore] completed./
run-once 1
call sporequest
}

whenever im done with the quest , i can read in the console that it says
[info] Quest this and that completed
but my automacro doesnt trigger

anyone can help me with that ?
Post your full macro and perhaps we can figure out why its not trigerring.

StarFlamer
Noob
Noob
Posts: 3
Joined: 01 Nov 2009, 14:24
Noob?: Yes

Re: need help with eden quest

#3 Post by StarFlamer »

Post your full macro and perhaps we can figure out why its not trigerring.[/quote]

Code: Select all

automacro startboard1 {
	console /Quest [Grand Peco Hunting] - defeated [Grand Peco] progress (150/150)/
do is Butterfly Wing	
call gosleeper
do conf lockMap yuno_fild11

macro gosleeper {
	do talknpc 186 148 c c r2 c r2 c
}

i can see in the console it says Quest [Grand Peco Hunting] - defeated [Grand Peco] progress (150/150)
but my automacro doesnt trigger

afgh1214
Plain Yogurt
Plain Yogurt
Posts: 66
Joined: 07 Aug 2014, 05:46
Noob?: Yes

Re: need help with eden quest

#4 Post by afgh1214 »

console /Quest [Grand Peco Hunting] - defeated [Grand Peco] progress (150/150)/
This doesnt work. I read somewhere that kore doesnt recognize this as info/expression so it would not trigger your automacro.

Your best bet is to use a hook for the kill count that kore receives from the server. There's already a thread about that somewhere in the forums.

Post Reply