Generic Vendor Gates

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

Generic Vendor Gates

#16686
//Experience
//Generic Vendor Gating
// You will need to edit the text for what you want to say.

if not findalias 'Gates Book'
  headmsg 'Select Gates Book'
  promptalias 'Gates Book'
endif
msg 'Come Here!' '356'
pause 1000
yellmsg "Gating to "
pause 2000
yellmsg "(text here)"
Cast 'Gate Travel'
autotargetobject 'Gates Book'
pause 3000
if mana > 80
  replay
endif
while hits < maxhits
  if poisoned 'self'
    cast 'Cure'
    autotargetobject 'self'
    pause 1500
  else
    cast 'Greater Heal'
    autotargetobject 'self
    pause 1500
  endif
endwhile
@cleartargetqueue
if counttype '0xf7b' '0' 'backpack' < 10
  stop
endif
if counttype '0xf7a' '0' 'backpack' < 10
  stop
endif
if counttype '0xf8c' '0' 'backpack' < 10
  stop
endif
pause 80000

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