cerco 1 script che casta la spell curse weapon ogni tot di tempo a seconda della skill(nel mio caso 50 ss 50 necro)
Qualcuno può aiutarmi?
Qualcuno può aiutarmi?
set %curse = no
main:
if %curse = yes
{
{
event macro 15 104
set %ctime #SCNT
}
repeat
{
onhotkey f9
set %curse yes
onhotkey f10
set %curse no
}
until #SCNT - %ctime >= 9
goto main
}
else
{
onhotkey f9
set %curse yes
onhotkey f10
set %curse no
goto main
}

Commenta