Bot wont Bwing on low health.

International

Moderator: Moderators

Onigami
Human
Human
Posts: 20
Joined: 31 May 2011, 20:09
Noob?: Yes

Re: Bot wont Bwing on low health.

#11 Post by Onigami »

SkylorD wrote:The openkore is pre-configured to use ButterFly wing when item is avaiable in inventory.
Do this :

Configure your teleportAuto_useSkill 0 and teleportAuto_hp < 10%
Let your character with 10% of life, now digit "s" in console, take a screen and post here.

You're doing something wrong.
Here works perfectly, why with you no ?
I have no idea, there might be something else I'm not doing to the code. I took 2 pictures, one of the messages it shows and another of the inventory, but I can't upload them. It continues to say "could not upload attachment to"

Image

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

Re: Bot wont Bwing on low health.

#12 Post by SkylorD »

1) Send me your teleportAuto block.

2)Look this macro, works :
automacro teleport {
exclusive 1
hp <= 10%
call {
do is "Butterfly Wing"
}
}
3)You need "Macro Plugin"

4)Don't forget of 1) :D
Learn rules
Onigami
Human
Human
Posts: 20
Joined: 31 May 2011, 20:09
Noob?: Yes

Re: Bot wont Bwing on low health.

#13 Post by Onigami »

SkylorD wrote:1) Send me your teleportAuto block.

Look this macro, works :
automacro teleport {
exclusive 1
hp <= 10%
call {
do is "Butterfly Wing"
}
}
Don't forget of 1) :D
teleportAuto_hp < 20%
teleportAuto_sp 0
teleportAuto_idle 0
teleportAuto_portal 0
teleportAuto_search 0
teleportAuto_minAggressives 0
teleportAuto_minAggressivesInLock 0
teleportAuto_onlyWhenSafe 0
teleportAuto_maxDmg 1000
teleportAuto_maxDmgInLock 0
teleportAuto_deadly 1
teleportAuto_useSkill 0
teleportAuto_useChatCommand
teleportAuto_allPlayers 0
teleportAuto_notPlayers
teleportAuto_atkCount 0
teleportAuto_atkMiss 10
teleportAuto_unstuck 0
teleportAuto_lostTarget 0
teleportAuto_dropTarget 0
teleportAuto_dropTargetKS 0
teleportAuto_attackedWhenSitting 0
teleportAuto_totalDmg 0
teleportAuto_totalDmgInLock 0
teleportAuto_equip_leftAccessory
teleportAuto_equip_rightAccessory
teleportAuto_lostHomunculus
teleportAuto_useItemForRespawn

I think that's what you asked for...

Where would I put that other code?
User avatar
SkylorD
Moderators
Moderators
Posts: 1196
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Bot wont Bwing on low health.

#14 Post by SkylorD »

It's a macro.
You need macro plugin and put in your control/macros.
teleportAuto_hp < 20%
I remember now, remove condition
teleportAuto_hp 20%
Learn rules
Onigami
Human
Human
Posts: 20
Joined: 31 May 2011, 20:09
Noob?: Yes

Re: Bot wont Bwing on low health.

#15 Post by Onigami »

SkylorD wrote:It's a macro.
You need macro plugin and put in your control/macros.
teleportAuto_hp < 20%
I remember now, remove condition
teleportAuto_hp 20%
teleportAuto_hp 20%
teleportAuto_sp 0
teleportAuto_idle 0
teleportAuto_portal 0
teleportAuto_search 0
teleportAuto_minAggressives 0
teleportAuto_minAggressivesInLock 0
teleportAuto_onlyWhenSafe 0
teleportAuto_maxDmg 1000
teleportAuto_maxDmgInLock 0
teleportAuto_deadly 1
teleportAuto_useSkill 2
teleportAuto_useChatCommand
teleportAuto_allPlayers 0
teleportAuto_notPlayers
teleportAuto_atkCount 0
teleportAuto_atkMiss 10
teleportAuto_unstuck 0
teleportAuto_lostTarget 0
teleportAuto_dropTarget 0
teleportAuto_dropTargetKS 0
teleportAuto_attackedWhenSitting 0
teleportAuto_totalDmg 0
teleportAuto_totalDmgInLock 0
teleportAuto_equip_leftAccessory
teleportAuto_equip_rightAccessory
teleportAuto_lostHomunculus
teleportAuto_useItemForRespawn

I got the macro plugin off the Openkore site but I don't know how to use it. It said make a test with the code so I did, but I don't know how to find it in the DOS window. I corrected the name of the item used to Butterfly_Wing and it still does not work. I tried posting replies but they never went through.
User avatar
SkylorD
Moderators
Moderators
Posts: 1196
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Bot wont Bwing on low health.

#16 Post by SkylorD »

Man, your teleportAuto_useSkill is 2
Set to 0
.

Macro plugin is a component of OpenKore.
It's a plugin *Daa*

Not is required for run openkore.

1) Download the Macro Plugin : http://openkore.svn.sourceforge.net/vie ... /?view=tar
2) Extract the folder (2 folders and 1 archive .pl) to your plugins folder.
3) Now, goto your control folder and create a notepad archive.
4) The name of notepad will : macros
5) Open this notepad and click in "Save as", in format, you need put : "UTF-8". Save and close.
6) Now, copy my macro and paste in this notepad block, save, and exit.
7) The end.

http://openkore.com/index.php/Macro

Look instalation here.
Learn rules
Onigami
Human
Human
Posts: 20
Joined: 31 May 2011, 20:09
Noob?: Yes

Re: Bot wont Bwing on low health.

#17 Post by Onigami »

SkylorD wrote:Man, your teleportAuto_useSkill is 2
Set to 0
.

Macro plugin is a component of OpenKore.
It's a plugin *Daa*

Not is required for run openkore.

1) Download the Macro Plugin : http://openkore.svn.sourceforge.net/vie ... /?view=tar
2) Extract the folder (2 folders and 1 archive .pl) to your plugins folder.
3) Now, goto your control folder and create a notepad archive.
4) The name of notepad will : macros
5) Open this notepad and click in "Save as", in format, you need put : "UTF-8". Save and close.
6) Now, copy my macro and paste in this notepad block, save, and exit.
7) The end.

http://openkore.com/index.php/Macro

Look instalation here.
I must be doing something horribly wrong. When I use the macro code you gave me, I saved it under UTF-8 but it doesn't work. When I type in macro in the console it doesn't recognize it as a command. The teleportautoskill set to 0 on another champ and still does nothing, I was switching the numbers around to try and see if it would work with a different setting, and it wouldn't. They won't even use skills I set for them, like on my Monk to use Spheres.
User avatar
SkylorD
Moderators
Moderators
Posts: 1196
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Bot wont Bwing on low health.

#18 Post by SkylorD »

When I type in macro in the console it doesn't recognize it as a command.
Because macro isn't a command.
The teleportautoskill set to 0
Make the changes just in one bot.
Try teleport with one bot.

Man, openkore have as default, teleport with Fly Wing o BWing when your teleportAuto_hp is set.
Have you tried download a new openkore ?

If 1 way doesn't work, have the second way
If these two ways doesn't work, you're doing something wrong.
I saved it under UTF-8 but it doesn't work
See in openkore.pl starts, if he's loading the Macro plugin.
Learn rules
Onigami
Human
Human
Posts: 20
Joined: 31 May 2011, 20:09
Noob?: Yes

Re: Bot wont Bwing on low health.

#19 Post by Onigami »

SkylorD wrote:
When I type in macro in the console it doesn't recognize it as a command.
Because macro isn't a command.
The teleportautoskill set to 0
Make the changes just in one bot.
Try teleport with one bot.

Man, openkore have as default, teleport with Fly Wing o BWing when your teleportAuto_hp is set.
Have you tried download a new openkore ?

If 1 way doesn't work, have the second way
If these two ways doesn't work, you're doing something wrong.
I saved it under UTF-8 but it doesn't work
See in openkore.pl starts, if he's loading the Macro plugin.
It's loading the plugin it says, but still not working. I am new to botting, started a few weeks ago, what other version should I get? I think I have the latest one.
User avatar
SkylorD
Moderators
Moderators
Posts: 1196
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Bot wont Bwing on low health.

#20 Post by SkylorD »

Look this :

http://openkore.svn.sourceforge.net/vie ... w=revision


Hum...Post a ScreenShot of your controls folder and your plugins folder.
Post a ScreenShot also of your macros.txt (content).

Download now, openkore_ready, and make the changes discussed in this topic.

Man, a doubt very simple, but hard to solve. O.O
Learn rules