Quote:
Originally Posted by desbound
If you get bored consider having the skillbot have Attack Mode A.
If Attack Mode A is selected it will ask you to click on a coordinate and it will spam AOEs in the assigned coordinate, may be helpful for spots with good spawn in specific location. Unecessary but just another idea, your bot right now is beyond great.
|
Yeah I could do that, or something like it anyways. And I'll most likely slip it into one of the next releases, no promises when though.
But you should experiment more with learning to use ScriptBot instead. It is already capable of using A style attacking since you can do mouse move/click etc with ScriptBot.
With the latest command I added (match/nomatch) ScriptBot is now capable of doing everything the other 'simple bots' on the program do, plus so much more. With this new command was the missing link, adding the capability of having "potbot's" in your scripts.
I have been seriously considering putting KabBOT back to I forget what version, but the last one before I added scriptbot (the one wit lurebot in it still). And then making ScriptBot it's own program.
Since my creation of ScriptBot, I barely have any interest at all in the rest of the program. :)
Just for fun here is another edit to SkillBot.txt
Quote:
[Skillbot.txt by: Kabflash: elitepvpers.com],
notcol;8681961;419;23,
u,0,-,25,
nomatch;16754041;113;423;1,n2,
nomatch;6052862;194;408;1,n1,
match;723607;42;409;6,20000,
mov;166;243,ldn,50,lup,stop,
endnot,
[if no target then press u do buffs and
chekc hp and mana],
iscol;8681961;419;23,
nomatch;16754041;113;423;1,n2,
nomatch;6052862;194;408;1,n1,
1,2,5,6,8,50,
match;723607;42;409;6,20000,
mov;166;243,ldn,50,lup,stop,
endis;l,
[if there is a target loop skills till its dead
while continually checking hp and mana],
sp,sp,
[loot before starting over]
|
The match command in the above script checks the very left of my HP Bar to see if I am dead, if I am dead then it wait's 20 seconds, clicks the Accept button (death dialog box) and then shuts off the bot.
Someone asked if it's possible to make a FishBot script with ScriptBot. The answer is hell yes, it's utterly possible to make a super badass fishbot. :) I've been actually planning to make one myself, which is something I will probably doing during my work weekend this week.
*Edit- Well I spent a few minutes and came up with this fishbot script. It' pretty basic and only tested in braiken but it's just to give you an idea how easily you can make cool things. This took me about 2 mins. Here u go:
Quote:
nomatch;65316;135;118;3,
l,mov;513;320,lck,
iscol;12807992;126;125,
match;13530427;125;144;1,
ldn,
nomatch;13530427;125;144;2,
1500,lup,
endis;l
|
[Fishbot.txt By:Kabflash]
[First nomatch is if no green bar cast line]
[iscol matches blue bar on top
match/nomatch looks for bottom blue bar
if match check = true then it press down
left mouse and hold. whenever nomatch
becomes true it releases left mouse after
1 second so it will still reel a bit when bar
is red. change to suit urself]
Turns out commenting is causing probs with match/nomatch