스펠위빙
페이지 정보
작성자 RINO 작성일 24-05-22 22:08 조회 253 댓글 1본문
if mana < 30
useskill 'meditation'
while not mana == maxmana
endwhile
endif
//Set Goal
if skill 'Spellweaving' == 120
stop
endif
if skill 'Spellweaving' >= 0 and skill 'Spellweaving' < 33
cast 'Arcane Circle'
endif
if skill 'Spellweaving' >= 33 and skill 'Spellweaving' < 62
cast 'Reaper Form'
endif
if skill 'Spellweaving' >= 62 and skill 'Spellweaving' < 70
cast 'essence of wind' 'self'
endif
if skill 'Spellweaving' >= 70 and skill 'Spellweaving' < 90
cast 'Wildfire' 'self'
endif
if skill 'Spellweaving' >= 90 and skill 'Spellweaving' < 120
cast 'Word of Death' 'self'
endif
pause '2500'
if hits < maxhits
miniheal self
endif
예전에 스킬 올리려고 어디서 퍼온건데 =_= 혹시 돌리실분 있을까봐 올립니다
마스터골드님의 댓글
마스터골드 작성일좋은자료 감사합니다!