Page 1 of 1

Plugin problem: After MQ loaded it

Posted: Thu Sep 14, 2006 3:29 am
by Goss
I have a custom plugin that use to work like a year ago and I recently came back to eq and want to use the plugin again. So I got the latest version of mq and I updated all my offsets. Here are my steps.

Steps:
-add all code to temp folder (plugin code, .cpp/.h)
-open up dos and run the mkplugin.exe (name of file in temp folder)
-compile mq (making sure to add the plugin to the workspace, also adding check box for batch)
-load up eq/mq and type /plugin filename (up to this point everything works just fine, it says loaded)

When I try to run a cmd for the plugin I get invalid cmd.

Any ideas?

[http://www.macroquest2.com/wiki/index.p ... :Extending]

Posted: Thu Sep 14, 2006 4:05 am
by drzoon
Helps if you read the correct instructions - [[MacroQuest2:Plugins]]. You've got steps 1 and 2 the wrong way round.

Posted: Thu Sep 14, 2006 4:06 am
by dont_know_at_all
Steps:
-add all code to temp folder (plugin code, .cpp/.h)
-open up dos and run the mkplugin.exe (name of file in temp folder)
Switch the order of those two steps.

Posted: Thu Sep 14, 2006 8:27 am
by Goss
duh....thanks for the fast feedback