Focus, Necromancy or any Magery related skill by golfinh0

1# Author: golfinho
2# Buy lots of Black pearls. 
3# Fireball is the best cost/benefit for upleveling magery related skills
4
5if mana < 9
6  hotkey 'Eat Magic Mushroom'
7  wait 500
8  useskill 'meditation'
9  while mana < maxmana
10      wait 1000
11  endwhile
12endif
13
14if not findbuff 'food satisfaction'
15    if findtype 'wedge%s% of cheese|28879|28880|28881|28883|28885|28886|28888|29773|29774' backpack as _food
16        dclick _food
17        wait 250
18    endif
19endif
20
21# Change necromancy to Focus/SpiritSpeak/Necromancy, whatever needs cast
22if skill 'necromancy' < 110
23    cast "fireball"
24    wft 1150
25    target last
26    wait 150
27else 
28  stop
29endif
30
31loop