How can I get monk to stand up after feigning when bot pulling?

Champagne

New member
Joined
Jan 31, 2014
Messages
7
Reaction score
0
Points
0
How can I get monk to stand up after feigning when bot pulling with MQ2BOT

I dont know hardly anything about holyshits and downshits but I'm assuming this can be done easily by those with the knowledge. Anyone can help? I was hoping to have a check in place for him to stand back up once full life.
 
Last edited:
standup=[on|off]
Will stand you if when you are feigning. Only used if aggro and/or resume options are on.

would look like this

/melee standup=1 under melee settings in your too_server file

or in game
/melee standup=1
/melee save
/melee load
 
  • Like
Reactions: EQDAB
but this wouldnt check to make sure he is back to 100% health right?
 
but this wouldnt check to make sure he is back to 100% health right?

you can set a check so if it evaluates true then it will stand you up based on your percentage. As an example:

Standup=1
Standupif=${If[${Me.PctHps} > 99 ,1,0]}

or you can try:

Standupif=${If[${Me.PctHps}==100 ,1,0]}

the first option should work. so it wont stand you up unless your hit points is greater then 99%

Hope this helps.

:)
 
  • Like
Reactions: EQDAB