[Dev] Cabal Bot on the MOVE..

04/11/2012 12:46 ExO-HaCkZ#31
added video preview..
04/11/2012 13:38 fear-x#32
the one biggest minus on bot is that the window has to be active.

now for all we know..this COULD be fake.
but we will see
04/11/2012 14:26 Acid#33
Looks quite interesting so far (just the video quality is a bit low), a simple a bot could be really useful for the cabal community and it's worth a sticky :)

Anyway the auto-looting system isn't working yet? Because the bot didn't pick anything up?
04/11/2012 14:43 ExO-HaCkZ#34
Quote:
Originally Posted by fear-x View Post
the one biggest minus on bot is that the window has to be active.

now for all we know..this COULD be fake.
but we will see
thats the problem im facing with this,the window should be active in order for the keys to be sent properly,but somehow im trying search for a solution on this at the moment..

Quote:
Originally Posted by Αcid View Post
Looks quite interesting so far (just the video quality is a bit low), a simple a bot could be really useful for the cabal community and it's worth a sticky :)

Anyway the auto-looting system isn't working yet? Because the bot didn't pick anything up?
oops..the inventory was full, i forgot to remove all items because i was at work when i made this vidz (i was a bit on a hurry because my BOSS might catch me on what i was doing) :) ..so far im trying to solve the loot problem for the range ones as it needs to be close enough to be able to loot.melees got no problem in looting.
04/11/2012 17:36 crckd#35
Goog Job! I'll give some constructive notes.
1. Attacking the next target is a bit slow. (Are you checking the target's health or if bot is idle?)
2. What if buff duration expires while attacking? Will it buff or wait until target dies?

Good Luck! Auto-looting would be the hardest part here. Filtering the items would be a headache. Just spam space and let them loot everyting =)
04/11/2012 18:12 bartbilf#36
Don't think that you can give instructions to an inactive window with autoit. Also if people bot in higher maps they dont need an item filter at all. And for long ranged chars.. you would have to find a solution to auto loot in a further range, but again, don't think this is possible with just autoit and ce address.

Try to find a solution for the slow targeting as well.

gj
04/11/2012 18:32 ExO-HaCkZ#37
Quote:
Originally Posted by crckd View Post
Goog Job! I'll give some constructive notes.
1. Attacking the next target is a bit slow. (Are you checking the target's health or if bot is idle?)
2. What if buff duration expires while attacking? Will it buff or wait until target dies?

Good Luck! Auto-looting would be the hardest part here. Filtering the items would be a headache. Just spam space and let them loot everyting =)
the slow attack was caused by 5 keys being spammed together..i tried 1 key only but the next target delay depends on the CD of the skill (this will be a fail for those who have long CD skills)..im trying to find a way to make a checking on slot1 if its on CD or not..

regarding the buff?hmm.. nice question..atm it will execute the buff then resume the attack..let me test your suggestion to execute the buff after the target dies :)
04/11/2012 22:41 fear-x#38
i dont think you will be able to send keys into inactive ep7 client. since they have done something to the client now.i think in autoit language it would go as follows
Code:
 Func _HotKey_QuickSlot_1()
if winactive() then 
   send(1)
else
   if winInactive()
       $current = GetActiveWinTitle()
       controlsend($current, 1)
  endif
endif
:D its just an idea of wat i got bcz the client atm is rly weird made :D
04/13/2012 06:58 mi5pogi#39
@off topic
hope this could help a bit
[Only registered and activated users can see links. Click Here To Register...]
04/13/2012 13:28 fear-x#40
Quote:
Originally Posted by mi5pogi View Post
@off topic
hope this could help a bit
[Only registered and activated users can see links. Click Here To Register...]
i dont think that'll be needed
04/14/2012 06:47 .Law.#41
Quote:
Originally Posted by fear-x View Post
i dont think that'll be needed
Actually it would if you are going to use packets for your bot.
04/15/2012 16:11 Acid#42
#Closed on request

Sadly.