scp enflame sub moveitems zamenit na:
sub moveItems
ignoreitem reset 1
ignoreitem %skill 1
repeat
{
msg bank$
wait 20
}
until #conttype = IKF
if %gameClass = Archer
event macro 13 21
finditem %box C
if #findcnt = 0
{
event Sysmessage Bag Not Found.
event xXx
pause
}
repeat
{
finditem %item c_ , #backpackid
if #findcnt >= 1
{
if world_save_has_been in #sysmsg
wait 15s
exevent Drag #Findid #findstack
exevent Dropc %box
wait 40
}
}
until #findcnt = 0
ignoreitem reset 1
if %gameClass = Archer
gosub rescourses
if %recall
gosub recalls
gosub food
return