Помогите пожалуйста переделать под наш сервер
if #mana = #int
{
GOTO castspell
}
GOTO meditation
castspell:
key f9 // CastSpell; WaitForTarget; TargetSelf or LastTarget
wait 1s
if #mana < 15
{
GOTO meditation
}
GOTO castspell
meditation:
DeleteJournal
key f5 // UseSkill Meditation
wait 2s
ScanJournal 1
IF you_restore IN #JOURNAL
{
fullmana:
if #mana = #int
{
GOTO castspell
}
GOTO fullmana
}
IF you_full IN #JOURNAL
{
GOTO castspell
}
wait 9s
GOTO meditation




Find content
Not Telling
