Una semplice macro per skillare Necromancy. Ricordatevi di trainare prima necromancy e spuntare loop. Buon macraggio!!!
Codice PHP:
//Potete impostare il mana e le varie pause a seconda delle vostre necessità
if mana < 25
useskill 'meditation'
while mana < maxmana
endwhile
endif
if skill 'Necromancy' < 30
cast "Curse Weapon"
waitfortarget 1600
elseif skill 'Necromancy' < 50
cast "Wraith Form"
waitfortarget 1600
elseif skill 'Necromancy' < 71
cast "Horrific Beast"
waitfortarget 1600
elseif skill 'Necromancy' < 81
cast "Wither"
waitfortarget 1600
elseif skill 'Necromancy' < 105
cast "Lich Form"
waitfortarget 1600
elseif skill 'Necromancy' < 120
cast "Vampiric Embrace"
waitfortarget 1600
endif
Commenta