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?
atuomacro onAction attack -help
Moderator: Moderators
-
- Moderators
- Posts: 1197
- Joined: 16 Dec 2011, 02:53
- Noob?: No
- Location: Brazil
Re: atuomacro onAction attack -help
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 :
To not teleport when your hp are on condition.
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
Learn rules
-
- Noob
- Posts: 2
- Joined: 27 Dec 2013, 20:39
- Noob?: Yes
Re: atuomacro onAction attack -help
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...
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...