Search found 56 matches

by echoism
Tue Sep 26, 2006 9:08 am
Forum: ISXEQ::Development::General
Topic: MoveUtils update
Replies: 8
Views: 5667

Heh, yeah, the date on the old one was off... I had copied the file, but forgot to leave the old date intact.
by echoism
Mon Sep 25, 2006 9:09 am
Forum: ISXEQ::Development::General
Topic: MoveUtils update
Replies: 8
Views: 5667

MoveUtils update

diff -rubB ISXEQMoveUtils.h-old ISXEQMoveUtils.h --- ISXEQMoveUtils.h-old 2006-09-25 09:25:34.000000000 -0400 +++ ISXEQMoveUtils.h 2006-09-24 12:38:26.799750000 -0400 @@ -295,6 +295,7 @@ Behind=9, Stopped=10, Pin=11, [color=red]+ StickTarget=12,[/color] }; MQ2StickType():LSTypeDefinition("stick...
by echoism
Mon Sep 25, 2006 8:34 am
Forum: ISXEQ::Development::General
Topic: update for 20060923
Replies: 30
Views: 3314

update for 20060923

--- MQ2-20060923a.orig/MQ2Main/ISXEQ/ISXEQCommands.cpp 2006-08-25 23:55:50.000000000 -0400 +++ MQ2-20060923a/MQ2Main/ISXEQ/ISXEQCommands.cpp 2006-09-23 07:40:26.000000000 -0400 @@ -549,18 +549,20 @@ DWORD slot = 0; DWORD SpawnFooter = NULL; SpawnFooter = (DWORD)pLocalPlayer; [color=red]+ PITEMINFO ...
by echoism
Tue Jun 20, 2006 9:10 am
Forum: ISXEQ::Development::General
Topic: update for 20060616
Replies: 1
Views: 2878

update for 20060616

rest of caption fix: MQ2Globals.cpp:99 -- "${If[${NamingSpawn.Mark},\"${NamingSpawn.Mark} - \",]}${If[${NamingSpawn.Trader},\"Trader \",]}${If[${NamingSpawn.AARank},\"${NamingSpawn.AATitle} \",]}${If[${NamingSpawn.Invis},(${NamingSpawn.DisplayName}),${NamingSpawn.D...
by echoism
Tue May 23, 2006 2:52 pm
Forum: ISXEQ::Development::General
Topic: Caption Fix for bardomatic
Replies: 1
Views: 2768

Caption Fix for bardomatic

93-105 MQ2Globals.cpp: PSPAWNINFO pNamingSpawn=0; CHAR gszSpawnPlayerName[5][MAX_STRING]={ "",//0 [color=red]"${If[${NamingSpawn.Mark},\"${NamingSpawn.Mark} - \",]}${If[${NamingSpawn.Trader},\"Trader \",]}${If[${NamingSpawn.Invis},(${NamingSpawn.DisplayName}),${Nam...
by echoism
Tue May 23, 2006 7:13 am
Forum: ISXEQ::Scripts::Help
Topic: Porting MQ2 to ISXEQ problems
Replies: 38
Views: 11495

Quite possible. Try adding a "waitframe" command after each EQitemnotify. MQ2 has implicit waitframe commands after some operations, and these implicit waits are not present in ISXEQ. I found that Waitframe was too fast for inventory containers to open/close. bags get reported as open bef...
by echoism
Tue May 23, 2006 7:11 am
Forum: ISXEQ::Scripts::Help
Topic: Porting MQ2 to ISXEQ problems
Replies: 38
Views: 11495

objectdef PackHandler { method TogglePack(int myPackID) { if ${InvSlot[${myPackID}].Item.Container} nomodkey EQItemNotify ${myPackID} RightMouseUp } member IsOpen(myPackID) { return ${Window[${InvSlot[${myPackID}].Name}].Open} } function OpenPack(int myslot) { if ${InvSlot[${myslot}].Pack} myslot:S...
by echoism
Tue May 09, 2006 11:03 pm
Forum: ISXEQ::Development::General
Topic: diffs from MQ2-20060503
Replies: 6
Views: 4591

diff -wtr MQ2-20060503/MQ2Main/skills.h mq2current/MQ2Main/skills.h 95c95 < "75", // 75 --- > "Remove Trap", // 75 124,152c124,152 < "104", < "105", < "106", < "107", < "108", < "109", < "110", < "111"...
by echoism
Tue May 09, 2006 11:02 pm
Forum: ISXEQ::Development::General
Topic: diffs from MQ2-20060503
Replies: 6
Views: 4591

diff -wtr MQ2-20060503/MQ2Main/MQ2DataTypes.cpp mq2current/MQ2Main/MQ2DataTypes.cpp 3863,3868c3863,3864 < if (argc==2) < { < n=atoi(argv[1]); < if (n<1) < n=1; < } --- > if (argc==2) n=atoi(argv[1]); > if (n<1) n=1; 5030a5027,5048 > > unsigned long nIndex=GetCharInfo2()->Class; > if(ISINDEX()) > { >...
by echoism
Tue May 09, 2006 11:00 pm
Forum: ISXEQ::Development::General
Topic: diffs from MQ2-20060503
Replies: 6
Views: 4591

diff -wtr MQ2-20060503/MQ2Main/ISXEQ/ISXEQUtilities.cpp mq2current/MQ2Main/ISXEQ/ISXEQUtilities.cpp 32c32 < unsigned long ParseSearchSpawnArg(int arg, int argc, char *argv[], SEARCHSPAWN &SearchSpawn) --- > unsigned int ParseSearchSpawnArg(int arg, int argc, char *argv[], SEARCHSPAWN &Search...
by echoism
Tue May 09, 2006 10:59 pm
Forum: ISXEQ::Development::General
Topic: diffs from MQ2-20060503
Replies: 6
Views: 4591

diff -wtr MQ2-20060503/MQ2Main/EQData.h mq2current/MQ2Main/EQData.h 1408c1408 < // Size 0x180 4-23-2004 Lax --- > // Size 0x2F4 4-30-2006 s0rCieR 1413,1414c1413,1414 < /*0x009*/ CHAR Unknown0x009; < /*0x00A*/ CHAR AltTimer;//compare to 2 all over.. alternate timer? --- > /*0x009*/ CHAR Activated; > ...
by echoism
Tue May 09, 2006 10:57 pm
Forum: ISXEQ::Development::General
Topic: diffs from MQ2-20060503
Replies: 6
Views: 4591

diff -wtr MQ2-20060503/MQ2ItemDisplay/ISXEQItemDisplay.h mq2current/MQ2ItemDisplay/ISXEQItemDisplay.h 44,45c44,45 < #define EzDetour(Address, Detour, Trampoline) IS_Detour(pExtension,pISInterface,hMemoryService,(unsigned long)Address,Detour,Trampoline) < #define EzUnDetour(Address) IS_UnDetour(pExte...
by echoism
Tue May 09, 2006 10:56 pm
Forum: ISXEQ::Development::General
Topic: diffs from MQ2-20060503
Replies: 6
Views: 4591

diff -wtr MQ2-20060503/MQ2CustomBinds/ISXEQCustomBinds.cpp mq2current/MQ2CustomBinds/ISXEQCustomBinds.cpp 36,38c36,38 < void __cdecl PulseService(bool Broadcast, unsigned long MSG, void *lpData); < void __cdecl MemoryService(bool Broadcast, unsigned long MSG, void *lpData); < void __cdecl ServicesSe...
by echoism
Tue May 09, 2006 10:55 pm
Forum: ISXEQ::Development::General
Topic: diffs from MQ2-20060503
Replies: 6
Views: 4591

diffs from MQ2-20060503

diff -wtr MQ2-20060503/MQ2ChatWnd/ISXEQChatWnd.cpp mq2current/MQ2ChatWnd/ISXEQChatWnd.cpp 123,126c123,126 < void __cdecl PulseService(bool Broadcast, unsigned long MSG, void *lpData); < void __cdecl MemoryService(bool Broadcast, unsigned long MSG, void *lpData); < void __cdecl ServicesService(bool B...
by echoism
Mon May 08, 2006 7:55 am
Forum: ISXEQ::Development::General
Topic: Add los to spawnsearch
Replies: 0
Views: 2690

Add los to spawnsearch

ISXEQUtilities.cpp @@ -89,6 +89,8 @@ SearchSpawn.bDps = TRUE; } else if (!stricmp(argv[arg],"slower")) { SearchSpawn.bSlower = TRUE; [color=red]+ } else if (!stricmp(argv[arg],"los")) { + SearchSpawn.bLoS = TRUE;[/color] } else if (!stricmp(argv[arg],"range")) { if (arg...