Again...Taking requests/suggestions

Experience

Grandmaster
I haven't sorry. I recently got promoted at work so I've been working extra hours and haven't had a lot of actual play time. But I will get it done this weekend
 

Fuego

Grandmaster
macro to cast 2 evs, off scrolls, 7 tiles in front of you, hides till 96mana and repeats evs and hiding.
 

Experience

Grandmaster
macro to cast 2 evs, off scrolls, 7 tiles in front of you, hides till 96mana and repeats evs and hiding.
while @findtype '0x1f66' '0' 'backpack' 'any' '3' and mana > 40

@usetype '0x1f66' '0' 'backpack' 'any' '3'

waitfortarget 8000

targettilerelative 'ground' '7' 'false'

endwhile

if mana < 30 and skill 'meditation' > '20.0'

useskill 'meditation'

while mana < 80

pause 100

endwhile

endif

if not @findtype '0x1f66' '0' 'backpack' 'any' '3'

headmsg 'No more EV Scrolls'

stop

endif
 

AssHat

Grandmaster
paying for working mining macro must do this:

Use runebook i choose- all 16 runes, recalls, gets over weight, recalls home, drops or smelts or w/e to get out of backpack, and moves on to next spot.

locations are marked within 1 tile of ore, also the type - ground/rock/wall etc has to work for all kinda of runes marked.
 

Experience

Grandmaster
paying for working mining macro must do this:

Use runebook i choose- all 16 runes, recalls, gets over weight, recalls home, drops or smelts or w/e to get out of backpack, and moves on to next spot.

locations are marked within 1 tile of ore, also the type - ground/rock/wall etc has to work for all kinda of runes marked.
There is currently one that will mine 3 books worth of runes. unload when over weight and works on all spots as long as you mark it 1 tile directly South of the spot you want to mine
 

AssHat

Grandmaster
There is currently one that will mine 3 books worth of runes. unload when over weight and works on all spots as long as you mark it 1 tile directly South of the spot you want to mine

i tried that script it doesnt work on stones or other targets.
 
Top