Search found 20 matches

by Tamian
Mon Jun 28, 2004 12:34 pm
Forum: MQ2::General
Topic: How to Donate to the Macroquest developers!
Replies: 228
Views: 150140

Donated .. thanks for the hard work
by Tamian
Sun Jun 13, 2004 4:57 pm
Forum: MQ2::Help
Topic: Question: Raid Info
Replies: 2
Views: 911

Nah this is a function I call each time I want to pull in attendee's.
by Tamian
Sun Jun 13, 2004 1:45 pm
Forum: MQ2::Help
Topic: Question: Raid Info
Replies: 2
Views: 911

Question: Raid Info

I am having something unusual happen and wonder if others are as well. Specifically: if (pRaid->RaidMemberCount) { for (nMember=0;nMember<72;nMember++) { if (strlen(pRaid->RaidMember[nMember].Name)) { lpAttendeeListNode = new CDKPRaidAttendeeListNode; if (lpAttendeeListNode) { // TODO: Find Group Me...
by Tamian
Fri Jun 04, 2004 1:23 pm
Forum: MQ2::Help
Topic: Question: CContextMenu
Replies: 1
Views: 615

Just to give more of an idea of what I am trying to do. Off each of those, on an right click I want to create a context menu (undefined as I have 2 modes .. users and mangagers .. and want to be able to dynamically create the contents of those menus). http://www.eseephoto.com/albums/38027/014415_140...
by Tamian
Fri Jun 04, 2004 12:52 pm
Forum: MQ2::Help
Topic: Question: CContextMenu
Replies: 1
Views: 615

Question: CContextMenu

Trying to understand using context menus. I have been looking over the default XML files and no examples that I could find use a context menu embeded within the XML. So the question is .... Assume: AddXMLFile("MQUI_MyWnd.XML"); class CMyWnd:: public CCustomWnd { // MyWnd stuff } CMyWnd *My...
by Tamian
Fri Jun 04, 2004 11:37 am
Forum: MQ2::Bug Reports
Topic: CTD with /camp desktop
Replies: 5
Views: 1582

Its happpening to most of us (Well, most of the folks that I know that use thoguh I dont see to many reporting the issue /shrug).. is MQ2 in some way as does not happen when not used.

Next post down: http://macroquest2.com/phpBB2/viewtopic.php?t=7616
by Tamian
Thu Jun 03, 2004 9:50 pm
Forum: MQ2::Help
Topic: /who and invisable spawns
Replies: 6
Views: 1396

Jim,

You sure you have the latest code? Swore the text changed for that as well .. but yes ..

/w npc Trigger|Timer|Untargetable|Trap are the ones ya want to look for )
by Tamian
Thu Jun 03, 2004 4:32 pm
Forum: MQ2::Bug Reports
Topic: CTD on exit
Replies: 12
Views: 3340

ROFL What I sent Oid Here is some additional information (Thank you Oid for sending me a copy) Last patch: #define CXStr__CXStr1 0x55D810 #define CListWnd__CloseAndUpdateEditWindow 0x5755D0 #define CListWnd__IsLineEnabled 0x5748F0 Current zip: #define CXStr__CXStr1 0x55D970 <- Does not seem to point...
by Tamian
Thu Jun 03, 2004 12:45 pm
Forum: MQ2::Help
Topic: /who and invisable spawns
Replies: 6
Views: 1396

Commands are the same as you set for the Map.

type /whofitler and /mapfilter for list

Trigger
Trap
Untargetable
Chest
... there are a few more
by Tamian
Thu Jun 03, 2004 10:59 am
Forum: MQ2::Bug Reports
Topic: CTD on exit
Replies: 12
Views: 3340

Thanks Oid+1 extra capital letter!

Responded back .. let me know how you would like to handle that .. can post here or wait until verified.

Plus think of this as another chance to up your post count .. 400 by next week I say!
by Tamian
Thu Jun 03, 2004 10:12 am
Forum: MQ2::Bug Reports
Topic: CTD on exit
Replies: 12
Views: 3340

Oid,

Sent ya a PM. But if it is an offset mistype I'll give ya a 4th capital letter free!
by Tamian
Thu Jun 03, 2004 10:03 am
Forum: MQ2::Bug Reports
Topic: CTD on exit
Replies: 12
Views: 3340

Amadeus wrote:Try with new zip and see what happens.

refer to
Did not happen with 20040529 code and OID's offsets.
ie. was workign without issue with old code and OID's offsets .. when moved to the recent download is when the problems occured.
by Tamian
Thu Jun 03, 2004 2:13 am
Forum: MQ2::Bug Reports
Topic: CTD on exit
Replies: 12
Views: 3340

Adding some more info: Call Stack: > eqgame.exe!00410ef8() eqgame.exe!0041172e() eqgame.exe!0049c1d5() eqgame.exe!004c9ea0() eqgame.exe!004c9f62() ntdll.dll!77f5d8e2() ntdll.dll!77f59b7d() [MQ2]Removing WndNotification target 'ChatWindow' First-chance exception at 0x00410ef8 in eqgame.exe: 0xC000001...
by Tamian
Thu Jun 03, 2004 1:34 am
Forum: MQ2::Bug Reports
Topic: CTD on exit
Replies: 12
Views: 3340

CTD on exit

This occurs when going from char select to server select. Sorry I dont have more info to offer,; the following might help: 1- Happens regardless if acutally enter game or not. 2- Did not happen with 20040529 code and OID's offsets. 3- Last few lines in log are: mq2chatwnd->CleanUI() MQ2ChatWnd::OnCl...
by Tamian
Tue Jun 01, 2004 6:30 am
Forum: MQ2::Help
Topic: CListWnd
Replies: 2
Views: 723

Thanks DKAA, Somewhere about 3 and 4 AM I figured it out .. should have asked ya earlier ... Did find a few issues (http://macroquest2.com/phpBB2/viewtopic.php?p=53424#53424) And have two other questions. I had MyListWnd->AddString(" ",yada,0,0) in for each line I wanted to add -BEFORE- th...