Search found 11 matches

by litewave
Mon Sep 09, 2013 2:48 pm
Forum: MQ2::Help
Topic: Hard time with Windows 7
Replies: 7
Views: 1597

Re: Hard time with Windows 7

reinstall vs2012 if running patches don't do the trick
by litewave
Wed Jun 12, 2013 7:49 pm
Forum: MQ2::Help
Topic: Hard time with Windows 7
Replies: 7
Views: 1597

Re: Hard time with Windows 7

we would need a tad more information than it wont compile. what are you using to compile it? any error messages? are you able to compile anything else? win7 works just fine with mq, 32 bit and 64 bit. Just make sure the location of the project is in a writeable directory, such as the desktop or your...
by litewave
Tue May 07, 2013 2:46 pm
Forum: MQ2::Bug Reports
Topic: MQ2-20130421a -- Crashing when searching in bazaar window
Replies: 19
Views: 4784

Re: MQ2-20130421a -- Crashing when searching in bazaar windo

unless you need it, you can always unload the bazaar plugin. This fixed the crashing for me. For those who do use the plugin this doesn't solve the problem but at least you can search the baz manually :>
by litewave
Tue Apr 16, 2013 12:57 am
Forum: ISXEQ::Help
Topic: ISXEQ: Add Trigger Syntax
Replies: 15
Views: 4045

Re: ISXEQ: Add Trigger Syntax

lol can no longer edit the above as server spasms out. the pasted link does a unwanted encapsulation substitution that creates a deadlink thus you need to manually remove the blank.
by litewave
Tue Apr 16, 2013 12:51 am
Forum: ISXEQ::Help
Topic: ISXEQ: Add Trigger Syntax
Replies: 15
Views: 4045

Re: ISXEQ: Add Trigger Syntax

http://www.lavishsoft.com/wiki/index.php/LavishScript :Triggers

grr link above, remove blank before the colon. pasting link here does a substation :<

basically it defines parameters to pass to the procedure you create
by litewave
Tue Jan 08, 2013 11:38 pm
Forum: MQ2::Bug Reports
Topic: skillcaps
Replies: 6
Views: 720

Re: skillcaps

weird...spoke too soon, your example works but the following doesnt, but did. (this is from the spelltrainer macro) /echo ${Skill[${Me.Gem[1].Skill}].SkillCap} returns 0 /echo ${Me.Skill[${Me.Gem[1].Skill}].SkillCap} returns null (and a warning) on the good side i can modify it easily enough to use ...
by litewave
Tue Jan 08, 2013 10:04 pm
Forum: MQ2::Bug Reports
Topic: skillcaps
Replies: 6
Views: 720

skillcaps

The skillcaps are reporting 0, always. 3 different macros used to test.

former version had the specialized skills reporting the cap of the max specialized skill for all skills but noticed it just as the new release came out.
by litewave
Fri Dec 21, 2012 2:26 pm
Forum: ISXEQ::General
Topic: Bug fix: /target ID
Replies: 4
Views: 2084

Re: Bug fix: /target ID

ah that would explain it then :> thx.
by litewave
Fri Dec 21, 2012 12:50 pm
Forum: ISXEQ::General
Topic: Bug fix: /target ID
Replies: 4
Views: 2084

Re: Bug fix: /target ID

out of curiosity, where is this cvs? only one i have been able to find via search is for a 8 year old version. Thanks.
by litewave
Thu Nov 22, 2007 1:18 am
Forum: ISXEQ::Bug Reports
Topic: 'Byte_3e'
Replies: 34
Views: 5739

no reference to Byte_3e or even just a 3e in the mq side of code (unless binary files count *chuckle*). at least not in the MQ2-20071120b.zip isxeq: MemSpellFavorite.Byte_3e=1; vs mq2 code: MemSpellFavorite.inuse=1; which is /*0x041*/ BYTE inuse; which of course makes me curious about the offset dif...
by litewave
Wed Nov 21, 2007 6:49 pm
Forum: ISXEQ::Bug Reports
Topic: 'Byte_3e'
Replies: 34
Views: 5739

'Byte_3e'

I get this compile error, i am assuming the 3e offset was being used for debugging purposes since its not in the mq2 code either. I commented it out in my copy.


Error 1 error C2039: 'Byte_3e' : is not a member of 'EQData::_SPELLFAVORITE'

...\MQ2Main\ISXEQ\ISXEQCommands.cpp 630