2024 년에도 울온을

이벤트 진행중 : Shrouded-sails

서드파티 & 매크로/UOS 스크립트

[UOS] Necromancy

작성자 : 히히😎 님 2023. 10. 6. 21:11
[작성자] 히히😎 님


Necromancy 스킬을 올려주는 스크립입니다.




1. 준 비 물
샥감셋(추천 마나 재생 20이상, 패캐2,패회6), 네크풀북
Necromancy 스킬(30 이상), Meditation 스킬(40 이상)


2. 사용 방법
안전한 곳에서 해당 스크립을 사용 합니다


3. 주 의 점
GM과 미팅시 감옥에 가실 수 있습니다.
마나 재생이 낮을 경우 마나 부족으로 인해 스킬 올라가는 속도가 느려집니다.
Focus, Meditation 스킬이 있는 경우 스킬 올라가는 속도가 빨라집니다.





드래그, 복사하면 됩니다.

 

@createtimer 'start'
while not dead
  if @timer 'start' > 300000
    @settimer 'start' 0
    msg '접속 유지'
  endif
  if @injournal 'insufficient mana'
    clearjournal
    while mana < maxmana
      while not buffexists 'Meditation'
        useskill 'Meditation'
        pause 1000
      endwhile
      pause 1000
    endwhile
  else
    if skill 'Necromancy' < 30
      headmsg '뉴헤븐에서 네크 스킬을 배우세요!'
      sysmsg '뉴헤븐에서 네크 스킬을 배우세요!'
      stop
    elseif skill 'Necromancy' < 55
      cast 'Wraith Form'
    elseif skill 'Necromancy' < 75
      cast 'Horrific Beast'
    elseif skill 'Necromancy' < 90 and graphic 'self' == '0x2ea'
      cast 'Horrific Beast'
    elseif skill 'Necromancy' < 90 and not graphic 'self' == '0x2ea'
      cast 'Wither'
    elseif skill 'Necromancy' < 100
      cast 'Lich Form'
    endif
  endif
  pause 600
endwhile

'서드파티 & 매크로 > UOS 스크립트' 카테고리의 다른 글

[UOS] Mysticism  (0) 2023.10.06
[UOS] Chivalry  (0) 2023.10.06
[UOS] Magery  (0) 2023.10.06
[UOS] Spirit Speak  (0) 2023.10.06
[UOS] Evaluating Intelligence  (0) 2023.10.05