Unknown2007-04-16 12:20:57
This is my entire influencing system that I use, especially for influencing the multiple moving monks. It's not quite polished though, so feel free to get debugging here. I'm still learning all this as well.
Download the zip, and copy paste to your respective triggers/aliases/variables.
Create an influence macro, and put INF and INFON in it.
Create a stop influence macro, and put INFOFF in it.
Create another macro and put MONKSIH in it.
Create yet another macro and place MONKNEXT in it.
MONKMODE OFF and MONKMODE OFF should speak for itself.
INFTYPE BLAH, where BLAH is the actual influence attack, like begging, teasing, compliments.
The influence macro will influence your target, and start influencing until you suceed. The stop macro stops the auto-influencing.
MONKSIH macro will do IH and capture the monk IDs, while MONKNEXT will target a monk which is not influenced. Sometimes, if it tells you that all the monks are done even if they are not, try MONKSIH and MONKNEXT again, or move to another room first.
Try not to leave monkmode on when you are not actually influencing monks. It might have errors or problems.
Speaking of problems, I have a couple of questions.
Is there any way to ArrayDeleteKey more than one key at a time?
Is there any way to do like Send "Blah" X 20? This is one of the messiest part of my system.
Download the zip, and copy paste to your respective triggers/aliases/variables.
Create an influence macro, and put INF and INFON in it.
Create a stop influence macro, and put INFOFF in it.
Create another macro and put MONKSIH in it.
Create yet another macro and place MONKNEXT in it.
MONKMODE OFF and MONKMODE OFF should speak for itself.
INFTYPE BLAH, where BLAH is the actual influence attack, like begging, teasing, compliments.
The influence macro will influence your target, and start influencing until you suceed. The stop macro stops the auto-influencing.
MONKSIH macro will do IH and capture the monk IDs, while MONKNEXT will target a monk which is not influenced. Sometimes, if it tells you that all the monks are done even if they are not, try MONKSIH and MONKNEXT again, or move to another room first.
Try not to leave monkmode on when you are not actually influencing monks. It might have errors or problems.
Speaking of problems, I have a couple of questions.
Is there any way to ArrayDeleteKey more than one key at a time?
Is there any way to do like Send "Blah" X 20? This is one of the messiest part of my system.