Emergency Recall

  • Автор темы
  • Посетитель

Emergency Recall

#16694
//Author: Lopsang
//Can use this same recall macro for multiple characters across all accounts
if not listexists 'home'
  createlist 'home'
  pushlist 'home' 0x405d5297 //serial for runebook for char 1
  pushlist 'home' 0x40d2afda //serial for runebook for char 2
  pushlist 'home' 0x4048603a //serial for etc
endif
while @findtype 0x22c5 'any' 'backpack'
  ignoreobject 'found'
  for 0 to 'home'
    if @serial 'found' == serial 'home[]'
      if @serial 'found' == serial 0x405d5297 //for tamers, remove if statement if your not a tamer
        msg 'all come'
        msg 'all come'
      endif
      cast "Recall"
      waitfortarget 2000
      target! 'found'
      break
    endif
  endfor
endwhile
clearignorelist

Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.