Plugin

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

Moderator: MacroQuest Developers

tyrrund
decaying skeleton
decaying skeleton
Posts: 2
Joined: Tue May 11, 2004 2:17 pm

Plugin

Post by tyrrund » Tue May 11, 2004 8:13 pm

OK im probably going to get flamed but here goes. I have exactly 1 afternoon working with VS6 and MQ2 . I got MQ2 running and have seen some plugins i was able to copy/paste to a template. My problem is how do I add that add that to MQ2 project?? Any help would be greatly appreciated.

Goofmester1
a hill giant
a hill giant
Posts: 241
Joined: Thu Nov 06, 2003 4:26 am

Post by Goofmester1 » Tue May 11, 2004 8:37 pm

Compile the plugin. Then with MQ running inside EQ type /plugin (name)

Like /plugin mq2dps

Chill
Contributing Member
Contributing Member
Posts: 435
Joined: Fri May 07, 2004 5:06 pm
Location: Erie, PA

VS6 Plugins

Post by Chill » Wed May 12, 2004 3:25 pm

I also use VS6 and had to ask for help.

Use Lax's HOWTO: Copy/Paste new plugin code from forums but for step 2 use: Project (menu)->Insert Project into Workspace... and continue from there.

good luck.

User avatar
Fuergrissa
a grimling bloodguard
a grimling bloodguard
Posts: 607
Joined: Mon Dec 08, 2003 3:46 pm
Location: UK

Post by Fuergrissa » Wed May 12, 2004 3:59 pm

i did a small tutorial for vs6 in this Thread

JimJohnson
a grimling bloodguard
a grimling bloodguard
Posts: 1299
Joined: Sat Oct 11, 2003 6:00 am

Post by JimJohnson » Wed May 12, 2004 4:10 pm

project ---> insert project into workspace --> plugin folder --> plugin file click ok

Build --> clean --> batchbuild --> build all(make sure your plugin is marked for build) click ok


read output lower part to make sure no errors your done

User avatar
aChallenged1
a grimling bloodguard
a grimling bloodguard
Posts: 1804
Joined: Mon Jun 28, 2004 10:12 pm

Post by aChallenged1 » Thu Jul 01, 2004 12:50 pm

Ok, my turn on plugin issues.

I have downloaded the MQ2Twister and the MQ2Tracker.

I believe I understand the directions well enough for setting up a plugin, to prove it, or prove what an idiot I am (one or the other) I wrote my own version of the "guide" for it here: http://macroquest2.com/phpBB2/viewtopic ... 7085#57085.

Now then, even after going through all of this I'm having it come back unable to load either of them.

I did copied and pasted the MQ2Tracking.h from the page and saved it properly, not a text file and placed it into the Directory made by mkplugin for MQ2Tracking. After I compiled and added MQ2Tracking to the workspace I saved it. Is there anything special with .h files that I need to consider and may have missed?

I did pretty much the same with the Twisting plugin.

Neither will load. I get a message "Cannot be loaded" with each of them.

I have tried searching, and I even went through the plugin forum and this help forum page by page hoping to see something of use. Yes I RTFM but could not find what I am looking for.

Help is needed, wanted, and appriciated, and flames expected with such if I missed something very simple and in front of my face.

CrankyBaby
a lesser mummy
a lesser mummy
Posts: 58
Joined: Thu Mar 11, 2004 5:12 pm
Location: Tijuana.bc.mx
Contact:

Post by CrankyBaby » Thu Jul 01, 2004 2:46 pm

Uh, this might be silly, but I have to ask:

After you insert the plugin project into the workspace, but before you Save and Exit...

...you DO Compile it, right? :D
Okay, okay, I take it back - "UnF--k you."

“If you play the WinXP CD backwards,
you get a satanic message.”
“That's nothing, if you play it forward,
it installs WinXP.”

User avatar
aChallenged1
a grimling bloodguard
a grimling bloodguard
Posts: 1804
Joined: Mon Jun 28, 2004 10:12 pm

Post by aChallenged1 » Thu Jul 01, 2004 3:03 pm

Just to be sure, I went back, removed both saved, then added one compiled it saved, then the other compiled it and saved.


MQ2Tracking gave 102 errors and 52 warnings, while MQ2Twister gave zero errors and 31 warnings.

I'm missing something, I know I am, the question is what?

I'm thinking of canning it all and starting again where I add in the 2 new Plugin folders before I compile it all so it is all done in one shot. I will hold off on that until I get more inforamtion.

Additional note: When compiling (F7) shouldn't it make a DLL for each Plugin compiled? I can't find one for either of them.

User avatar
aChallenged1
a grimling bloodguard
a grimling bloodguard
Posts: 1804
Joined: Mon Jun 28, 2004 10:12 pm

Post by aChallenged1 » Thu Jul 01, 2004 4:38 pm

Made corrections, now to find out if my version of the guide is correct.

Anyone?

User avatar
aChallenged1
a grimling bloodguard
a grimling bloodguard
Posts: 1804
Joined: Mon Jun 28, 2004 10:12 pm

Post by aChallenged1 » Thu Jul 01, 2004 5:19 pm

Ok, I nuked my entire MQ2 and started fresh. I set up the 2 plugins I wanted to add and one of them works, Twister, but the Tracker doesn't. Can't find an error log to work from either.

CrankyBaby
a lesser mummy
a lesser mummy
Posts: 58
Joined: Thu Mar 11, 2004 5:12 pm
Location: Tijuana.bc.mx
Contact:

Post by CrankyBaby » Thu Jul 01, 2004 6:01 pm

I use VS.net (Thanks for the 60-day evalution CD, MS! :P ) , which has a small screen at the bottom that records things like test output, search results, and compile errors. Not sure how your setup is, but there should be something similar. You might have it minimized, or something.
Okay, okay, I take it back - "UnF--k you."

“If you play the WinXP CD backwards,
you get a satanic message.”
“That's nothing, if you play it forward,
it installs WinXP.”

User avatar
aChallenged1
a grimling bloodguard
a grimling bloodguard
Posts: 1804
Joined: Mon Jun 28, 2004 10:12 pm

Post by aChallenged1 » Thu Jul 01, 2004 6:16 pm

Yeah, it's there. I have VS6 pro. Just never got around to learning the language, though I have the tools. That needs to change.

But yes it does have that, but it also normally puts out a log file in HTML format for compiles. I can't find one.

I'll put the question in the Tracker thread now. Thanks though, I'm part way there!

User avatar
TheUnholy
a hill giant
a hill giant
Posts: 269
Joined: Wed Mar 03, 2004 11:59 pm

Post by TheUnholy » Fri Jul 02, 2004 12:26 am

aChallenged1

Joined: 29 Jun 2004

Posts: 64
holy shit heh

User avatar
aChallenged1
a grimling bloodguard
a grimling bloodguard
Posts: 1804
Joined: Mon Jun 28, 2004 10:12 pm

Post by aChallenged1 » Fri Jul 02, 2004 6:39 am

Yeah, I post a lot. Much of it questions, some of it replies to things I've found that people here longer seem to have missed, some of it chatter.

I know chat isn't the norm here, so I'll try not to do it too much.

At least I'm not some dimrod pushing out bullshit and such that has no use whatsoever on the boards. You'll find most my posts are fairly detailed and that I respond to people who are helping me in short order. If you had to have someone posting as much as me, wouldn't you rather it be someone like me than one of those idiots looking for Pharming scripts so they can go afk and get XP, AA, or Plat?

I might get banned for being overly enthusiastic about posting. I'll never be banned for the real "crimes" here. And eventually, I'm sure I'll be a much bigger contributor than I am a "taker" asking for help and what not.

/derail

TrippyTom
a lesser mummy
a lesser mummy
Posts: 75
Joined: Sun May 30, 2004 10:18 am

Post by TrippyTom » Tue Jul 06, 2004 10:27 am

I recompiled according to the above instructions and load up the plugin in EQ, but when i try to call the plugin via /twist # it crashes. I can't figure out why this is happening.

The default plugins work for me (like the HUD), but MQ2TWIST isn't. This obviously means I must be doing something wrong, but I don't know what I'm doing enough to fix my mistake.

Can anyone help?
May the eclipse of your soul never fade to light!