Post Reply Home » Forums » Knight Online » KO Discussion

KO bot...need one? : KO Discussion

Posted: October 10th, 2006
Total Posts:282 Joined:2006
ok so its a simple bot. it attacks, uses pots, and uses skills. best used with archers Right now it uses only one skill in slot 2 and slot 1 is used for pots. BUT before I release it, I need to know if anyone wants me to add more skill slots or an mp pot slot. Also I don't know how long all skills/spells take to cast but if you do thats awsome. so yeah some feedback before i release it would be awsome. like i said its simple. so yeah also if I release it will people vote so it will get confirmed. if not then I'll just simply not release it. Writen in AutoIt btw.
Posted: October 12th, 2006
Total Posts:282 Joined:2006
lol guess not nevermind then.
Posted: October 12th, 2006
Total Posts:82 Joined:2006
you use actool i could make a custom one.
Posted: October 12th, 2006
Total Posts:82 Joined:2006
here is a script for actool basic archers macro but works well with most

Code: Select all

SetActiveWindow Knight OnLine Client
CommandDelay 100
KeyRate 90

Constants
//========== your skill slots =================//
//Key 1 through shot
//Key 2 through shot (or other archery skills)
//Key 3 minor heal
//Key 4 archery (when you run out of mana pots)
//Key 5 safety
//Key 6 mana pot
//Key 7 hp pot
//Key 8 wolf
//=============== Arrange your skillbar =======//
WolfKey = 8 
BackupHpPot = 7
//=============== 1 = yes , 0 = no ============//
wolff = 1
repairr = 0
safetyy = 1
//======== 1 = Right slot, 2 = Left slot ======//
bow = 2
//=============================================//
End

//======AC===========//
procedure safety Every 35 sec
if $safetyy = 1
delay 200
keydown 8 100 | 100 
delay 200
end
end


//======Wolf===========//
procedure wolf Every 124 sec
if $wolff = 1
delay 1300
keydown 8 100 | 100 
delay 50
end
end



//======Attack=========//
Procedure attack 
Keys 1z2
Keys 12
Keys 21
Keydown 2 100 | 100
Keydown 1 100 | 100
Keydown 2 100 | 100
End


//======Heal===========//
Procedure heal 
IsBlack 210, 10
keys 3333	
End
IsBlack 210,10
keys 3333
End
End

//======Mana===========//
Procedure mana
IsBlack 165, 27
Keys 6
End
End


//======Repair=========//
procedure RepairRightSide every 15 min
if $repairr = 1
if $bow = 1

delay 100
MousePos 993, 192
delay 100
leftclick
leftmousedown
delay 800
leftmouseup
delay 100
leftmousedown
delay 800
leftmouseup
end
end
end

procedure RepairLeftSide every 15 min
if $repairr = 1
if $bow = 2

delay 100
MousePos 880, 188
delay 100
leftclick	
leftmousedown
delay 800
leftmouseup
delay 100
leftmousedown
delay 800
leftmouseup
end
end
end


while 1 = 1
ProcessMessages
Call attack
call heal
call mana
Call attack
Call heal
call mana
End
Posted: October 13th, 2006
Total Posts:282 Joined:2006
no...no I didn't if you read the first post it says written in AutoIt. Its a lot less complicated than actools and very beginner friendly. so its very easy to customize.
Posted: October 13th, 2006
Total Posts:82 Joined:2006
iposted a archer script in marcro programs ect use the search and you would have fpound it
Posted: October 13th, 2006
Total Posts:282 Joined:2006
You must have not read my entire post. hate it when people do that. it says I was going to post one but I need input as to WHAT PEOPLE WANT. and it wouldn't just be an archer script. I can make one for any character and one for multiple characters. I see this part of the comunity is dying and not that great. my last post in this section.


Last edited by reijekt on October 15th, 2006, 7:20 am, edited 1 time in total.
Posted: October 14th, 2006
greendayyy
what the bot _? koxp ??
Posted: October 17th, 2006
pinlico
how do i make a bot for KO
Posted: October 19th, 2006
Total Posts:282 Joined:2006
I can teach anyone how to make a simple bot after they have been a premium member for longer than 7 days. contact me then and I'll teach you how.
Posted: October 28th, 2006
swish411
reijekt wrote:I can teach anyone how to make a simple bot after they have been a premium member for longer than 7 days. contact me then and I'll teach you how.
I'll contact you, I would like to learn.
Posted: October 31st, 2006
pidjit
can you give me l2 bot hack plz
Posted: November 5th, 2006
kantar
As was previously mentioned, you need to be a premium user.
Posted: May 28th, 2007
kashie360
how do i input the bot to ko ? lol :D
Posted: June 1st, 2007
zhinx
is this working with actool?
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 13 guests
Post Reply