Kab-Bot Script TUT - Begginer

06/20/2011 11:01 Fistique#31
Any script that loots only aragates/DIL?
Couldn't figure out any.
06/20/2011 20:36 Lemondrips#32
Where might I find a more in depth scripting tutorial? What I saw in the beginning is nice and I got it to work successfully, but I want a little more control over what my character is doing.

EDIT: I also just got an error when using the bot "client shut down due to unusual gameplay".
06/20/2011 23:08 owndotcom#33
You have control over everything on the screen but KabBot cannot read from or writeto the Dekaron.exe process so it is going to be limited in what type of control you have over your character.
06/23/2011 12:07 Fistique#34
Hmm , so , is there possible to make a loot script that'll pick up only aragates/dil?
06/23/2011 15:12 0wnU#35
Yes... you can use the scan options to scan for certain colors and click on them.

In the bot where you create your scripts, click help. In there you have a full list of all the commands given to you. theres special commands too. This gives you everything you need.

All you need to do is create the algorythem. Use ur brain to come up with nice methods of doing certain things.


In example... if i wanted to check to see if i was in a certain map i would use the match; or isCol; (can use scan; too) functions to recognise certain unique colors(and there positions) of that map (As your human brain would) and then act accordingly. i.e use a return scroll or carry on botting.

I have not been using this bot for long and have accomplished alot... no tutorials.. trial and error!!

Have Fun!
06/23/2011 15:13 Vaidas B#36
Code:
scan;200;200;700;600;[color="red"]1608357[/color]:[color="red"]3784414[/color],
mov;sx;sy,lck,100,
endscan;l
This is the dil pickup script from the original kabbot thread, all you have to do here is just update the color codes (the stuff i've marked red), the same stuff should work for argates, but you'd have to update the script to work with every type of argate.
06/25/2011 00:30 Anjo1077#37
I want to run a script every x times before executing the next line or part of the script. How I do it?
06/25/2011 21:33 kabflash#38
Quote:
Originally Posted by Anjo1077 View Post
I want to run a script every x times before executing the next line or part of the script. How I do it?
with lscript; look at the in-bot help.
07/04/2011 05:01 Anjo1077#39
there is the function one mouse click in coordinates?
another
some times I use the autopot to buff and I need to conditions to buff
Code:
[COLOR="Sienna"]1052358;766;395;[/COLOR][goes to another condition->][COLOR="Blue"]7716313;749;300;5[/COLOR][skill 5]
07/08/2011 17:39 Dwizzy#40
Guys I really suck on this would anyone mind to help me? Atleast to get started, I don't understand that color thing :/
07/15/2011 07:47 kuba142#41
Hello, i have trouble ;S i Cant use potions, when i am setting spot, i cant do it... When i click on hp bar, as like in this video, its nothing working i can see parameters of this bar (x y z) i do all like this guy in video!
SORRY FOR My ENGLISH!Come on and help
07/24/2011 17:21 pinky1#42
Did you make sure your setting the F1 and F2 keys? it defaults to N1 or something. I did that today before i noticed the default wasnt F1.
07/25/2011 20:36 pukecrumple#43
how to load a certain script? like carbon commission script that included in the package.
07/26/2011 22:01 iskra73#44
I dont only understand how to make a "Click".I can make the pointer move , but i try to make a click whit "ldn" or "lck" , but nothing....help me pls!
07/27/2011 14:51 Anjo1077#45
Quote:
Originally Posted by iskra73 View Post
I dont only understand how to make a "Click".I can make the pointer move , but i try to make a click whit "ldn" or "lck" , but nothing....help me pls!
The same thing happened to me, I think it does not work on windows 7. What's your OS?