Again...Taking requests/suggestions

Experience

Grandmaster
//Author: Experience
//Added "All Come" for pets
if not @findobject 'Recall Book'

promptalias 'Recall Book'

endif

if not @findalias 'Loot Box'

promptalias 'Loot Box'

endif
msg 'All Come'
cast 'recall'

autotargetobject 'Recall Book'
pause 2000
msg 'All Come'
pause 2500

while findtype '0xeed' 'any' 'backpack' 'any' '3'

moveitem 'found' 'Loot Box' '0 0 0' 'all'

endwhile

while findtype '0x2260' 'any' 'backpack' 'any' '3'

moveitem 'found' 'Loot Box' '0 0 0' 'all'

endwhile
 

Experience

Grandmaster
//Author: Experience
//This will drop all gold to beetle when overweight
if not findalias 'mount'
useobject 'self'
promptalias 'mount'
endif
while weight >= maxweight

if mounted 'self'

useobject 'self'

pause 1000

movetype '0xeed' 'backpack' 'mount'

pause 1000

@useobject 'mount'

elseif not mounted

pause 1000

movetype '0xeed' 'backpack' 'mount'

@useobject 'mount'

endif

endwhile
 

Fuego

Grandmaster
I usually just use All guard me and let mobs attack me , leads to taking damage o r deaths alot. So a auto all kill closest grey mob script? (I am a bad targeter if you haven't noticed from request)
 

Fuego

Grandmaster
Record yourself opening the runebook, clicking to the correct page, and selecting recall. Do that for each spot. you want a hotkey for. If you have 4 seperate runebooks just set the default rune for each. Then just simply do
cast 'recall'
waitfortarget
useobject 'XYZ'

Fill in the object ID for each book. You will have to make 4 copies of that macro with each matching the ID of the runebook you want to use for each hotkey.
How do I add an all come or all guard me to mob recall spots with a short pause
 

Experience

Grandmaster
click the macro tab and at the bottom you will see "object inspector" use that and target whatever you need the ID for
 

Fuego

Grandmaster
1. Use object inspector and it shows values but none listed say item id?

2. It says error line 1 [not sure if id is right but not on line 1]

cast 'recall'

msg 'All Come'

pause 1200

waitfortarget

useobject '0x0x40988ec65'
 

Experience

Grandmaster
Line 1 is the Serial (Specific to that single item)
Line 2 is the Type (specific to every item IE:runebook, spellbook, katana, etc.)
 

Fuego

Grandmaster
Would a one script that cast gheal/cure/miniheal if needed, and also magic reflect if its needed and hp is max and not poisoned. Always targetin self too. Is that possible?

Forgot, heal and cure pots if you have them, Also if my dexxer with no magery heal with aids and slam agility pot if available, last and (maybe) drink refresh if available and dx below a #
 
Last edited by a moderator:
Top