Kab-Bot Script TUT - Begginer

07/28/2011 15:38 0wnU#46
you need to update the version of the kabbot your using.

A little while ago they released an update which stoped the clicking. I have released a workign version.. its called Impulse resugence... its at the top of the public threads.

Carefull tho, cause there is one called incidious and i dont think the mouse clicks work on that either... (correct me if im wrong)
07/29/2011 00:32 Whoisie#47
tnx got it working
08/21/2011 12:44 Jactation#48
How to load 2 scripts at once? on Impulse version.. (kabbot)
08/22/2011 19:56 chirz84#49
thank you for this bot and i love it , one thing though i notice even if you have done the steps in the tut it seems to not want to click any options in a panel for CC or traders , it moves finds targets matches target clicks but nothing happens i so stumped maybe its just my comp its got strange res and its never realy full screen even off windows mode, but if thats possible why is it sill getting the right click spots hitting them but fails to activate options in the cc or traders like but or accepting quest
08/23/2011 13:01 i777#50
i would like to know that 'colour code' how to find?
u,
iscol;4005379;1197;182,
1,2,3,4,5,
endis;l,
I not understand of your description.Can you make steps one by one of where do i need to click?
Im not sure the script i have above correct anot,
I show my steps.
1)I find the x-cordinate 1st.I click the mob.Then,it show a box that shows mob's hp.Ok,then i click the button 'get info' option,then i click right side of the mob's hp box.And i copy the x cordinate at the ' RIGHT LOW CORNER,1ST BOX.
2)After that i find y cordinate,and i click left side of the mob's hp box.And i copy the x cordinate at the ' RIGHT LOW CORNER,2ND BOX.
3)For the colour code which i don't know want to find what.
Hope someone look into my problem.Thank you.
09/15/2011 13:02 Testosteron83#51
Quote:
Originally Posted by Spillekrogen View Post
can someone help me to use bot ;p
I dont have any idea how to use it :)
I could pay irl money if u learn me how to bot..


Use this:
[Only registered and activated users can see links. Click Here To Register...]
09/15/2011 15:16 0wnU#52
that one is outdated... use this
[Only registered and activated users can see links. Click Here To Register...]
09/18/2011 20:37 froy#53
I really, seriously need some help with the bot and color code stuff, I dont understand a thing about the first post :S I do get that the iscol command needs color code + x-y stuffs, but where do i get them? what are they? o_O
09/19/2011 00:26 brapodam#54
Quote:
Originally Posted by froy View Post
I really, seriously need some help with the bot and color code stuff, I dont understand a thing about the first post :S I do get that the iscol command needs color code + x-y stuffs, but where do i get them? what are they? o_O
Right click the script bot button, it will open the script editor. From there, click on Get Info, and then click on the spot you want to scan for the colour code and the coordinates. The colour code will appear in the box beside the "Scan" button, and the coordinates beside the Get Info button.
09/19/2011 11:34 froy#55
yeah that im aware of, but what spot do i have to choose to get the bot working? i only want it to run around and kill mobs :P
09/19/2011 14:34 brapodam#56
Quote:
Originally Posted by froy View Post
yeah that im aware of, but what spot do i have to choose to get the bot working? i only want it to run around and kill mobs :P
You gotta think a little, bro. Not trying to insult you here but you need to understand what these things do.

What the bot does is that it runs around and then finds a target using the "select next target" command. In this case, the bot runs around, then presses the "u" key to do this. If there is a mob near you, the health bar would appear red. So, if you want the bot to start attacking if it finds a live target, naturally you need to sample the colour from the left end of the health bar. If the bot finds that the colour of that coordinate matches the colour code defined, the bot will start spamming skills.

If you sample somewhere in the middle of the health bar, what happens is if you spam some skills and the bot is still alive but that part of the health bar is no longer red (it becomes dark red), the bot will stop attacking as the colour code at that part of the health bar no longer matches the colour code you specified.

Another thing to note is that this bot gets the coordinates using pixels from your computer, not the coordinates in the game window. As a result, if you have finalised the coordinates and colour codes, don't move your Dekaron window around as that will screw up the bot.

Just think a little and you will know where to sample all the "data" you need for the other stuff like pot bot, fishing, etc.
04/14/2012 16:28 antooonzz#57
Quote:
Originally Posted by owndotcom View Post
Find a target and spam skills (only if a target is acquired)
Code:
u,
iscol;<color code>;<x-coordinate>;<y-coordinate>,
1,2,3,4,5,6,7,
endis;l,
EXPLANATION
- 'u' targets the closest mob
- 'iscol' is a conditional command with 3 parameters...Color Code, X-coordinate, and Y-coordinate. Basically what this is saying is "If the color at X-Y point on the screen equals the specified color then do the commands inside iscol/endis
- the Color Code and X-Y coordinates in the 'iscol' command represent a UNIQUE COLOR and coordinate on the target box that appears to show you the mob you have targetted. The 'iscol' command means NOTHING without these coordinates matching the colors on YOUR screen.
-'endis' closes the 'iscol' command
-'l' loops the 'iscol' command until there is no more target
- '1,2,3,4,5,6,7,' spams skills in slots 1-7
- this script will do the same as the first except that it will ONLY try to spam skills when a target is acquired
Is there a way to script so if the specific color isn't the the specific coordinates you do something?

Example: iscol;<color code>;<x-coordinate>;<y-coordinate>,
1,2,3,4,5,6,7,u,
endis;l, if the <color code>;<x-coordinate>;<y-coordinate>, isn't in the specific coordinates, then it presses 1,2,3,4 etc.

Is this possible in any way??
04/15/2012 02:02 JayRod#58
This thread is old.

[Only registered and activated users can see links. Click Here To Register...]

#REQUEST: Close, old thread (outdated)
04/17/2012 20:59 shinitenshi#59
How is the tutorial outdated? People post q about tutorial. Why would you want to close this?
04/17/2012 22:57 SkyDrag0n#60
Quote:
Originally Posted by antooonzz View Post
Is there a way to script so if the specific color isn't the the specific coordinates you do something?

Example: iscol;<color code>;<x-coordinate>;<y-coordinate>,
1,2,3,4,5,6,7,u,
endis;l, if the <color code>;<x-coordinate>;<y-coordinate>, isn't in the specific coordinates, then it presses 1,2,3,4 etc.

Is this possible in any way??
use notcol;(col);(x);(y),
Quote:
Originally Posted by JayRod View Post
This thread is old.

[Only registered and activated users can see links. Click Here To Register...]

#REQUEST: Close, old thread (outdated)
Why? Even though its not KabBot, it still pertains to Impulse. So maybe the title needs updating... Doesn't mean we need a whole new topic on the exact same thing.