Quote:
Originally Posted by sliwja
i will think about that but then need new option in gui, because bs,sb,clerics have 1 spawn magic skill.
how feel ur pt mode 2?
|
:) i know how to fix this. make a new box in gui with skill 8 (second spam skill for mage. ) and change it at
and put in there
Code:
If $r_skillmodifier8
when none second spam skill is configured it need to take old
so when u have sb with 1 magic skill it uses
and when u have cm / wl u let it go to
the same for pt mode :).
my ptmode 2 looks like this atm :
Code:
Func combo3()
SendKeepActive("Rappelz") ;Rappelz always in foreground
Opt("PixelCoordMode", 2) ;pixel directly read from client
Opt("MouseCoordMode", 2)
$funktionan = True
$summonwait = True
$chipmiss = 0
$peton = 1
$mobkiled = 0
$buffround = 0
$i=0
$nochip=0
$petbuf=0
If $r_bp="nie" And $r_skillactive17 = 1 Then
$bpon = 1
Else
$bpon = 0
EndIf
If $r_buffskillactive5 = 1 or $r_buffskillactive6 = 1 or $r_buffskillactive7 = 1 Then
$petbuf=1
EndIf
$oldlistpet=$r_listpet
While $funktionan = True
summon()
While $summonwait = True and $funktionan = True
summon()
readcolor()
If Hex($mobhealthempty, 6) = $r_mobhealthempty and Hex($mobhealthfull, 6) <> $r_mobhealthempty Then
checkmageskill2()
readcolor()
;secpethealthskills()
summon()
mppotion()
If Hex($mobhealthempty, 6) = $r_mobhealthempty Then
tabben()
EndIf
EndIf
WEnd
WEnd
EndFunc
only thing is it presses tab every sec so it attacks every mob.Any fix for that ?