Gheezer wrote:You can use the TestEQ2Extreme.exe tool to explore the objects.
You will have to look at the Exhume documentation for the key functions. I am not usre how to send alt/ctrl key combintations.
Absolutely Awesome! Thanks Gheezer!
...now, on to another question... lol. I'm away from my home location where I normally am putting things together, and I just installed Exhume and EQ2Extreme on a system that I am at frequently (at work...don't tell my boss) - I loaded an application that I'm working on, and which doesn't have any problem on my machine at home - but when I am running in on this fresh install, the following code, generates the error below.... What am I missing? What did I forget to do, that this code works on my install at home, but not on this second machine??
Code:
Set MaxPower = EQ.GetDynamicDataItem("GameData.Group.Group_0.MaxPower")
iMaxPower = (MaxPower.Value * (iWaitPowerPercent * .01))
Generates error:
Object doesn't support this property or method: 'MaxPower.Value'
Any thoughts? I want to upgrade my EQ2Extreme at home to the latest version when I get there....but not if it's going to break a bunch of my code.....which I am sure is not the case....I must have just missed something with the new install....but what?
oh, and another quick point of note- both Exhume and EQ2X when they start indicate "Failed to load default application" for whatever reason in the debug window...if that helps diagnose this- although would seem unrelated and a seperate issue..
EDIT/UPDATE: In an attempt to stay current, I went against my better judgement, and I uninstalled my version at home, and then installed the latest version, and I am having this issue there now as well.... Hope it's something simple, and to hear from someone soon on how to fix it. I've been looking around and if the answer is here already, I'm not seeing it. My apologies if I am missing something.
Going to uninstall this latest version and put the old one back...hopefully that will get me working until I hear the fix for this...if not I'm stuck till I do.
EDIT/Update-2: Well, now I did it... I uninstalled the latest version, and re-installed the previous hoping to get back to a working copy so I could keep at my projects....but the result of that is now when I try to start that version, I get "Could not create EQ2Service!" error.
EDIT/UPDATE-3: OK- Uninstalled the old version again, and put the new one back....now I am back to the original problem
Code:
Set MaxPower = EQ.GetDynamicDataItem("GameData.Group.Group_0.MaxPower")
iMaxPower = (MaxPower.Value * (iWaitPowerPercent * .01))
Generates error:
Object doesn't support this property or method: 'MaxPower.Value'
Sorry for the growing length of this post....just figured the more detail the better in maybe helping solve this issue- if it's not an easy fix. I'll now sit quitely and wait to hear what to do.
