Search found 34 matches

by weapon
Mon Oct 29, 2007 9:05 pm
Forum: MQ2::Bug Reports
Topic: ${Spell[970].MyRange} = 0.00
Replies: 4
Views: 2253

Thanks didn't know spell search could finds spells that dont belong to you first before spells that do.
by weapon
Mon Oct 29, 2007 7:36 pm
Forum: MQ2::Bug Reports
Topic: ${Spell[970].MyRange} = 0.00
Replies: 4
Views: 2253

${Spell[970].MyRange} = 0.00

Levitation is returning 0.00 for .MyRange and .Range on my druid toon if class matters.
by weapon
Thu Apr 29, 2004 9:12 am
Forum: MQ2::General
Topic: Why you're not hired Lax
Replies: 21
Views: 7952

Damn right I dont want whats coming to them. Just giving lax some insight to the question "why". I have a lot of friends layed off from 2001-2002 just now getting back into the industry for half their previous salary.
by weapon
Thu Apr 29, 2004 8:57 am
Forum: MQ2::General
Topic: Why you're not hired Lax
Replies: 21
Views: 7952

Why you're not hired Lax

I work for a telecom company doing software design support. We have a few reqs open and guess what we are hiring. Straight out of college absolutely clueless new grads. These guys couldn't even telnet to a box which was one of the things we asked them todo. CS degrees too which I dont understand can...
by weapon
Wed Apr 28, 2004 12:53 am
Forum: MQ2::Bug Reports
Topic: pSpell->Level something not right
Replies: 6
Views: 1304

Got it ... I added

Code: Select all

					if (pSpell->Level[GetCharInfo()->pSpawn->Class-1] < 66 ) {
						return pSpell;
					}
And it forces the loop to land on the spell I care about. Thanks guys
by weapon
Wed Apr 28, 2004 12:44 am
Forum: MQ2::Bug Reports
Topic: pSpell->Level something not right
Replies: 6
Views: 1304

So what list is this looping through? for (DWORD dwSpellID = 0; dwSpellID < TOTAL_SPELL_COUNT; dwSpellID++) { pSpell = &(*((PSPELLMGR)pSpellMgr)->Spells[dwSpellID]); the spells_en.txt file? I don't see another Levitation spell or is the Spells structure loaded from somewhere else?
by weapon
Wed Apr 28, 2004 12:35 am
Forum: MQ2::Bug Reports
Topic: pSpell->Level something not right
Replies: 6
Views: 1304

/em wants what lax smokes
by weapon
Wed Apr 28, 2004 12:19 am
Forum: MQ2::Bug Reports
Topic: pSpell->Level something not right
Replies: 6
Views: 1304

pSpell->Level something not right

I want to mem a spell in a plugin so I'm trying to use the MQ2Utilities.cpp to do so. PSPELL pSpell = GetSpellByName("Levitation"); Returns the spell pointer fine but if you sprintf(szOutput,"GetSpellByNameLevel: %i",pSpell->Level[GetCharInfo()->pSpawn->Class-1]); WriteChatColor(...
by weapon
Tue Apr 13, 2004 10:37 pm
Forum: MQ2::Bug Reports
Topic: Crash on Zone
Replies: 16
Views: 3743

This is where im crashing.. MQ2MAIN! 0153e7ad() EAX = 00000001 EBX = 07258280 ECX = 00000000 EDX = 00007360 ESI = 00000000 EDI = 001381E2 EIP = 0153E7AD ESP = 001381A4 EBP = 001399E4 EFL = 00010246 CS = 001B DS = 0023 ES = 0023 SS = 0023 FS = 003B GS = 0000 OV=0 UP=0 EI=1 PL=0 ZR=1 AC=0 PE=1 CY=0 00...
by weapon
Thu Mar 25, 2004 10:51 pm
Forum: MQ2::Bug Reports
Topic: Mouse over in map causes spawn to disappear
Replies: 1
Views: 703

Mouse over in map causes spawn to disappear

March 25 2004 13:44:33

Did a search didnt see anything. This happening to anyone else? Started with 23rd patch or so...

If my mouse is on spawn I cant see the name once i move it away it reappears.
by weapon
Sat Mar 13, 2004 11:14 pm
Forum: MQ2::Custom UI
Topic: Busy player window
Replies: 6
Views: 3346

The group pets health and group members health were messed up fixed it and updated the web.
by weapon
Sat Mar 13, 2004 9:34 pm
Forum: MQ2::Bug Reports
Topic: Mount causing CTD
Replies: 3
Views: 1391

It has something to do with do crack but that is for a differnt board just want to let people know who are having this problem. Something with the NOENC im thinking. Unload the plugin see if its still happens.
by weapon
Thu Mar 11, 2004 11:33 pm
Forum: MQ2::Custom UI
Topic: Busy player window
Replies: 6
Views: 3346

Busy player window

I hate UI patches because you have to dig through all the windows and find what new type they added and all the BS. So my theory is have one window that has everything I need and leave the rest default so SOE can dick with the defaults all they want but my one window will always work. Yahoo sucks so...
by weapon
Fri Nov 28, 2003 11:15 am
Forum: MQ2::Bug Reports
Topic: /g not working
Replies: 7
Views: 1854

Can someone verify this is the fix... I tested seems to work fine.

Change this

Code: Select all

MQ2CommandAPI.cpp(463):	AddAlias("/g","/groupsay");
to this

Code: Select all

MQ2CommandAPI.cpp(463):	AddAlias("/g","/gsay");
CVS needs updating I would but dont think im allowed.
by weapon
Fri Nov 28, 2003 12:54 am
Forum: MQ2::Bug Reports
Topic: /g not working
Replies: 7
Views: 1854

/g not working

searched the boards didnt see anything whats up with /g in MQ2? Using Nov 27th zip.