Code: Select all
inicio:
UO.Cast('Flame Strike','laststatus') ;cast poison
while true
if uo.injournal("visao|frizzle") then ; if is out of sight
goto inicio
else
while true
[b]if not uo.injournal("HERE IS MY PROBLEM") then ; i dont know what to put to verify if the FS actualy not was sucessfull, so if not it will do the while again till it damages the oponent
wait(100)
else
if uo.injournal("HERE IS MY PROBLEM") then ;if the damage was sucessfull breaks the loop[/b]
return false
endif
endif
wend
endif
return false ;break the loop
wend
help me plz