Code: Select all
OpenKore version what-will-become-2.1
@ai_seq = macro
Network state = 5
Network handler = Network::XKore
SVN revision: 7621
Loaded plugins:
plugins/ICU.pl (I.C.U 0.2.3)
plugins/macro.pl (macro)
plugins/reactOnNPC.pl (reactOnNPC)
plugins/responseOnASCIInumber.pl (ASCIInumberKiller)
Error message:
The current task's status should be one of: (RUNNING)
But it's actually: DONE
at src/Task.pm line 176
Task::_assertStatus('Task::UseSkill=HASH(0x4a0a74c)', 1) called at src/Task.pm line 410
Task::iterate('Task::UseSkill=HASH(0x4a0a74c)') called at src/Task/WithSubtask.pm line 124
Task::WithSubtask::iterate('Task::UseSkill=HASH(0x4a0a74c)') called at src/Task/UseSkill.pm line 313
Task::UseSkill::iterate('Task::UseSkill=HASH(0x4a0a74c)') called at src/Task/WithSubtask.pm line 129
Task::WithSubtask::iterate('Task::ErrorReport=HASH(0x4a5b4bc)') called at src/TaskManager.pm line 285
TaskManager::iterate('TaskManager=HASH(0x37924f4)') called at src/functions.pl line 747
main::mainLoop_initialized() called at src/functions.pl line 69
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x34d8f6c)') called at openkore.pl line 97
main::__start() called at start.pl line 136
Stack trace:
The current task's status should be one of: (RUNNING)
But it's actually: DONE
at src/Task.pm line 176
Task::_assertStatus('Task::UseSkill=HASH(0x4a0a74c)', 1) called at src/Task.pm line 410
Task::iterate('Task::UseSkill=HASH(0x4a0a74c)') called at src/Task/WithSubtask.pm line 124
Task::WithSubtask::iterate('Task::UseSkill=HASH(0x4a0a74c)') called at src/Task/UseSkill.pm line 313
Task::UseSkill::iterate('Task::UseSkill=HASH(0x4a0a74c)') called at src/Task/WithSubtask.pm line 129
Task::WithSubtask::iterate('Task::ErrorReport=HASH(0x4a5b4bc)') called at src/TaskManager.pm line 285
TaskManager::iterate('TaskManager=HASH(0x37924f4)') called at src/functions.pl line 747
main::mainLoop_initialized() called at src/functions.pl line 69
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x34d8f6c)') called at openkore.pl line 97
main::__start() called at start.pl line 136
at src/Task.pm line 176
Task::_assertStatus('Task::UseSkill=HASH(0x4a0a74c)', 1) called at src/Task.pm line 410
Task::iterate('Task::UseSkill=HASH(0x4a0a74c)') called at src/Task/WithSubtask.pm line 124
Task::WithSubtask::iterate('Task::UseSkill=HASH(0x4a0a74c)') called at src/Task/UseSkill.pm line 313
Task::UseSkill::iterate('Task::UseSkill=HASH(0x4a0a74c)') called at src/Task/WithSubtask.pm line 129
Task::WithSubtask::iterate('Task::ErrorReport=HASH(0x4a5b4bc)') called at src/TaskManager.pm line 285
TaskManager::iterate('TaskManager=HASH(0x37924f4)') called at src/functions.pl line 747
main::mainLoop_initialized() called at src/functions.pl line 69
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x34d8f6c)') called at openkore.pl line 97
main::__start() called at start.pl line 136
Code: Select all
Jan 24 17:14:43 2011.10] [macro log] SKILL COORDS !!!!!!!!! -> 200 151
[Jan 24 17:14:43 2011.26] Skill Use on Location: 85, (200, 147)
[Jan 24 17:14:43 2011.28] UseSkill - Timeout, recasting skill.
[Jan 24 17:14:43 2011.78] Skill Use on Location: 85, (200, 147)
[Jan 24 17:14:43 2011.78] UseSkill - Timeout, recasting skill.
[Jan 24 17:14:43 2011.91] Received packet: 00B0 Handler: stat_info
[Jan 24 17:14:43 2011.91] Stat: 5 => 428334
[Jan 24 17:14:44 2011.28] Checking for new portals...
[Jan 24 17:14:44 2011.30] No source portal found.
[Jan 24 17:14:44 2011.30] AI: macro | 1
[Jan 24 17:14:44 2011.54] Skill Use on Location: 85, (200, 147)
[Jan 24 17:14:44 2011.55] UseSkill - Timeout, recasting skill.
[Jan 24 17:14:45 2011.26] Auto-Command use: macro beatYgg
[Jan 24 17:14:45 2011.47] [macro log] /---------------------\
[Jan 24 17:14:45 2011.60] [macro log] |Is castable? -> 0 + |
[Jan 24 17:14:45 2011.62] [macro log] \---------------------/
[Jan 24 17:14:45 2011.73] [macro log] /---------------------\
[Jan 24 17:14:45 2011.78] [macro log] |Is castable? -> 1 + 1|
[Jan 24 17:14:45 2011.80] [macro log] \---------------------/
[Jan 24 17:14:45 2011.31] Skill Use on Location: 85, (200, 147)
[Jan 24 17:14:45 2011.31] UseSkill - Timeout, recasting skill.
[Jan 24 17:14:46 2011.22] [macro log] SKILL COORDS !!!!!!!!! -> 41 174
[Jan 24 17:14:46 2011.72] UseSkill - Timeout, maximum tries reached.
[Jan 24 17:14:46 2011.83] Не получилось скастовать Lord of Vermilion за 5 попыток.
[Jan 24 17:14:46 2011.99] UseSkill - Created preparation subtask.
!!!!!!!!!!!!!!!than goes error!!!!!!!!!!!!!
Code: Select all
macro beatYgg {
[
$myx = @eval($::char->{pos}{x})
$myy = @eval($::char->{pos}{y})
$i = 0
:prev
$randx = $myx + @random("-3", "-2", "-1", "0", "1", "2", "3")
$randy = $myy + @random("-3", "-2", "-1", "0", "1", "2", "3")
$bool1 = @eval (Misc::checkLineSnipable ({x => $myx, y => $myy}, {x => $randx, y => $randy}))
$bool3 = @eval($::field->isWalkable($randx, $randy))
log /---------------------\
log |Is castable? -> $bool1 + $bool3|
log \---------------------/
if ($i <= 50) goto norm
]
do ai manual
do c @go 0
do reload conf
do reload macro
do relog 5
pause 15
do ai on
goto rele
[
:norm
$i++
if ($bool1 != 1) goto prev
if ($bool3 != 1) goto prev
$num = @rand(1, 3)
if ($num == 1) goto one
if ($num == 2) goto two
if ($num == 3) goto three
:one
]
pause 1
log SKILL COORDS !!!!!!!!! -> @eval($randx) @eval($randy)
do sl 89 @eval($randx) @eval($randy) 10
[
goto casted
:two
]
pause 1
log SKILL COORDS !!!!!!!!! -> @eval($randx) @eval($randy)
do sl 85 @eval($randx) @eval($randy) 10
[
goto casted
:three
]
pause 1
log SKILL COORDS !!!!!!!!! -> @eval($randx) @eval($randy)
do sl 83 @eval($randx) @eval($randy) 10
:casted
pause 1
do ss 26
[
:rele
release all
]
}