Search found 9 matches

by dingleberry
Mon Jun 21, 2004 8:26 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Natural Beastlord Hunter v1.1.9 (Updated 2004-07-11)
Replies: 209
Views: 74380

The gorangas in Maiden's Eye may work for you. The possible problem there is that they walk around quite a bit, and may be a bit too hard to solo quickly enough to avoid adds. Another possibility might be the toilers in ME also. I would think that you could try the ones over by the Centien fort in e...
by dingleberry
Tue May 25, 2004 3:11 pm
Forum: CFG Files and Binds Development and Help
Topic: Auto-loaded CFGs
Replies: 42
Views: 10827

I just started using these configs as I try to highlight MOBs for my BL epic. I am sure you don't need me to tell you this, but this functionality is so sweet. The implementation is great too. I say this because I have thoughts like "I need it to load a config at such and such a time. Can it do...
by dingleberry
Fri May 07, 2004 10:02 pm
Forum: MQ2::Bug Reports
Topic: MQ2EQIM only remembers last buddy
Replies: 5
Views: 1379

As of the May 6th release, this bug is fixed. Maybe it was related to the fix you made to offsets? If you did make a fix here, could you briefly explain what the problem was? I really could not figure out of the life of me what was wrong with the plugin's code.

Thanks a lot by the way.
by dingleberry
Thu May 06, 2004 1:43 am
Forum: MQ2::Bug Reports
Topic: Leadership Exp is always 0
Replies: 2
Views: 657

Leadership Exp is always 0

${Me.GroupLeaderExp} is always zero as of the 05-May Rev. A release. I do not know if this was the case in the 02-May release, as I did not pick that one up. This did, however, work find for releases prior to that. I have no way of testing whether ${Me.RaidLeaderExp} is working or not. ... New news....
by dingleberry
Wed May 05, 2004 11:35 pm
Forum: MQ2::Bug Reports
Topic: MQ2EQIM only remembers last buddy
Replies: 5
Views: 1379

Once you figure it out, could you give a brief description of what the problem was (or paste the code change). I have looked at the MQ2EQIM.cpp and I don't see anything (presumably in LoadBuddyList) that should result in this behavior. Feel free to flame my (I am realzing now) very rusty C++ skills.
by dingleberry
Wed May 05, 2004 11:14 pm
Forum: MQ2::Bug Reports
Topic: MQ2EQIM only remembers last buddy
Replies: 5
Views: 1379

MQ2EQIM only remembers last buddy

I had a bunch of names listed in the appropriate section of my MQ2EQIM.ini file, but with the May 05 release, it seems to only be aware of the last one listed in the section. It also re-writes the cotents of that section of the INI file to contain only that buddy when I unload the plugin.
by dingleberry
Sat Apr 17, 2004 6:06 pm
Forum: Macro Depot (MQ1)
Topic: MQ2Data GenBot, 99% Complete
Replies: 106
Views: 35020

Okay, I just did some more testing, and found that ${Ini does the "right" thing and gives back NULL if the key can't be found. This is a great improvement. If a value resulting from the use of ${Ini is string-based, though, the /newif needs to ensure that it uses the Stirng for the compari...
by dingleberry
Sat Apr 17, 2004 5:27 pm
Forum: Macro Depot (MQ1)
Topic: MQ2Data GenBot, 99% Complete
Replies: 106
Views: 35020

Actually, from looking at MQ2Data.cpp, it sure looks like it returns the empty string unless you specify something else. I will play around a bit more and figure some of this out. Based on what I am seeing here, though, I am wondering if anybody is using this version of the genbot code successfully ...
by dingleberry
Sat Apr 17, 2004 2:44 pm
Forum: Macro Depot (MQ1)
Topic: MQ2Data GenBot, 99% Complete
Replies: 106
Views: 35020

Am I the only one running into the problem where there are a lot of instances of something like /varset TankList "${Ini[@IniFile,Healer,TankList]}" ... /newif @TankList==0 { each of which result in a parse error of "non-numeric comparison?"? The way I read the functionality of /n...