[help] Alberta Daily Quest for Valkyrie Server pRO

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

raine101
Noob
Noob
Posts: 12
Joined: 30 Oct 2012, 00:59
Noob?: No

[help] Alberta Daily Quest for Valkyrie Server pRO

#1 Post by raine101 »

There has been a new patch today November 21, 2012 which includes a security update on Alberta's Cargo Quest..

The port manager NPC now asks a fairly easy security question which involves the minimap and the 3 ships in Alberta...

In which by anychance the player gave a wrong answer, it will automatically finish and close the quest for that day...

Whenever a player speaks with the port manager, this window appears...

Image

On the mini-map, I've encircled the blue crosses on the 3 ships...

And for added info, here's what appears on the console...

Image

Now, the coordinates of these 3 crosses are constant no matter how many times you speak with the NPC..

Those are -194,217- , -194,168- and -265,88-...

The only difference is that the number of crosses that appear is randomized from 1 to 3..

I was able to make automacros and corresponding macros...

The problem is whenever the NPC gives either 2 or 3 coordinates, the first automacro kicks in giving a wrong answer...

I was just wondering if there's anything we can do to provide the right answer to the NPC thus continuing the quest...

Thanks...

And by the way, I am currently using metalmarine's macro --->> http://forums.openkore.com/viewtopic.php?f=55&t=15699

Here's the automacro/macro I've created...

automacro capcha-a {
console /location 194, 217/i
exclusive 1
priority 3
call solved-a
}

automacro capcha-b {
console /location 194, 168/i
exclusive 1
priority 2
call solved-b
}

automacro capcha-c {
console /location 265, 88/i
exclusive 1
priority 1
call solved-c
}

macro solved-a {
pause 2
do talk text 1
release capcha-a
}

macro solved-b {
pause 2
do talk text 2
release capcha-b
}

macro solved-c {
pause 2
do talk text 3
release capcha-c
}
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: [help] Alberta Daily Quest for Valkyrie Server pRO

#2 Post by EternalHarvest »

Can't be reliably done with just macro, if they're properly randomized. You need Perl hook handler for packet with map indicator ("packet/minimap_indicator" hook) to count them.
ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: [help] Alberta Daily Quest for Valkyrie Server pRO

#3 Post by ever_boy_ »

The problem is whenever the NPC gives either 2 or 3 coordinates, the first automacro kicks in giving a wrong answer...
show me the console displayed when this situation happens.
raine101
Noob
Noob
Posts: 12
Joined: 30 Oct 2012, 00:59
Noob?: No

Re: [help] Alberta Daily Quest for Valkyrie Server pRO

#4 Post by raine101 »

let met post it once i am able to login again...

currently there are technical problems on-goin the server...

thanks for the reply...
raine101
Noob
Noob
Posts: 12
Joined: 30 Oct 2012, 00:59
Noob?: No

Re: [help] Alberta Daily Quest for Valkyrie Server pRO

#5 Post by raine101 »

@ever_boy_: here's the screen capture of the problem...

Image

notice how automacro capcha-a triggers even if there are 3 corrdinates being marked on the mini-map?

i was wondering if this can be solved. thanks.

pardon me if i'm being noobish here...
unknown player
Noob
Noob
Posts: 17
Joined: 01 Aug 2009, 13:06
Noob?: Yes
Location: Somewhere near the river

Re: [help] Alberta Daily Quest for Valkyrie Server pRO

#6 Post by unknown player »

ever_boy_ wrote:
The problem is whenever the NPC gives either 2 or 3 coordinates, the first automacro kicks in giving a wrong answer...
show me the console displayed when this situation happens.

Image

this is how the captcha system appears in console sir..please help us to make a macro that counts how many locations are given or counts how many times the color code is given..thanks sir..
Image
raine101
Noob
Noob
Posts: 12
Joined: 30 Oct 2012, 00:59
Noob?: No

Re: [help] Alberta Daily Quest for Valkyrie Server pRO

#7 Post by raine101 »

ever_boy_ wrote:
The problem is whenever the NPC gives either 2 or 3 coordinates, the first automacro kicks in giving a wrong answer...
show me the console displayed when this situation happens.
I'm not sure why my posts wasn't approved, but either way, here's the screenshot of how the first automacro kicks in whenever there are 2 or 3 locations being shown on the mini-map..

Image

I hope this one gets approved and I also hope that you can help us regarding this. Thanks!
ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: [help] Alberta Daily Quest for Valkyrie Server pRO

#8 Post by ever_boy_ »

It seems to me that the npc is showing only one coordinate. I asked for the console log when "the NPC gives either 2 or 3 coordinates", like you said.
raine101
Noob
Noob
Posts: 12
Joined: 30 Oct 2012, 00:59
Noob?: No

Re: [help] Alberta Daily Quest for Valkyrie Server pRO

#9 Post by raine101 »

Image
Here's the screenshot wherein the NPC gave 3 coordinates (194,217; 194,168; 265,88) respectively...

And i've also boxed (in red) the triggered automacro so that it can be emphasized...
ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: [help] Alberta Daily Quest for Valkyrie Server pRO

#10 Post by ever_boy_ »

let me see your macro.