- Joined
- Dec 8, 2014
- RedCents
- 1,058¢
This is not a huge game changing tip. Just a little insurance and streamlining to make your game experience more enjoyable.
I was using CSkillUp.mac to train my most recent minion and was slain while away....Zek PvP
I realized the MQ2Posse plugin was the obvious answer and made haste to set it up on the character.
http://www.redguides.com/community/showthread.php/25075-MQ2Posse
Everything you need to know is at the above link. This is a great plugin.
After issuing the following commands: /plugin mq2posse, /posse on, /posse cmdadd /quit, /posse save, and /posse load..... MQ2Posse will "speed quit" the game if someone comes within 300 units, by default, of your character. Quitting to desktop may not be what everyone will want but I have no desire to lose an account and will take the safe route. ALSO please know there is no known way to detect and automatically react to a GM that is invisible from walking right up on your character and observing it.
The other thing I noticed is that a lower level character can actually die if it casts a direct damage spell on itself. So a minor change to code was made and a less lethal training session was conducted.
add within the :MainLoop, after line 141
and within the Event_MedUp sub routine, after line 233
And lastly resave the macro as a different name, I saved as cskillup001.mac, so when you do an update you won't lose your modifications.
Orrrr as Razkle once opined. "Make the file read-only." That may be simplerer...er.
As always,
Playbetter
I was using CSkillUp.mac to train my most recent minion and was slain while away....Zek PvP
I realized the MQ2Posse plugin was the obvious answer and made haste to set it up on the character.
http://www.redguides.com/community/showthread.php/25075-MQ2Posse
Everything you need to know is at the above link. This is a great plugin.
After issuing the following commands: /plugin mq2posse, /posse on, /posse cmdadd /quit, /posse save, and /posse load..... MQ2Posse will "speed quit" the game if someone comes within 300 units, by default, of your character. Quitting to desktop may not be what everyone will want but I have no desire to lose an account and will take the safe route. ALSO please know there is no known way to detect and automatically react to a GM that is invisible from walking right up on your character and observing it.
The other thing I noticed is that a lower level character can actually die if it casts a direct damage spell on itself. So a minor change to code was made and a less lethal training session was conducted.
add within the :MainLoop, after line 141
Rich (BB code):
/if (${Me.PctHPs}<=20) /call Event_MedUp
and within the Event_MedUp sub routine, after line 233
Rich (BB code):
/if (${Me.PctHPs}<96) /goto :med
And lastly resave the macro as a different name, I saved as cskillup001.mac, so when you do an update you won't lose your modifications.
Orrrr as Razkle once opined. "Make the file read-only." That may be simplerer...er.
As always,
Playbetter

