Difference between revisions of "MQ2GetMission" - MMOBugs Wiki

Line 16: Line 16:
 
* <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.
 +
 +
==Obtaining Data Values==
 +
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.

Revision as of 13:17, 8 November 2010

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.

Commands

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

Obtaining Data Values

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.