Magic Resist to 70 by fire elementals with Shelf_r for restok. by nekwave

Description: Cast fire elementals and attake self to up resist. 70 max now.

1#author - Doppler Effect, IDC.
2if not varexist "Shelf_r"
3    overhead "Choose Shelf for restock"
4    setvar "Shelf_r"
5    endif
6say 'a fire elemental release'
7while mana < int
8    useskill 'meditation'
9    wait 1000;
10endwhile
11cast 'Fire Elemental'
12wait 7000
13cast 'Fire Elemental'
14wait 7000
15while mana < 50
16    useskill 'meditation'
17    wait 1000;
18endwhile
19say 'all kill'
20wait 600
21target self
22
23while followers = 4
24    if hits < 65
25            hotkey 'Greater Heal'
26            waitfortarget 1500
27            target self
28    endif
29endwhile
30say 'all stop'
31
32
33if counttype 'Blood moss' < 30 or counttype "Spider's Silk" < 30 or counttype "Mandrake Root%s%" < 30 or counttype "Ginseng" < 30 or counttype "Garlic" < 30
34                overhead "Resupply" 88
35                menu Shelf_r 1
36                wait 500
37            endif
38
39loop