I've been using skill blocks to ressurect the pet, but say if I died and the pet did not die I would need to use Call Homunculus instead of Resurrect homunculus. I've tried using skill block for both call and resurrect. The res works, but only if the homunc has died. The call does not work no matter what.
I'm thinking just macro it to make everything easier, is there a condition to check to see if homunculus is on screen so I can trigger my macro that way? I've looked all over macro on the wiki but cannot find much on homunculus.
Code: Select all
automacro checkforhomunc {
homunonscreen 0 #this is what i am trying to figure out how to trigger my macro#
run-once 1
call summon
}
macro summon {
do ss 243
}