having issues where when my puller dies and uses the clickbacktocamp feature he returns but then ends up in a loop, saying I'm confused i'm already in the zone with the campfire. or something very close i need to kill him off again if you need the exact.
i have a bit more information it clicks the fellowship and zones back but then gets disoriented it tries to lay a new campfire not recognizing the existing one then after that it starts complaining about being confused because it finds itself in the zone with the campfire.
I also went ahead and summoned the corpse without stopping the macro and then rezzed it that brought the toon out of the loop and is still running ok...
- - - Updated - - -
I added a varset to make THE IAmDead variably false or at least that is my intention not completely up on the syntax here
- - - Updated - - -
well that didnt work seems there must be something else setting that variable back
- - - Updated - - -
a work around has been achieved by having my sk summon the corpse after the toon gets back in zone the rez then brings it out of this loop but still might want to see where the logic error lies.
i have a bit more information it clicks the fellowship and zones back but then gets disoriented it tries to lay a new campfire not recognizing the existing one then after that it starts complaining about being confused because it finds itself in the zone with the campfire.
I also went ahead and summoned the corpse without stopping the macro and then rezzed it that brought the toon out of the loop and is still running ok...
- - - Updated - - -
Rich (BB code):
/if (${FindItem[Fellowship Registration Insignia].TimerReady} == 0) {
/echo Time to get back to work. Clicking Fellowship Insignia in 30 seconds.
| Delay for rest state to kick in
/delay 30s
/squelch /nomodkey /itemnotify "Fellowship Registration Insignia" rightmouseup
/varset IAmDead 0
I added a varset to make THE IAmDead variably false or at least that is my intention not completely up on the syntax here
- - - Updated - - -
well that didnt work seems there must be something else setting that variable back
- - - Updated - - -
a work around has been achieved by having my sk summon the corpse after the toon gets back in zone the rez then brings it out of this loop but still might want to see where the logic error lies.
Last edited:

