[RELEASE] Kab-Bot (GlobalDekaron bot) **NO BYPASS REQUIRED

09/09/2010 18:23 saeree#541
wow amazing :D keep up the hard work guys
09/09/2010 22:21 azo0oz944#542
thx man
09/09/2010 23:10 ♠Blunt♠#543
@shinitenshi if you still need donations PM me. I would love to help you out.
09/10/2010 04:01 shinitenshi#544
@everyone ned some ideas, the main issue am having is in the triple coffin area >.< bot fks up alot there so i had an idea. I been trying to code somthing that does this:
runs around spamming "u" default for next trarget and if somthig is found loads skillbot and then resumes. any idea how to perfect that area? kab any ideas?
09/10/2010 06:50 saeree#545
Quote:
Originally Posted by shinitenshi View Post
@everyone ned some ideas, the main issue am having is in the triple coffin area >.< bot fks up alot there so i had an idea. I been trying to code somthing that does this:
runs around spamming "u" default for next trarget and if somthig is found loads skillbot and then resumes. any idea how to perfect that area? kab any ideas?
hmm..it'll probably be nice to use one of those food items that helps lure more mobs for the lava golem dude and the other coffin, this way you won't have to run all over the place to find the mobs...as for the sorcerer, u'll probably have to run around the room in like a square or something and try to find all of them :/
it would be easier if the bot could use coordinates to run to
sorry if i'm not much help, just throwing ideas out there
09/10/2010 06:59 kabflash#546
Shin right b4 i left for work i noticed there was some bug slowing down my exp script in the beta version. Ill find and fix it after work and send ya a new copy. I'm thinkin the bug is with iscol command.


Edit- Oh and about your question for ideas, have you considered using the scan; command to scan the whole screen for a unique color found on the mob's? Then you could click on them to make as target.

I would do something like this:
Code:
scan;0;0;1024;768;colorformonster,mov;sx;sy,lck,lscript;skillbot.txt;1,endscan;l
that would make it find a monster,click it, skillbot.txt it, then look for next monster :D all in one line of script.


@everyone else: I am delaying the release of this next version. I am rewriting tons and tons of code, everytime I rewrite one thing, I see another function I could do better. :D

So far the major improvements on next version, is a really sweetass new potbot. And tons of scriptbot optimization. Scriptbot can now press about 20 keys a second, up from 5-10 a second on previous versions. o.O Right now I'm working on rewriting individual scriptbot commands like lscript to make them faster to match. <chat> can now send 10 lines of chat a second on my shitty pc in a full Braiken. :D So much improvement coming!~
09/11/2010 03:19 shinitenshi#547
the scan feature i can get it to pick up other object except dil LOL and ur dil color isn't on the list on my dil xD
09/11/2010 12:14 kabflash#548
Quote:
Originally Posted by shinitenshi View Post
the scan feature i can get it to pick up other object except dil LOL and ur dil color isn't on the list on my dil xD
I dunno man, use WinXP ftw. lol.. I won't lie, it wasn't easy for me to find those 2 colors that find dil well on my system, but it does work near perfectly for me when I test it. I actually don't use it though cuz I'd rather loot with spacebar.

An addition I have planned for the scan; command will make things a bit better though. I'm going to add an argument "+" to the command. like

scan;startx;starty;endx;endy;color1+color2:color3: color4+color5,commands,endscan

Now what that would do is only do 'commands' if either color1 AND color2 get matched, or color3 matches, or color4 AND color 5 match... I'll make the '+' unlimited so you can have it only respond if it matches a number of colors at once.

That should eliminate alot of the false matching scan; command is prone to.

My days off have changed and now I have 3 of them a week.. So maybe more/faster releases. :D I'll have sun-tue off so expect the next version sometime during that.
09/11/2010 23:00 shinoowns#549
On windows 7 professional, asus laptop, color changes according to how bright you have your screen lit, so that might be why his colors aren't same as yours
09/13/2010 02:01 saeree#550
so how's the dg bot going? we're all so excited or at least i am
09/13/2010 05:27 shinitenshi#551
kinda stoped lol stuck...
09/13/2010 05:39 kabflash#552
Quote:
Originally Posted by shinitenshi View Post
kinda stoped lol stuck...
He's stuck ATM, but we WILL figure it out.. I'm gonna go on runs with him soon to see if I can do anything to help get past where he's stuck.
09/13/2010 09:21 KnocWarrior#553
Okay. Everything is working great except for the healing portion. Here is my script:
notcol;8879338;418;23,u,0,=,25,[no target so find one and do buffs],
nomatch;7237116;197;22;1,n1,[Check hp],
match;10036746;153;40;1,f2,[check mp],
match;16777215;173;111;6,20000,mov;164;240,ldn,50, lup ,stop,
[check if dead, press accept and stop bot after 20 second],
endnot,[end of the no target check],

iscol;8879338;418;23, [we have a target],
lstart,
nomatch;7237116;197;22;1,n1,[Check hp2],
match;10036746;153;40;1,f2,[check mp],
5,1,2,3,4,50,[spam skills],
match;16777215;173;111;6,20000,mov;164;240,ldn,50, lup ,stop,
[dead check again],
match;8879338;418;23;1,lend;i,
nomatch;8879338;418;23;1,lend;1,
endis;[loop until target is gone],
sp,sp,[done now loot and start over]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
No matter what I type for the "check HP" part, my segnale will use the key. Whether it's for a potion or healing spell.
I've tried "match" and "nomatch" with all the different colors in the healthbar location. I mean, nothing will work! So, I played around with the script in the loop (as you can see the check hp is different) still, nothing works. She sits there and uses the heal over and over.
Edit: Oh, It doesn't interrupt the fight really. It just seems to waste more mana than needed. Also, she keeps dying when I am not looking haha. So, just looking for some help!

Also, she keeps switching targets during the fight. I can't seem to fix that either.
Edit2: This is no longer true. With the new script I fixed this issue. Disregard!
09/13/2010 10:02 kabflash#554
If your match/no match commands don't work there is only 2 possible reasons.

#1, the color codes/coords are wrong for your system so nothing will match.
#2. Your using win7 or 64 bit system and have not follow the instructions for that on the main post.

Other then that, there should be no reason it wouldn't work.

P.S- The new PotBot coming in next release will have you wanting to remove the hp/mp checks from skill scripts, cuz it ROCKS! :D
09/13/2010 11:44 [R]evolution#555
When comes the 60 dg script? :D