[Release] SplashBot

07/11/2012 18:31 sheeptea#46
Works like charm, thanks for this release!
10/02/2012 06:31 Demonrush#47
hiddenkal funktioniert's, nun leider kein auto pick :)
10/02/2012 13:43 RunzelEier#48
dann hol dir nen picker in die party, oder mach nen zweiten client auf und pick da ;)

das picken geht nur über packets und der bot arbeitet mit keystrokes
10/05/2012 21:00 ernis123#49
why when i use after any minuts change skillist and dont splash why?
10/05/2012 21:09 RunzelEier#50
known bugs ...
Quote:
-if you press "Strg" the Skillbar will change
--can be fixed by making health, splash and mana on all skillbars the same.
10/06/2012 08:05 ernis123#51
what is Strg? ;D
10/06/2012 09:48 katze123#52
Ctrl
10/07/2012 16:47 dinozof#53
Quote:
Originally Posted by RunzelEier View Post
known bugs ...
or make the Programm to stop splashing while Ctrl/Strg is pressed
CODE:
-----------------------------------------------------------------------
If _ispressed(11) then
ToolTip ( "CTRL/STRG-Key is presed",0,0,"")
Sleep(500)
EndIf
-----------------------------------------------------------------------
it works for me.

dino
10/07/2012 17:04 RunzelEier#54
if you do something like this, do it properly ;)

If _ispressed(11) then
ToolTip ( "CTRL/STRG-Key is presed",0,0,"")
Do
Sleep(100)
Until Not _ispressed(11)
EndIf
10/09/2012 16:34 dinozof#55
Eigentlich brauche ich keine zusätzliche Do-Schleife da " _ispressed(11)" in If...ElseIf... ...EndIf eingebaut ist (mit autosplashy) und diese laufen in eine While-Schleife. Sicher ist deine Lösung für ein einfaches "If" die richtige. Bin aber trotzdem kein Experte.

Gruß
Dino
10/09/2012 23:33 RunzelEier#56
wenn das splashen im else part steckt geht das natürlich genauso gut wie meine variante :)
10/12/2012 18:29 Subway1#57
es funktioniert
10/12/2012 22:24 RunzelEier#58
ja cool story bro.
und wo genau ist dein problem?
10/20/2012 11:53 nicboy007#59
DANKE läuft echt gut
10/27/2012 21:49 Ch1lLyW1lLy#60
Nabend!
Also irgendwie passt das was nicht...Splashen tut er, allerdings benutzt er die Heal pots garnicht und mana pots nur, wenn ich noch 50 mana habe. Doch selbst da nicht immer, kommt vor, dass ich oom für nen Splash bin.
Keys sind alle richtig zugewiesen, haste ne Idee woran das liegen könnte?

Besten Gruß