Page 20 of 28

MQ2Krust-20051211

Posted: Sat Dec 10, 2005 8:17 pm
by gimp
MQ2Krust.dll 2005.12.11

* Fixed to compile with new MQ2

Posted: Sun Dec 11, 2005 7:23 am
by gimp
the krust macro & UI is working fine with latest MQ2 btw
running it now & havent noticed any "wrongs"

Posted: Mon Dec 12, 2005 4:30 pm
by Harden
Your Plugin worked fine with the MQ2 release on the 10th, I tried compiling it with the zip from the 12th (MQ2-20051212b) and I got these errors:
------ Build started: Project: MQ2Krust, Configuration: Release Win32 ------

Compiling...
MQ2Krust.cpp
EQLIB_IMPORTS
MQ2Krust.cpp(38) : error C2065: 'ppSpawnList' : undeclared identifier
MQ2Krust.cpp(107) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(107) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(109) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(109) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(109) : error C2227: left of '->SpawnID' must point to class/struct/union
MQ2Krust.cpp(112) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(112) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(159) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(159) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(160) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(160) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(160) : error C2227: left of '->Type' must point to class/struct/union
MQ2Krust.cpp(161) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(161) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(161) : error C2227: left of '->SpawnID' must point to class/struct/union
MQ2Krust.cpp(163) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(163) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(163) : error C2227: left of '->HPCurrent' must point to class/struct/union
MQ2Krust.cpp(165) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(165) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(165) : error C2227: left of '->HPCurrent' must point to class/struct/union
MQ2Krust.cpp(166) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(166) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union

Build log was saved at "file://c:\MacroQuest2\Mq21210\MQ2Krust\Intermediate\BuildLog.htm"
MQ2Krust - 24 error(s), 0 warning(s)
Thought you might like to know.

Posted: Mon Dec 12, 2005 9:23 pm
by eqsomebody
:?:
As of 6:45p CST, I downloaded 20051212b and the latest version of Krust published at that time.. No comiple errors.

Re: MQ2Krust-20051211

Posted: Tue Dec 13, 2005 8:50 am
by MoMom
gimp wrote:MQ2Krust.dll 2005.12.11

* Fixed to compile with new MQ2
I recieved those same errors, until I got the latest zip from Gimp, and no errors anymore. :)

Posted: Tue Dec 13, 2005 9:02 am
by Harden
Maybe My file got corrupt, I'll give it another go tonight.

Posted: Tue Dec 13, 2005 9:28 am
by Harden
Tried it again with a fresh zip of the source. Got the same 24 errors. I'm having trouble with the MQ2MoveUtils plugin also, they may be releated, cause they give similar information, but I have no clue why I can't compile it, any ideas? (at least your zip has a pre compiled DLL, I miss my MoveUtils)

Posted: Tue Dec 13, 2005 10:04 am
by gimp
Harden wrote:Tried it again with a fresh zip of the source. Got the same 24 errors. I'm having trouble with the MQ2MoveUtils plugin also, they may be releated, cause they give similar information, but I have no clue why I can't compile it, any ideas? (at least your zip has a pre compiled DLL, I miss my MoveUtils)
you are getting this error:
MQ2Krust.cpp(107) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'

the latest MQ2Krust-20051211.zip is updated for changes in MQ2, these changes removed pActorInfo from MQ2, so if you are getting these errors, you are actually trying to compile with an old (and incompatible) version of MQ2Krust, try redownload it from the first post in this thread, or from the homepage

Posted: Tue Dec 13, 2005 9:09 pm
by Harden
we are up to MQ2-20051212b, I do agree, it work fine with MQ2-20051211. What ever was changed to let MQ2Krust work with MQ2-20051211, dosent let it work with MQ2-20051212b. I tried a fresh download of everything, and again I get this in the output:

Code: Select all

------ Build started: Project: MQ2Krust, Configuration: Release Win32 ------

Compiling...
MQ2Krust.cpp
EQLIB_IMPORTS
MQ2Krust.cpp(38) : error C2065: 'ppSpawnList' : undeclared identifier
MQ2Krust.cpp(107) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
        c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(107) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(109) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
        c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(109) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(109) : error C2227: left of '->SpawnID' must point to class/struct/union
MQ2Krust.cpp(112) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
        c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(112) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(159) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
        c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(159) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(160) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
        c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(160) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(160) : error C2227: left of '->Type' must point to class/struct/union
MQ2Krust.cpp(161) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
        c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(161) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(161) : error C2227: left of '->SpawnID' must point to class/struct/union
MQ2Krust.cpp(163) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
        c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(163) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(163) : error C2227: left of '->HPCurrent' must point to class/struct/union
MQ2Krust.cpp(165) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
        c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(165) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(165) : error C2227: left of '->HPCurrent' must point to class/struct/union
MQ2Krust.cpp(166) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
        c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(166) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union

Build log was saved at "file://c:\MacroQuest2\Mq21210\MQ2Krust\Intermediate\BuildLog.htm"
MQ2Krust - 24 error(s), 0 warning(s)
I tried building 3 tiems, on 3 different downloads, with the same result, maybe I just suck, who knows...

If anyone has any ideas, please PM me.

Posted: Wed Dec 14, 2005 6:56 am
by gimp
Harden wrote:we are up to MQ2-20051212b, I do agree, it work fine with MQ2-20051211. What ever was changed to let MQ2Krust work with MQ2-20051211, dosent let it work with MQ2-20051212b. I tried a fresh download of everything, and again I get this in the output
It compiles fine with MQ2-20051212b too, but you got something wrong on your end.
The error messages you are pasting are telling me you are not using the latest MQ2Krust.cpp

Download http://goto.glocalnet.net/krust/MQ2Krust-20051211.zip

Use that .cpp file, it dont contain ONE occurence of "pActorInfo" which means errors like "MQ2Krust.cpp(107) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'" should not be able to pop up with it. Unless you went and added those changes back to the file.

I'm sorry but this is all the support i can give for the plugin

Posted: Wed Dec 14, 2005 8:27 am
by Harden
I'll give it a try again, I'm having the same trouble with MoveUtils, and I'm at a loss for whats going wrong...

Posted: Thu Dec 15, 2005 9:55 pm
by Harden
The ModRod information in the friends window is displaying 0m1s Left, after the mod rod is ready for use. Think something in todays release is fubaring it.

Posted: Sun Dec 18, 2005 8:40 am
by gimp
MQ2Krust.dll 2005.12.18

Recompile against MQ2-20051215b.zip No source changes.
This one's for harden, hope you get it working

Posted: Tue Dec 20, 2005 10:25 am
by gimp
Harden wrote:The ModRod information in the friends window is displaying 0m1s Left, after the mod rod is ready for use. Think something in todays release is fubaring it.
19 December 2005 by rswiders
- Fixed Item.Timer issue for insta-click/instant refresh items


did this update fix the modrod problems? i'm not able to test out myself as rl taking 100% right now

Posted: Tue Dec 20, 2005 4:09 pm
by Harden
It seems, the mod rod coutdown timer only uses the seconds, and counts then down in ticks (6 sec per)

after using a rod, it shows 0m50s left, and it goes down one every 6 sec (approx)