how to determine kill counts in a quest?

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

Moderator: Moderators

Message
Author
tikztikz
Noob
Noob
Posts: 12
Joined: 28 Feb 2011, 22:41
Noob?: Yes

how to determine kill counts in a quest?

#1 Post by tikztikz »

e.g.

macro kc {
$killcount = (the code for kill counts)
if ($killcount == 20) call talknpc
}
macro talknpc {
do stuff here
}

thanks for the help! :D

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: how to determine kill counts in a quest?

#2 Post by SkylorD »

Learn rules

tikztikz
Noob
Noob
Posts: 12
Joined: 28 Feb 2011, 22:41
Noob?: Yes

Re: how to determine kill counts in a quest?

#3 Post by tikztikz »

^

I tried that code but it returns the total kill count needed, not the actual kill count thus always meeting the condition.

iMikeLance
Moderators
Moderators
Posts: 208
Joined: 01 Feb 2010, 17:37
Noob?: No
Location: Brazil - MG
Contact:

Re: how to determine kill counts in a quest?

#4 Post by iMikeLance »

tikztikz wrote:^

I tried that code but it returns the total kill count needed, not the actual kill count thus always meeting the condition.
Are you botting in an official server? If so, please post it's name so we can fix this.

tikztikz
Noob
Noob
Posts: 12
Joined: 28 Feb 2011, 22:41
Noob?: Yes

Re: how to determine kill counts in a quest?

#5 Post by tikztikz »

iMikeLance wrote:
tikztikz wrote:^

I tried that code but it returns the total kill count needed, not the actual kill count thus always meeting the condition.
Are you botting in an official server? If so, please post it's name so we can fix this.
yes, it's an official server. It's Philippine Ragnarok Online, New Iris.

Also, one thing that i have observed was when kill counts increase, the quest list(in the console) also increases.

Shadow7
Human
Human
Posts: 25
Joined: 03 Dec 2009, 12:30
Noob?: No

Re: how to determine kill counts in a quest?

#6 Post by Shadow7 »

tikztikz

The quest count itself was bugged for New Chaos for a lot of instances the last time I tried. (It would still work for some though)
I'll try messaging the guy from New Iris that got it to work and see what he did exactly

chubbyjenz
Noob
Noob
Posts: 1
Joined: 08 Aug 2012, 22:17
Noob?: Yes

Re: how to determine kill counts in a quest?

#7 Post by chubbyjenz »

i also need some help here..

how about if i already kill 20 poring (e.g.) and it will use butterfly wing to teleport to town?

Post Reply