Difference between revisions of "MQ2GetMission" - MMOBugs Wiki

m
 
(6 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
| link = [http://www.mmobugs.com/wiki/index.php/MQ2GetMission Wiki Link]
 
| link = [http://www.mmobugs.com/wiki/index.php/MQ2GetMission Wiki Link]
 
| commands=/getmission
 
| commands=/getmission
| source = Yes
+
| source = No
 
| usesini = No
 
| usesini = No
 
}}
 
}}
Line 11: Line 11:
  
 
Used to request missions from NPC's. Warning: Use at your own risk, this plugin has been known to cause bans when requesting missions in zones you normally shouldn't be able to.
 
Used to request missions from NPC's. Warning: Use at your own risk, this plugin has been known to cause bans when requesting missions in zones you normally shouldn't be able to.
 +
 +
==Active Hack==
 +
See [http://www.mmobugs.com/forums/everquest-suspensions-or-bans/1245-macroquest2-risks-faq.html| this forum post] regarding the risks of active hacks.
 +
 +
To enable edit macroquest.ini 
 +
 +
find the line that says
 +
 +
  EnableActivePlugins=0
 +
 +
change it to
 +
 +
  EnableActivePlugins=1
 +
 +
Then reload mmoloader
 +
  
 
==Commands==
 
==Commands==
Line 16: Line 32:
 
* <span class="highlight2">/getmission <MissionID> <MissionGiverID></span> : Requests mission from an NPC.  
 
* <span class="highlight2">/getmission <MissionID> <MissionGiverID></span> : Requests mission from an NPC.  
 
       Use /echo ${Target.ID} to get MissionGiverID of the NPC.
 
       Use /echo ${Target.ID} to get MissionGiverID of the NPC.
 +
 +
'''To obtain the MissionID:'''
 +
 +
If you have the plugin loaded, get the mission normally / manually one time.
 +
 +
"You should see the MissionID and MissionGiverID when you request a mission."
 +
 +
Then use that data to automate getting that mission via the plugin for future use.
  
 
==Availability==
 
==Availability==
  
 
This plugin is included with the MMOBugs Compile.
 
This plugin is included with the MMOBugs Compile.
[[Category:  Needs Screenshot]]
 
[[Category:  Incomplete Plugin Pages]]
 

Latest revision as of 23:39, 13 April 2012

Plugin Info
Name MQ2GetMission
Author JoeK
Link Wiki Link
Commands /getmission
Source Available No
Uses INI File No

Description

Used to request missions from NPC's. Warning: Use at your own risk, this plugin has been known to cause bans when requesting missions in zones you normally shouldn't be able to.

Active Hack

See this forum post regarding the risks of active hacks.

To enable edit macroquest.ini

find the line that says

 EnableActivePlugins=0

change it to

 EnableActivePlugins=1

Then reload mmoloader


Commands

  • /getmission <MissionID> <MissionGiverID> : Requests mission from an NPC.
     Use /echo ${Target.ID} to get MissionGiverID of the NPC.

To obtain the MissionID:

If you have the plugin loaded, get the mission normally / manually one time.

"You should see the MissionID and MissionGiverID when you request a mission."

Then use that data to automate getting that mission via the plugin for future use.

Availability

This plugin is included with the MMOBugs Compile.