Es para usar vendas y pocimas de heal a la vez pero hay varias cosas que no se adaptar. Alguien puede mirarla?


dislpay ok pon el id correcto de las de refresh y comprueba que furulan las
vendas con el .vendas
set %poti 10
Code:

Initialization:

InitEvents

HpScanning:
if yes notin #charghost
{
if ( #hits < #maxhits || C in #CHARSTATUS )
goto Curar
}


goto HpScanning


Curar:


msg $ .Vendas Waitfortarget TargetSelf$
set %healtimer 10
set %penalizador #dex / 20
set %healtimer %healtimer - %penalizador
event SysMessage %healtimer segundos

CountDownLoop:

wait 1s
set %poti %poti + 1
if #hits < 45 && %healtimer > 1
{
if C notin #CHARSTATUS && %poti > 9
{
findItem UUF C_ ,
set #lobjectid #findid
event macro 17 0
set %poti 0
}
}
else
{
if #stamina < 80
{
findItem ZUF C_ ,
set #lobjectid #findid
event macro 17 0
}
}
set %healtimer %healtimer - 1
set #SYSMSGCOL 100
if %healtimer > 0
{
event SysMessage %healtimer segundos
goto CountDownLoop
}
wait 1s

goto HpScanning