mmowarp

mobo123

Premium Member
Joined
Jul 7, 2007
Messages
25
Reaction score
1
Points
3
How do I get it to work, I can see the Dll in my mq2 folder but I cannot get it to plugin in game.


thanks
 
you need to load the plugin during game or you can edit the MacroQuest ini file, to load in game simply type /plug mq2mmowarp while mq2 and everquest are both running, this will load your warp plugin. to make it so that mq2 will auto load it without typing /plug mq2mmowarp what you'll need to do is open MacroQuest.ini which looks like a notepad file with a gear on it (or of the likes) [open with notepad] you'll need to scroll down the area that has this:

Code:
[Plugins]

you'll need to add this:
Code:
mq2mmowarp=mq2mmowarp

all the lines listed beneath the [Plugins] are plugs that are loaded by default, you can add or take away any that you see fit, for an example of what you're list would look like with my settings it would be as follows:
Code:
[Plugins]
mq2labels=mq2labels
mq2itemdisplay=mq2itemdisplay
mq2hud=mq2hud
mq2map=mq2map
mq2chatwnd=mq2chatwnd
mq2eqbugfix=mq2eqbugfix
mq2moveutils=mq2moveutils
mq2twist=mq2twist
mq2rez=mq2rez
mq2melee=mq2melee
mq2mmowarp=mq2mmowarp

hope that helps

r0xx0r
 
Fixed it now thanks. sorry for being an idiot.