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.

#21 Post by Onigami »

SkylorD wrote: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
Image

Image

Image

I downloaded openkore_ready when I first began botting. I still have the original folder somewhere in my computer documents.
User avatar
SkylorD
Moderators
Moderators
Posts: 1197
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Bot wont Bwing on low health.

#22 Post by SkylorD »

I downloaded openkore_ready when I first began botting.
You need a updated version.
In a day, openkore_ready is conform version 7938 (Example)
Next day, openkore_ready is conform version 7939.

Your archive name :
macro.txt
Correct name :
macros.txt
.txt is format and don't must be contained on archieve name.

And your macros must be inside your controls folder and not in your plugins folder.


Cut the folders inside your "trunk folder" and paste outside.
Learn rules
Onigami
Human
Human
Posts: 20
Joined: 31 May 2011, 20:09
Noob?: Yes

Re: Bot wont Bwing on low health.

#23 Post by Onigami »

SkylorD wrote:
I downloaded openkore_ready when I first began botting.
You need a updated version.
In a day, openkore_ready is conform version 7938 (Example)
Next day, openkore_ready is conform version 7939.

Your archive name :
macro.txt
Correct name :
macros.txt
.txt is format and don't must be contained on archieve name.

And your macros must be inside your controls folder and not in your plugins folder.


Cut the folders inside your "trunk folder" and paste outside.
It works, kinda. I found this when I loaded the bot up for a test and it continued to spam this. So something is wrong with the item name, maybe?

Image

Also, that text file of the updated openkore, where would I put that?
User avatar
SkylorD
Moderators
Moderators
Posts: 1197
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Bot wont Bwing on low health.

#24 Post by SkylorD »

Ops, sorry.
Try this :
automacro teleport {
exclusive 1
hp < 10%
call {
$item = @inventory(Butterfly Wing)
do is $item
}
}
Learn rules
Onigami
Human
Human
Posts: 20
Joined: 31 May 2011, 20:09
Noob?: Yes

Re: Bot wont Bwing on low health.

#25 Post by Onigami »

SkylorD wrote:Ops, sorry.
Try this :
automacro teleport {
exclusive 1
hp < 10%
call {
$item = @inventory(Butterfly Wing)
do is $item
}
}
Continued to use butterfly wings in town after teleporting. Lol, this is such a mess.
User avatar
SkylorD
Moderators
Moderators
Posts: 1197
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Bot wont Bwing on low health.

#26 Post by SkylorD »

Continued to use butterfly wings in town after teleporting. Lol, this is such a mess.
rsrs.
automacro teleport {
exclusive 1
location yourLockMap
hp < 10%
call {
$item = @inventory(Butterfly Wing)
do is $item
}
}
Learn rules
Onigami
Human
Human
Posts: 20
Joined: 31 May 2011, 20:09
Noob?: Yes

Re: Bot wont Bwing on low health.

#27 Post by Onigami »

SkylorD wrote:
Continued to use butterfly wings in town after teleporting. Lol, this is such a mess.
rsrs.
automacro teleport {
exclusive 1
location yourLockMap
hp < 10%
call {
$item = @inventory(Butterfly Wing)
do is $item
}
}
Hmm... I don't know why but now for some reason it doesn't work. The butterfly wing is in my inventory, but it still says no fly wing is available and doesn't teleport on low health. It doesn't make any sense. I'm not sure how to update it. When I run the autoupdater it says something along the lines of "To use this tool please Install "Subversion Client" tool"

It shows the files but it doesn't tell me what to do with them or where they go. It's confusing.
User avatar
SkylorD
Moderators
Moderators
Posts: 1197
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Bot wont Bwing on low health.

#28 Post by SkylorD »

You can use tortoise : http://www.openkore.com/index.php/TortoiseSVN_Guide

Or downloading openkore_ready : http://openkore.collectskin.com/
Learn rules
Onigami
Human
Human
Posts: 20
Joined: 31 May 2011, 20:09
Noob?: Yes

Re: Bot wont Bwing on low health.

#29 Post by Onigami »

SkylorD wrote:You can use tortoise : http://www.openkore.com/index.php/TortoiseSVN_Guide

Or downloading openkore_ready : http://openkore.collectskin.com/
Downloaded the new version, still no result. Everything is still turning up the same. =/

I'm about to give up, lol.
Onigami
Human
Human
Posts: 20
Joined: 31 May 2011, 20:09
Noob?: Yes

Re: Bot wont Bwing on low health.

#30 Post by Onigami »

I downloaded TortoiseSVN. How do I update the bot using it?