• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

docrackwnd fix (1 Viewer)

shroomheadofmarbles

New member
Joined
Apr 5, 2005
RedCents
its simple :)
change:


code:
--------------------------------------------------------------------------------
CrackList->AddString(CXStr(szCrackName), crack_color, 0, 0);
--------------------------------------------------------------------------------




to:

code:
--------------------------------------------------------------------------------
CrackList->AddString(&CXStr(szCrackName), crack_color, 0, 0);
--------------------------------------------------------------------------------
 
shroomheadofmarbles said:
its simple :)
change:


code:
--------------------------------------------------------------------------------
CrackList->AddString(CXStr(szCrackName), crack_color, 0, 0);
--------------------------------------------------------------------------------




to:

code:
--------------------------------------------------------------------------------
CrackList->AddString(&CXStr(szCrackName), crack_color, 0, 0);
--------------------------------------------------------------------------------


What file does this edit take place in? If it's a DLL can we get a fresh one to DL please!
 
not necessarily--cosmics docrack works but there is no docrackwnd have to manually type each crack and set to on--a window would be nice like soul's compile used to have
 
Would love to have the DoCrack Window back if at all possible, saves time on trying to remember the names of most plugins without having to ask for a list all the time, plz when will it be available ?
Thank You
 
Try this version....I compiled it earlier today. Has settings inside the INI file too.
 
Put MQ2DoCrack.dll (.ini if you want) in your mq2 folder and EQUI.xml and MQUI_DoCrackWnd.xml in your UI folder
 
I dropped the 2 files in both the default UI folder and the Custom UI folder, but still not docrack window. I am sorry to ask this, but what can I do to get the window? I have never used the window other then the time it was included in a compile.

Thanks for the help
 
mrtyler said:
I dropped the 2 files in both the default UI folder and the Custom UI folder, but still not docrack window. I am sorry to ask this, but what can I do to get the window? I have never used the window other then the time it was included in a compile.

Thanks for the help
since you've done that, have you reloaded your UI?
 
Yea i dropped them in the custom UI folder I am using and then reloaded the skin, but no window 8(
 
I downloaded and installed the Docrack_with_Wnd.zip and yes I double checked that everything was installed correctly in the UI folder as well as in the MQ2 Folder.
Perhaps you left something out of the Zip file ?
But.... Sadly it still isn't working, I even tried it in the EQ Default UI.
Please if someone has a " working " Right Click Plugin window as per privious verions of MQ2 please Post it for others to use.
Also I am open to any and all suggestions.
Thank You,
* Nakita *
 
Tried typing /docrackwnd, if you do that and it is loaded the MQ window will tell you window init problem or it will work as long as it is loaded.
 
Okies, I re-downloaded and installed/compiled MQ2, yet the stupid window wont come up, and yes everything is in the proper folder's etc.
Perhaps someone needs to re-check to make sure that it can be auto loaded perhaps at start up like it use to be ? Just a suggestion, I have tried everything that I could think of to get the stupid " right click on a Plugin to get it to load / unload " option window to come up.
Yet it still wont load, all files are where they need to be etc.
Plz if someone else has any suggestion's plz let me know.
Thank You,
Nakitasunrise
 
Are you using MQ2DPS? or one of those other plugins that also requires a window? I noticed these conflict sometimes, at least with my UI they do.
 
That I could not tell You, Its a Custom UI that I am using but then again, I have tried using the Default one as well and still can't get it to come up and work.
The Window just doesn't come up at all.
Nakita
 
Don't use MQUI.xml.

1) Download attachment, unzip it into your MQ2DoCrack plugin source directory, and recompile it (don't need to recompile MQ2, just do the plugin).

2) Copy the .dll into your MQ2 dir, if you run it from other than the release dir.

3) Copy the MQUI_DoCrackWnd.xml to your default folder in the EQ uifiles dir (i.e., <eqdir>\uifiles\default).

4) Remove ALL other copies of MQUI_DoCrackWnd.xml from any custom uifile directories.

5) Remove MQUI.xml from any and all uifile directory (including default).

6) Fire up game, load MQ2DoCrack plugin if it's not loaded, and reload your UI.

7) If DC window isn't showing, type /docrackwnd show

htw
 
Soultaker allways had a window in his compiles. never had to do anyting, you load his compile it was there, so it can be done. someone just needs to talk to him and find out how. if the above post works, then maybe cosmic/cade can put it in their compiles?
 
Rich (BB code):
MQ2DoCrack error LNK2001: unresolved external symbol "class CDoCrack CDoCrackOb" (?CDoCrackOb@@3VCDoCrack@@A)
MQ2DoCrack error LNK2005: "char * szSettingINISection" (?szSettingINISection@@3PADA) already defined in CDoCrackWnd.obj
MQ2DoCrack error LNK2005: "class CDoCrackWnd * MyWnd" (?MyWnd@@3PAVCDoCrackWnd@@A) already defined in CDoCrackWnd.obj
MQ2DoCrack error LNK2005: "void __cdecl CreateDoCrackWindow(void)" (?CreateDoCrackWindow@@YAXXZ) already defined in CDoCrackWnd.obj
MQ2DoCrack error LNK2005: "void __cdecl DestroyDoCrackWindow(void)" (?DestroyDoCrackWindow@@YAXXZ) already defined in CDoCrackWnd.obj
MQ2DoCrack error LNK2005: "void __cdecl DoCrackWndCommand(struct EQData::_SPAWNINFO *,char *)" (?DoCrackWndCommand@@YAXPAU_SPAWNINFO@EQData@@PAD@Z) already defined in CDoCrackWnd.obj
MQ2DoCrack error LNK2005: "void __cdecl ReadWindowINI(struct EQUIStructs::_CSIDLWND *)" (?ReadWindowINI@@YAXPAU_CSIDLWND@EQUIStructs@@@Z) already defined in CDoCrackWnd.obj
MQ2DoCrack error LNK2005: "void __cdecl WriteWindowINI(struct EQUIStructs::_CSIDLWND *)" (?WriteWindowINI@@YAXPAU_CSIDLWND@EQUIStructs@@@Z) already defined in CDoCrackWnd.obj
MQ2DoCrack error LNK2005: _OnCleanUI already defined in CDoCrackWnd.obj
MQ2DoCrack error LNK2005: _OnReloadUI already defined in CDoCrackWnd.obj
MQ2DoCrack error LNK2005: _OnZoned already defined in CDoCrackWnd.obj
MQ2DoCrack error LNK2019: unresolved external symbol "public: unsigned long __thiscall CDoCrack::GetCrackStatus(char *)" (?GetCrackStatus@CDoCrack@@QAEKPAD@Z) referenced in function "public: void __thiscall CDoCrackWnd::LoadList(void)" (?LoadList@CDoCrackWnd@@QAEXXZ)
MQ2DoCrack error LNK2019: unresolved external symbol "void __cdecl echo(char *)" (?echo@@YAXPAD@Z) referenced in function $L92595
MQ2DoCrack fatal error LNK1120: 3 unresolved externals
MQ2DoCrack warning LNK4006: "char * szSettingINISection" (?szSettingINISection@@3PADA) already defined in CDoCrackWnd.obj; second definition ignored
MQ2DoCrack warning LNK4006: "class CDoCrackWnd * MyWnd" (?MyWnd@@3PAVCDoCrackWnd@@A) already defined in CDoCrackWnd.obj; second definition ignored
MQ2DoCrack warning LNK4006: "void __cdecl CreateDoCrackWindow(void)" (?CreateDoCrackWindow@@YAXXZ) already defined in CDoCrackWnd.obj; second definition ignored
MQ2DoCrack warning LNK4006: "void __cdecl DestroyDoCrackWindow(void)" (?DestroyDoCrackWindow@@YAXXZ) already defined in CDoCrackWnd.obj; second definition ignored
MQ2DoCrack warning LNK4006: "void __cdecl DoCrackWndCommand(struct EQData::_SPAWNINFO *,char *)" (?DoCrackWndCommand@@YAXPAU_SPAWNINFO@EQData@@PAD@Z) already defined in CDoCrackWnd.obj; second definition ignored
MQ2DoCrack warning LNK4006: "void __cdecl ReadWindowINI(struct EQUIStructs::_CSIDLWND *)" (?ReadWindowINI@@YAXPAU_CSIDLWND@EQUIStructs@@@Z) already defined in CDoCrackWnd.obj; second definition ignored
MQ2DoCrack warning LNK4006: "void __cdecl WriteWindowINI(struct EQUIStructs::_CSIDLWND *)" (?WriteWindowINI@@YAXPAU_CSIDLWND@EQUIStructs@@@Z) already defined in CDoCrackWnd.obj; second definition ignored
MQ2DoCrack warning LNK4006: _OnCleanUI already defined in CDoCrackWnd.obj; second definition ignored
MQ2DoCrack warning LNK4006: _OnReloadUI already defined in CDoCrackWnd.obj; second definition ignored
MQ2DoCrack warning LNK4006: _OnZoned already defined in CDoCrackWnd.obj; second definition ignored
i made revisions as i saw fit because the docrack window was showing up but i couldnt load anything from the ini. i just caused more harm than good apparently by trying th compile the zips put up less than a week ago, i thought it would help but now nothing seems to work and i dont see the window. can anyone think of what can make the docrack work?
 
You might just want to delete the MQ2DoCrack plugin source directory for your project, then use mkplugin to create MQ2DoCrack again, then copy the .h/.c files over to that subdir and recompile.

As far as nothing showing up in the window, but you having crack entries in the .ini.. here are the most common issues I ever noticed with people:

1) Having MQ2DoCrack.ini not named properly.
2) Not having MQ2DoCrack.ini in the proper directory, i.e., the same dir with the plugin .dll & the macroquest2.exe file (wherever you run MQ2 from).
3) MOST COMMON: Having any [Settings] type of entry before your cracks. The plugin will quit looking for crack entries to read into the .xml window when it reaches this kind of entry. All Settings sections go at the bottom, past all your crack entries.

htw

P.S.: Attached .dll as of 10/12/05 patch.
 
i dunno exactly what you mean by settings type but i think my problem was #2, because its definitely named properly. I had it in the docrack folder :p

Apparently i didn't have the proper .dll because it was 73 kbs

So far the only plugins i've done sucessfully are Piggyzone and Sizer, and I just did all + docrack again..
according to it: 16 suceeded, 0 failed, 0 skipped

The Docrack window didnt show up however. what file(s) will have the settings? and how will i know them?

heres my ini just for reference

Rich (BB code):
[AtkPoison] 
Description="Apply poison while attacking" 
Version="2005.10.12" 
address0=49971F 
normal0="74" 
crack0="EB"
[unflagged]
Description="Hang out in zones without a flag"
Version="2004.12.17"
address0=4542CF
normal0="75 38"
crack0="EB 38"
[no3min]
Description="no pop flag needed"
Version="2005.02.15"
address0=45E675
normal0="75"
crack0="EB"
[UF1]
Description="Enter a zone Unflagged (possibility #1)"
Version="2005.04.12"
address0=4D3E37
normal0="0F 85 A3 02"
crack0="E9 A4 02 00"
address1=4D40D8
normal1="74"
crack1="EB"
 
[UF2]
Description="Enter a zone Unflagged (possibility #2)"
Version="2005.04.12"
address0=4D3E37
normal0="0F 85 97 02"
crack0="E9 98 02 00"
address1=4D40D8
normal1="74"
crack1="EB"
 
[UF3]
Description="Enter a zone Unflagged (possibility #3)"
Version="2005.04.12"
address0=4D3E74
normal0="0F 84 5A 02"
crack0="E9 5B 02 00"
address1=4D40D8
normal1="74"
crack1="EB"
[bagsize]
Description="Place any size items in any container" 
Version="2005.10.12"
address0=4B2592
normal0="74"
crack0="EB"
[doubleshot] 
Description="Much more double shots (needs testing)" 
Version="2005.10.12" 
address0=4F32D3
normal0="74" 
crack0="EB"
[changedye] 
Description="Allows you to change your armor dye without any reagents" 
Version="2005.10.12" 
address0=4E73DB 
normal0="83 3D 38 3B 90 00 00" 
crack0="90 90 90 90 90 90 90" 
address1=4E7976 
normal1="8B 8E 5c 01 00 00" 
crack1="90 90 90 90 90 90"
[Con] 
Description="Consider boats and other un-considerables" 
Version="2005.10.12" 
address0=46487B 
normal0="74" 
crack0="EB"
[EB] 
Description="Automatic Enduring Breath" 
Version="2005.10.12" 
address0=4BE005 
normal0="49" 
crack0="90" 
[EnviroFall]
Description="No Fall + Enviro"
Version="2005.10.12"
address0=41A0B9
normal0="55 8D AC"
crack0="C2 18 00"
[EvadeAttack] 
Description="Hide/Evade While Attacking" 
Version=2005.10.12" 
address0=41D5ED 
normal0="74" 
crack0="EB"
[EzFollow] 
Description="Follow Someone Without Being In Their Group" 
Version="2005.10.12" 
address0=4716A2
normal0="0F 84 5A 01 00 00" 
crack0="90 90 90 90 90 90"
[FarFollow] 
Description="/follow someone from any distance" 
Version=2005.10.12" 
address0=47B565
normal0="75" 
crack0="EB"
[Fly] 
Description="Fly anywhere, activate then jump in water and exit" 
Version="2005.10.12" 
address0=488915 
normal0="89 01" 
crack0="90 90"
[Follow-NPC]
Description="Auto-follow NPCs"
Version="2005.10.12"
address0=47166F
normal0="0F 85 8D 01 00 00"
crack0="90 90 90 90 90 90"
[ForceFeedFood]
Description="Force feed yourself food forever"
Version="2005.10.12"
address0=519A85
normal0="7C"
crack0="EB"
[ForceFeedDrink]
Description="Force feed yourself drinks forever"
Version="2005.10.12"
address0=519C2C
normal0="7C"
crack0="EB" 
[GroupInvite] 
Description="Invite Other Players without being the group leader: Command 
/invite] 
Version="2005.10.12" 
address0=49DA3E 
normal0="74" 
crack0="EB"
[HideBeg] 
Description="Beg while hiding" 
Version="2005.10.12" 
address0=41E150 
normal0="74" 
crack0="EB"
[HideRun]
Description="Hide and run"
Version="2005.10.12"
address0=41D660
normal0="0F 8B 11 01 00 00"
crack0="90 90 90 90 90 90"
address1=41D674
normal1="0F 84 FD 00 00 00"
crack1="90 90 90 90 90 90"
address2=41D684
normal2="0F 8B ED 00 00 00"
crack2="90 90 90 90 90 90"
address3=41D698
normal3="0F 84 D9 00 00 00"
crack3="90 90 90 90 90 90"
address4=41D6A8
normal4="0F 8B CB 00 00 00"
crack4="90 90 90 90 90 90"
address5=41D6BC
normal5="0F 84 B7 00 00 00"
crack5="E9 B8 00 00 00 90"
address6=41D79B
normal6="0F 8C 24 FF FF FF"
crack6="E9 2B FF FF FF 90"
address7=420718
normal7="75 10"
crack7="90 90"
address8=42071F
normal8="74 09"
crack8="90 90"
address9=420728
normal9="75 69"
crack9="EB 69"
[illusionface]
Description="Change face while under an illusion" 
Version="2005.10.12" 
address0=5007C1
normal0="74"
crack0="EB"
[IndoorSpells] 
Description="indoor harmony" 
Version="2005.10.12" 
address0=41FD9A
normal0="75 13" 
crack0="90 90"
[InviteNoLDR] 
Description="Invite players without being the group leader" 
Version="2005.10.12" 
address0=49DA1E 
Normal0="74" 
Crack0="EB" 
address1=49DB11 
normal1="74" 
crack1="EB"
[JWOEndurance] 
Description="Jump with 0 endurance" 
Version="2005.10.12" 
address0=4A2E15 
normal0="7F" 
crack0="EB" 
[LavaFishEyes] 
Description="See Clearly Under Water And Lava" 
Version="2005.10.12" 
DefaultSetting=on 
address0=56FC7E 
normal0="74" 
crack0="EB" 
address1=56FC21 
normal1="74" 
crack1="EB"
[Levitate] 
Description="Levitate yourself" 
Version="2005.10.12" 
address0=48A160 
normal0="8B 40 08" 
crack0="90 90 90"
[luclintime]
Description="Time in Luclin"
Version="2005.10.12" 
address0=4999B9
normal0="75"
crack0="EB"
[MobHP]
Description="NPC health over head"
Version="2005.10.12"
address0=47C5DE
normal0="0F 84 83 00 00 00"	 
crack0="90 90 90 90 90 90"
[MountSkills] 
Description="Use Skills While Mounted" 
Version="2005.10.12" 
address0=41CD26 
normal0="74" 
crack0="EB"
[NoAccel] 
Description="No Acceleration/Deceleration on mount" 
Version="2005.10.12" 
address0=47942D 
normal0="74" 
crack0="EB"
[NoAnon]
Description="No Anonymous"
Version=2005.10.12"
Address0=49D681
Normal0=74
Crack0=EB
[NoAutoTarget] 
Description="Stop From Autotargeting Mobs That Hit You" 
Version="2005.10.12" 
address0=4A5FF7 
normal0="89 3D 3C 3B 90 00" 
crack0="90 90 90 90 90 90"
[Noblind]
Description="Never become blind"
Version="2005.10.12"
address0=413BED
normal0="00"
crack0="01"
[NoDelayJump] 
Description="No Delay While Chain Jumping" 
Version="2005.10.12" 
address0=4A2DA0 
normal0="0F 86 DB 00 00 00" 
crack0="90 90 90 90 90 90"
[NoDistraction] 
Description="Stops, You are too distracted to cast a spell/use a skill." 
Version="2005.10.12" 
address0=4A333A 
normal0="75" 
crack0="EB"
[NoEncumber]
Description="Allows for no encumberance"
Version="2005.10.12"
address0=416DE3
normal0="7A 33" 
crack0="90 90" 
[NoMeleePushBack]
Version="2005.10.12"
Description="No being pushed around by getting melee hits"
Address0=47F086
Normal0="D9 5F 3C"
Crack0="90 90 90"
Address1=47F0A1
Normal1="D9 5F 40"
Crack1="90 90 90"
Address2=47F0BC
Normal2="D9 5F 44"
Crack2="90 90 90"
[NoMountModels] 
Description="Summon Mount With Luclin Models Disabled" 
Version="2005.10.12" 
address0=50BAF5 
normal0="75" 
crack0="eb"
[Noshadowstep]
Description="Never be shadowstepped"
Version="2005.10.12"
address0=4128D6
normal0="5C 03"
crack0="11 16" 
[NoSilence] 
Description="no silence" 
Version="2005.10.12" 
address0=637FA9 
normal0="74 19" 
crack0="90 90"
[NoSnare] 
Description="Never get snared" 
Version="2005.10.12" 
address0=60C613 
normal0="89 48 04" 
crack0="90 90 90"
[NoStun]
Description="Move around while stunned"
Version="2005.10.12"
address0=415040
normal0="53 56 8B"
crack0="C2 0C 00" 
[NoSummon]
Description="No Summon"
Version="2005.10.12"
address0=45A8D8
normal0="0F 87 3A 03 00 00"
crack0="90 90 90 90 90 90"
[NoWeather]
Description="Always a nice sunny day"
Version="2005.10.12"
address0=4C3CF7
normal0="74"
crack0="EB"
[NPCWho] 
Description="NPC on who list"
Version="2005.10.12"
Address=49D674 
Normal0="0F 85 DA 01 00 00" 
Crack0="90 90 90 90 90 90"
[OpenBags] 
Description="Open bags while casting" 
Version="2005.10.12" 
address0=51A028 
normal0="0F 85 D8 01 00 00" 
crack0="90 90 90 90 90 90" 
address1=51A0AB 
normal1="74" 
crack1="EB"
[Over100Ignored] 
Description="Add more than 100 people to ignore" 
Version="2005.10.12" 
address0=471B96 
normal0="7C 5E" 
crack0="90 90"
[RemoveTags] 
Description="Remove Trader and Buyer tags from who" 
Version="2005.09.16" 
address0=47C16E 
normal0="75" 
crack0="EB" 
address1=49D642 
normal1="75" 
crack1="EB"
[SeeInvis]
Description="See Invisible"
Version="2005.10.12"
address0=47E19F
normal0="E8 D6 C9 F9 FF"
crack0="B0 01 90 90 90"
[shared]
Description="putting no drop in shared bank slot"
Version="2005.10.12"
address0=519870
normal0="74 54"
crack0="90 90"
address1=51989A
normal1="74 2A"
crack1="90 90"
[Shield] 
Description="Allows any class to /shield" 
Version="2005.10.12" 
address0=469C13 
normal0="0F 85 E1 00 00 00" 
crack0="90 90 90 90 90 90"
[Showspells]
Description="Show spells as text - Spell Awareness"
Version="2005.10.12"
address0=49BDEE	 
normal0="74 17"
crack0="90 90"
[ShowSpells2]
Description="Show spells as text - Groupleader"
Version="2005.10.12"
address0=49BE52
normal0="75"
crack0="EB"
[SpeedLock] 
Description="Prevent all runspeed modifying effects [root / snare]" 
Version="2005.10.12" 
address0=40E80D 
normal0="0F 84 6F 01 00 00" 
crack0="E9 8E 01 00 00 90"
[SpellBookStop]
Description="Opening spellbook forces you to stop moving"
Version="2005.10.12"
address0=5577DF
normal0="75"
crack0="EB"
[StayInCorpse] 
Description="Stay In Corpse after death" 
Version="2005.10.12" 
address0=40BE2B 
normal0="76" 
crack0="EB"
[StealStunned]
Description="Steal while stunned"
Version="2005.10.12"
address0=41DCB1
normal0="75 12"
crack0="EB 12"
[Talk2Self] 
Description="Talk to yourself" 
Version="2005.10.12" 
address0=4A1F4E 
normal0="75" 
crack0="EB"
[UltraVision]
Description="Ultra-vision"
Version="2005.10.12"
address0=43EE81
normal0="74 07"
crack0="90 90" 
[UnlimitedDrunk] 
Description="Consume unlimited alcohol" 
Version="2005.10.12" 
address0=519D71 
normal0="7C" 
crack0="EB"
[UseAssist]
Description="Assist while casting"
Version="2005.10.12"
address0=464054
normal0="75"
crack0="EB"
[UseHotkeys]
Description="Use hotkeys while casting"
Version="2005.10.12"
address0=513E2D
normal0="74"
crack0="EB"
[Waterwalk] 
Description="Walk underwater" 
Version="2005.10.12" 
address0=48891A 
normal0="E8 35 31 FF FF" 
crack0="90 90 90 90 90"
Sub Main
/docrack AtkPoison on
/delay 1
/docrack bagsize on
/delay 1
/docrack con on
/delay 1
/docrack eb on
/delay 1
/docrack envirofall on
/delay 1
/docrack evadeattack on
/delay 1
/docrack ezfollow on
/delay 1
/docrack farfollow on
/delay 1
/docrack fly on
/delay 1
/docrack follow-npc on
/delay 1
/docrack forcefeedfood on
/delay 1
/docrack forcefeeddrink on
/delay 1
/docrack groupinvite on
/delay 1
/docrack hidebeg on
/delay 1
/docrack hiderun on
/delay 1
/docrack illusionface on
/delay 1
/docrack indoorspells on
/delay 1
/docrack invitenoldr on
/delay 1
/docrack jwoendurance on
/delay 1
/docrack lavafisheyes on
/delay 1
/docrack levitate on
/delay 1
/docrack luclintime on
/delay 1
/docrack mobhp on
/delay 1
/docrack mountskills on
/delay 1
/docrack noaccel on
/delay 1
/docrack noanon on
/delay 1
/docrack noautotarget on
/delay 1
/docrack nodelayjump on
/delay 1
/docrack nodistraction on
/delay 1
/docrack noencumber on
/delay 1
/docrack nomeleepushback on
/delay 1
/docrack nomountmodels on
/delay 1
/docrack nosilence on
/delay 1
/docrack nosnare on
/delay 1
/docrack nostun on
/delay 1
/docrack nosummon on
/delay 1
/docrack noweather on
/delay 1
/docrack npcwho on
/delay 1
/docrack openbags on
/delay 1
/docrack over100ignored on
/delay 1
/docrack removetags on
/delay 1
/docrack seeinvis on
/delay 1
/docrack shield on
/delay 1
/docrack showspells on
/delay 1
/docrack showspells2 on
/delay 1
/docrack speedlock on
/delay 1
/docrack spellbookstop on
/delay 1
/docrack stayincorpse on
/delay 1
/docrack stealstunned on
/delay 1
/docrack talk2self on
/delay 1
/docrack ultravision on
/delay 1
/docrack unlimited drunk on
/delay 1
/docrack useassist on
/delay 1
/docrack usehotkeys on
/delay 1
/docrack waterwalk on
/delay 1
/docrack changedye on
/return
 
Last edited:
I edited my docrack window out when they broke it a few months back, and never put it back in. Call me paranoid, but I don't like putting anything MQ-ish in everquests folders. They are working on UI changes after all, and I'd hate for them to get their dirty little fingers on a xml file that's a total give away.

I don't use so many cracks, that I can't remember their names. If I need an odd one, I use the /docrack list command.
 
Well, first all, I assume you pasted either a macro files contents, or mq autoexec config contents, at the end of your post for your .ini (if you really have that stuff in there, remove it, it doesn't belong):

Sub Main
/docrack AtkPoison on
/delay 1

... down to the end of the file.

  1. Look at your UIErrors.txt in your main EQ directory for any hint about the .xml not loading.
  2. Check /plugin list. Does MQ2DoCrack.dll show up?
  3. Have you removed the date check from your MQ2 compile?
  4. Try entering one manually, like: /docrack usehotkeys on
    Does it work that way?

RE: The settings sections, they should be created at the end of your .ini if an entry does not exist for your character, it just keeps the information for the docrack window so it'll remember size/location/etc. Example:

Rich (BB code):
[Settings_eci_Bubba]
Top=6
Bottom=170
Left=836
Right=983
Locked=0
WindowTitle=Memory Hacks
Fades=1
Delay=1
Duration=500
Alpha=255
FadeToAlpha=255
BGType=1
BGTint.red=0
BGTint.green=0
BGTint.blue=0
ShowWindow=1

Note that if you're using stock mq2docrack code, it just has one [Settings] entry, and doesn't remember it based on server/char.

htw
 
docrackwnd fix

Users who are viewing this thread

Back
Top
Cart