Ke differenze ci sono tra questi due programmi? Cioè, oltre al diverso linguaggio, ci sono sostanziali differenze di funzionamento e/o potenzialità?
Tnx
Tnx
, correggetemi se sbaglio.




event macro 17 ;last object call checklag





if g in #charstatus
set %lastwar #true
else
set %lastwar #false
checklag:
event macro 6
set %timeout #scnt2 + 100
waitforlag:
if %lastwar = #true && g in #charstatus
{
wait 1
if #scnt2 > %timeout
goto checklag
goto waitforlag
}
if %lastwar = #false && g notin #charstatus
{
wait 1
if #scnt2 > %timeout
goto checklag
goto waitforlag
}
exit
sub CheckLag()
UO.DeleteJournal()
UO.Click('backpack')
checklagloop:
if UO.InJournal('cliloc# 0xXXXX') <> 0 || UO.InJournal('backpack') <> 0 then
return
endif
wait(10)
goto checklagloop
endsub



Commenta