This will loot the corpses around you based on your settings. Double click your Master Looter Backpack to setup your loot settings.
This pulls up the achievemet system for players.
This will show all your character stats.
This will allow you to talk in the global chat system. Use [c to join the chat system. To talk in chat use [c "message" where message is what you would like to send to the chat. Example : [c hello everyone!
This provides a list of commands available for use ingame. [helpinfo pulls up a gump ingame that will let you see what each command does.
while not dead and not hidden
if diffhits >= 1 and not findbuff 'healing'
hotkey "bandage self"
elseif poisoned and not insysmsg 'No item of type Orange'
hotkey "Drink Cure"
pause 500
elseif diffhits >= 50
hotkey "Drink Heal"
pause 500
endif
endwhile
You will need the following spells : Greater Heal, Lightning, Invisibility, Mass Dispel and Summon Water Elemental. I would suggest checking with other players to see if you can buy a lower reagent cost set of armor for when you want to train magery.
while skill 'Magery' <= 100
if skill 'Magery' <= 50
if diffhits >= 20
cast 'GreaterHeal'
wft
target self
pause 2000
elseif diffhits <= 10
cast 'Lightning'
wft
target self
pause 2000
endif
elseif skill 'Magery' <= 90
cast 'Invisibility'
wft
target self
pause 2000
elseif skill 'Magery' <= 100
if insysmsg 'You have too many followers'
cast 'Mass Dispel'
waitfortarget
target self
pause 500
else
cast 'Water Elemental'
pause 2000
endif
endwhile
This will need to be used in a cave, the macro mines at your feet.
dclicktype 'pickaxe'
waitfortarget
targetrelloc 0 0
pause 2000
loop
Best AI Website Creator