|
|
|
Page 1 of 1 |
[ 15 posts ] |
|
 KO bot...need one? : KO Discussion
|
|
Posted: October 10th, 2006, 6:31 pm
|
|
|
|
reijekt
Total Posts: 282
Joined: September 2nd, 2006, 9:57 pm
reijekt's Reps: 5
|
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, 3:44 am
|
|
|
|
reijekt
Total Posts: 282
Joined: September 2nd, 2006, 9:57 pm
reijekt's Reps: 5
|
lol guess not nevermind then.
|
|
|
|
|
Posted: October 12th, 2006, 2:11 pm
|
|
|
|
loppol
Total Posts: 82
Joined: January 20th, 2006, 6:59 pm
loppol's Reps: 0
|
you use actool i could make a custom one.
|
|
|
|
|
Posted: October 12th, 2006, 2:42 pm
|
|
|
|
loppol
Total Posts: 82
Joined: January 20th, 2006, 6:59 pm
loppol's Reps: 0
|
here is a script for actool basic archers macro but works well with most
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))): 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, 2:17 am
|
|
|
|
reijekt
Total Posts: 282
Joined: September 2nd, 2006, 9:57 pm
reijekt's Reps: 5
|
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, 5:31 am
|
|
|
|
loppol
Total Posts: 82
Joined: January 20th, 2006, 6:59 pm
loppol's Reps: 0
|
iposted a archer script in marcro programs ect use the search and you would have fpound it
|
|
|
|
|
Posted: October 13th, 2006, 1:59 pm
|
|
|
|
reijekt
Total Posts: 282
Joined: September 2nd, 2006, 9:57 pm
reijekt's Reps: 5
|
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, 12:44 am
|
|
Posted: October 17th, 2006, 3:03 am
|
|
|
|
pinlico
pinlico's Reps:
|
how do i make a bot for KO
|
|
|
|
|
Posted: October 19th, 2006, 5:18 am
|
|
|
|
reijekt
Total Posts: 282
Joined: September 2nd, 2006, 9:57 pm
reijekt's Reps: 5
|
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, 2:14 am
|
|
|
|
swish411
swish411's Reps:
|
reijekt (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', '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, 11:46 pm
|
|
|
|
pidjit
pidjit's Reps:
|
can you give me l2 bot hack plz
|
|
|
|
|
Posted: November 5th, 2006, 6:14 pm
|
|
|
|
kantar
kantar's Reps:
|
As was previously mentioned, you need to be a premium user.
|
|
|
|
|
Posted: May 28th, 2007, 8:11 am
|
|
|
|
kashie360
kashie360's Reps:
|
how do i input the bot to ko ? lol 
|
|
|
|
|
Posted: June 1st, 2007, 6:41 pm
|
|
|
|
zhinx
zhinx's Reps:
|
is this working with actool?
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 26 guests |
|
|
|