- Joined
- Sep 12, 2004
- RedCents
- 720¢
Although this and other macros I write are not exclusively for use by RedGuides,
I am authorizing its use for the community.
(This and other macros I write may be available at "other" MQ2 sites).
This macro has been tested using the most recent RedGuides MQ2 compile.
This macro and all others I submit for the community will be fully supported by myself
(as long as you have not altered the code for it).
Changing user specific (non global) declares is permissible.
I present for your usage: Lazy Loby Rez.
Q: What does it do?
A: Will go to the Guild Lobby merchant to buy item to summon corpse, buy appropriate one for your level, go to corpse summoner, give it to him/her, revive your merc, and take a rez.
Q: What is required to run it (any pre-requisites or assumptions) ?
A: 1) Be in the guild lobby, preferably bound on either the left or right side of the lobby closest to the merchant and summoner.
2) Have enough plat on you to buy the corpse summon item.
3) Have the last merc you used be HEALER class so that when it revives your merc... you will get a rez.
Q: Anything optional in it?
A: Yes, it has the ability to both suspend your merc and log you out after the rez process is complete. If you DO NOT WANT TO CAMP AFTER REZ or SUSPEND MERC, then simply change it to remark the calls for SuspendMerc and LogMeOut:
SUSPEND MERC:
to
LOGOUT:
to
Enjoy, and use in good health.
Feedback welcome, redcents always welcome.. lol
UPDATE
The new version I am posting will now correctly identify what TYPE of merc you have just revived/unsuspended... if it is NOT a healer merc.. it will now switch to the first healer class merc it finds in your merc manage window.
Also, fixed a bug where it would wait / loop without end on waiting to take the rez... if you have MQ2Rez active and already took a rez before the macro could detect the confirmation box.
UPDATE
Updated to use new Soulstone if level is 101 to 105.
Fixed itemnotify issue
Added check and stance switch if cleric mercenary is in passive mode.
UPDATE
Fixed item giving. Removed itemnotify calls and replaced with direct item gives.
Also changed how ReviveMerc works.
It will now check your group members for a living rezzing class, if it finds one.. it will NOT revive your merc/swap merc to cleric.
If it does NOT find a living rezzing class, it will attempt to revive your merc and get a rez if able (as normal).
I added in this change to be a little smarter. This way you do not wait for/revive/switch merc class type... on a merc ... when you do not need to.
(Someone else in group already popped a merc cleric, or a living rez class is in the group).
New version posted.
I am authorizing its use for the community.
(This and other macros I write may be available at "other" MQ2 sites).
This macro has been tested using the most recent RedGuides MQ2 compile.
This macro and all others I submit for the community will be fully supported by myself
(as long as you have not altered the code for it).
Changing user specific (non global) declares is permissible.
I present for your usage: Lazy Loby Rez.
Q: What does it do?
A: Will go to the Guild Lobby merchant to buy item to summon corpse, buy appropriate one for your level, go to corpse summoner, give it to him/her, revive your merc, and take a rez.
Q: What is required to run it (any pre-requisites or assumptions) ?
A: 1) Be in the guild lobby, preferably bound on either the left or right side of the lobby closest to the merchant and summoner.
2) Have enough plat on you to buy the corpse summon item.
3) Have the last merc you used be HEALER class so that when it revives your merc... you will get a rez.
Q: Anything optional in it?
A: Yes, it has the ability to both suspend your merc and log you out after the rez process is complete. If you DO NOT WANT TO CAMP AFTER REZ or SUSPEND MERC, then simply change it to remark the calls for SuspendMerc and LogMeOut:
SUSPEND MERC:
Rich (BB code):
/call SuspendMerc
Rich (BB code):
|/call SuspendMerc
LOGOUT:
Rich (BB code):
/call LogMeOut
Rich (BB code):
|/call LogMeOut
Enjoy, and use in good health.
Feedback welcome, redcents always welcome.. lol
UPDATE
The new version I am posting will now correctly identify what TYPE of merc you have just revived/unsuspended... if it is NOT a healer merc.. it will now switch to the first healer class merc it finds in your merc manage window.
Also, fixed a bug where it would wait / loop without end on waiting to take the rez... if you have MQ2Rez active and already took a rez before the macro could detect the confirmation box.
UPDATE
Updated to use new Soulstone if level is 101 to 105.
Fixed itemnotify issue
Added check and stance switch if cleric mercenary is in passive mode.
UPDATE
Fixed item giving. Removed itemnotify calls and replaced with direct item gives.
Also changed how ReviveMerc works.
It will now check your group members for a living rezzing class, if it finds one.. it will NOT revive your merc/swap merc to cleric.
If it does NOT find a living rezzing class, it will attempt to revive your merc and get a rez if able (as normal).
I added in this change to be a little smarter. This way you do not wait for/revive/switch merc class type... on a merc ... when you do not need to.
(Someone else in group already popped a merc cleric, or a living rez class is in the group).
New version posted.
Attachments
Last edited:

