Page 1 of 1
Death Macro?
Posted: Tue Jul 17, 2012 10:13 am
by Tamyra
How does the bot respond to the use of the Death Macro as a means of exiting an instance, will it allow continuation of the bot or will it just stop altogether?
Re: Death Macro?
Posted: Tue Jul 17, 2012 10:41 am
by Hidden
Death macro wont reset the instance, where leave party will.
Works for butts daily tho i use it instead of riding back
Re: Death Macro?
Posted: Tue Jul 17, 2012 11:14 am
by Tamyra
I'm not trying to reset the instance, I'm trying to leave the instance using death macro, and then resetting it afterwards, without the bot stopping all function. I'm just trying to figure out how it responds to death as I have never had my char die while botting.
Re: Death Macro?
Posted: Tue Jul 17, 2012 6:34 pm
by lisa
Something like this
Code: Select all
RoMScript("SetCameraPosition (0,0,1000000)");
repeat
yrest(1000)
player:update()
until not player.Alive
RoMScript("BrithRevive();");
waitForLoadingScreen(30)