Plugin problem: After MQ loaded it

Need help running MacroQuest2? Ask your questions about how to get things to work on your computer.

Moderator: MacroQuest Developers

Goss
decaying skeleton
decaying skeleton
Posts: 2
Joined: Sat Sep 02, 2006 10:45 pm

Plugin problem: After MQ loaded it

Post by Goss » Thu Sep 14, 2006 3:29 am

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]

drzoon
a hill giant
a hill giant
Posts: 239
Joined: Tue May 04, 2004 5:38 pm

Post by drzoon » Thu Sep 14, 2006 4:05 am

Helps if you read the correct instructions - [[MacroQuest2:Plugins]]. You've got steps 1 and 2 the wrong way round.

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Thu Sep 14, 2006 4:06 am

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.

Goss
decaying skeleton
decaying skeleton
Posts: 2
Joined: Sat Sep 02, 2006 10:45 pm

Post by Goss » Thu Sep 14, 2006 8:27 am

duh....thanks for the fast feedback