new text?

Dogstar

Lifetimer
Joined
Jul 24, 2006
Messages
733
Reaction score
0
Points
16
Maybe I missed something but I have been getting some new, unfamiliar text in my MQ2 chat box:

"well, well looks like someone didn't read changes.txt from feb 12 2016"

What is that about? Is it impacting my MQ2 use? MQ2bot?

Thanks,
 
In some macro or holyshit/etc., you must be accessing a spell index without checking the number, e.g. .Max or .Base etc.

The relevant notes from changes.txt:

Code:
...
- BELOW THIS LINE ARE TEST RELATED CHANGES, BUT LIVE BUILDERS SHOULD READ IT AS WELL (cause it is comming your way)
-
- Added CalcIndex to ${Spell} (on TEST)
- Added NumEffects to ${Spell} (on TEST)
-  Both of them SHOULD be used in macros that enumurate Base, Base2, Calc,Attrib and Max
-  Example: lets say your macro does this:
-        /for i 1 to 12
-            /echo Base ${i} is : ${Spell[Augmentation].Base[${i}]}
-        /next i
-    FROM NOW ON: IT SHOULD LOOK LIKE THIS: (or you will get errors running it)
-        /varcalc count ${Spell[Augmentation].NumEffects} + 1
-        /for i 1 to ${count}
-            /echo Base ${i} is : ${Spell[Augmentation].Base[${i}]}
-        /next i
...

htw
 
text changes

The thing is I did not change anything. I don't even know what a holyshit is.

I simply run mq2bot with mq2melee & mq2advloot. Other than those I don't run macros.

Could it be something else? But again, I did not mess with anything.
 
Guess it could be bot, not sure if anything changed in it or is wrong, will ask pete to take a look.


htw
 
more info

More info on the problem:

It's happening on both my computers.

All six toons in the group.

All have mq2bot on.

Nothing happens in the MQ2 box when I hit the usual commands like: /Bot on ; /speed 2 ; /bot off

My usual looter is not looting.

Thanks,
 
Only Bot. I thought botbeta was not ready yet.

BTW, I am also getting occasional CTD while just sitting idle in GH.
 
Last edited:
still same message

Loaded new relase for Test and still getting the same message when I do

/bot on

"well, well looks like someone didn't read changes.txt from feb 12 2016"
 
Could you turn on DebugSpewToFile in macroquest.ini, turn on bot debug, and also mq2log, and then email to htwmmo@gmail.com your resulting lot files (DebugSpew.log, MQ2ChatWnd blah log, bot log). Also please add your mq2bot section from your char ini. I can't see anything that directly impacted any change.


Also, are you able to pinpoint at which point (date/update) that this issue started happening for you?



Thanks.


htw
 
This began happening about 1 to 1.5 weeks ago. I will work on the logs you requested.

Thanks,