added video preview..
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:
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
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.Quote:
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?
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..Quote:
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 =)
Func _HotKey_QuickSlot_1()
if winactive() then
send(1)
else
if winInactive()
$current = GetActiveWinTitle()
controlsend($current, 1)
endif
endif
i dont think that'll be neededQuote:
@off topic
hope this could help a bit
[Only registered and activated users can see links. Click Here To Register...]