atuomacro onAction attack -help

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

NoggerEis
Noob
Noob
Posts: 2
Joined: 27 Dec 2013, 20:39
Noob?: Yes

atuomacro onAction attack -help

#1 Post by NoggerEis »

Hi,

i would like to write an automacro which uses an Butterfly Wing and stops Botting
when i missed a Mob 10 or so times or if it has not died after 10 hits.

I cant find any trigger for that, i think i need something like

"onAction attack" do
count (misses/hits)
if (count = 10) {
use "Butterfly Wing";
do "/sit";
do "Pause Botting";
}
end

anyone any ideas?
User avatar
SkylorD
Moderators
Moderators
Posts: 1197
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: atuomacro onAction attack -help

#2 Post by SkylorD »

http://www.openkore.com/index.php/TeleportAuto_atkMiss

http://www.openkore.com/index.php/TeleportAuto_atkCount

I guess you don't need to do a macro.

You'll need :

http://www.openkore.com/index.php/TeleportAuto_useSkill

And remove all other conditions that are set. To not teleport under other conditions. To prevent spend.

Such :

Code: Select all

teleportAuto_hp 10
To not teleport when your hp are on condition.
Learn rules
NoggerEis
Noob
Noob
Posts: 2
Joined: 27 Dec 2013, 20:39
Noob?: Yes

Re: atuomacro onAction attack -help

#3 Post by NoggerEis »

I looked that up already, but since the only option is to use Fly Wing OR Butterfly Wing,
thats not much of a help, cuz i want him to use Fly Wing in some Situations like Teleport from Boss Gob
on Gob Map. So i will always have Bwings and Fwings in Inventory.
The other part is, i really need the Bot to Stop Botting.
It has to look like i just ported to Town like i was making a break...