OLD THREAD: krust (UI, macro & plugin)

Forum for posting custom UIs, portions of UIs, and HUD stuff using MQ's enhancements.

Moderator: MacroQuest Developers

User avatar
gimp
a grimling bloodguard
a grimling bloodguard
Posts: 584
Joined: Fri Oct 29, 2004 9:28 am
Location: internet

MQ2Krust-20051211

Post by gimp » Sat Dec 10, 2005 8:17 pm

MQ2Krust.dll 2005.12.11

* Fixed to compile with new MQ2

User avatar
gimp
a grimling bloodguard
a grimling bloodguard
Posts: 584
Joined: Fri Oct 29, 2004 9:28 am
Location: internet

Post by gimp » Sun Dec 11, 2005 7:23 am

the krust macro & UI is working fine with latest MQ2 btw
running it now & havent noticed any "wrongs"

Harden
a hill giant
a hill giant
Posts: 244
Joined: Thu Aug 25, 2005 8:23 pm

Post by Harden » Mon Dec 12, 2005 4:30 pm

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.

eqsomebody
a lesser mummy
a lesser mummy
Posts: 74
Joined: Thu Jul 29, 2004 10:36 am

Post by eqsomebody » Mon Dec 12, 2005 9:23 pm

:?:
As of 6:45p CST, I downloaded 20051212b and the latest version of Krust published at that time.. No comiple errors.

MoMom
orc pawn
orc pawn
Posts: 17
Joined: Wed Mar 16, 2005 10:54 am
Location: USA

Re: MQ2Krust-20051211

Post by MoMom » Tue Dec 13, 2005 8:50 am

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. :)

Harden
a hill giant
a hill giant
Posts: 244
Joined: Thu Aug 25, 2005 8:23 pm

Post by Harden » Tue Dec 13, 2005 9:02 am

Maybe My file got corrupt, I'll give it another go tonight.

Harden
a hill giant
a hill giant
Posts: 244
Joined: Thu Aug 25, 2005 8:23 pm

Post by Harden » Tue Dec 13, 2005 9:28 am

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)

User avatar
gimp
a grimling bloodguard
a grimling bloodguard
Posts: 584
Joined: Fri Oct 29, 2004 9:28 am
Location: internet

Post by gimp » Tue Dec 13, 2005 10:04 am

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

Harden
a hill giant
a hill giant
Posts: 244
Joined: Thu Aug 25, 2005 8:23 pm

Post by Harden » Tue Dec 13, 2005 9:09 pm

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.

User avatar
gimp
a grimling bloodguard
a grimling bloodguard
Posts: 584
Joined: Fri Oct 29, 2004 9:28 am
Location: internet

Post by gimp » Wed Dec 14, 2005 6:56 am

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

Harden
a hill giant
a hill giant
Posts: 244
Joined: Thu Aug 25, 2005 8:23 pm

Post by Harden » Wed Dec 14, 2005 8:27 am

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...

Harden
a hill giant
a hill giant
Posts: 244
Joined: Thu Aug 25, 2005 8:23 pm

Post by Harden » Thu Dec 15, 2005 9:55 pm

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.

User avatar
gimp
a grimling bloodguard
a grimling bloodguard
Posts: 584
Joined: Fri Oct 29, 2004 9:28 am
Location: internet

Post by gimp » Sun Dec 18, 2005 8:40 am

MQ2Krust.dll 2005.12.18

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

User avatar
gimp
a grimling bloodguard
a grimling bloodguard
Posts: 584
Joined: Fri Oct 29, 2004 9:28 am
Location: internet

Post by gimp » Tue Dec 20, 2005 10:25 am

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

Harden
a hill giant
a hill giant
Posts: 244
Joined: Thu Aug 25, 2005 8:23 pm

Post by Harden » Tue Dec 20, 2005 4:09 pm

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)