• 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

Titanium and Shards of Dalaya MQ (1 Viewer)

unknown405

Active member
Joined
Nov 17, 2006
RedCents
100¢
***This is my post copied and pasted from another website I am an admin at**

Post plugin requests below, I'm working on getting everything done for Titanium (EQEmu) first and then I will add stuff to Shards of Dalaya. I've already got just about everything I want done for Titanium and then I'll get to SoD requests. I've got a copy of a decent SoD MQ pre-compile, but only a basic source code.

EQ Emulated Plugins
MQ2DoCrack: Normal DoCrack plugin
MQ2Faerune: See invis, breathe underwater, you know the deal
MQ2Ghost: Same as stealthmode, just type /ghost on
MQ2instacamp: Same as iCamp, just added this. Lets you instantly camp out
MQ2instamem: Instantly memorize spells, still working on it [broke right now]
MQ2PiggyZone: /zone command, still working on it [broke right now]
MQ2rWarp: /warp command
MQ2SetGrav: Same as SourceGravity
MQ2Sniffer: Yes I have a working packet sniffer for Titanium, just type /sniff
MQ2Speed: Works, just type /speed
MQ2SuperCast: /scast "spell name" to cast spells with no interruption ;)
MQ2Switch: /switch to open doors [untested]
MQ2EQBC: Yes, I've added it you all know what it does


Shards of Dalaya Plugins
MQ2AllWarp: /warp plugin
MQ2Speed: /speed plugin


The reason Shards of Dalaya has almost nothing is because I haven't worked on this, it's just a compile I found. I'll update all the plugins you request when I get time and I get done with Titanium. Just post your requests/comments and I'll get back to you. I'll post sources later if I decide to, but for now you can get the basic MQ sources below.
Shards of Dalaya
Titanium

-UnKnoWn

PS: Please don't ask about GK/ND, because right now it seems like it's not going to work on Emulated servers because they handle packets differently than live. Sorry, but there's nothing I can do. I'll update you ASAP if I learn anything that could make it possible, but in the meantime consider it broke.
 
Last edited:
Nice work Unknown. Had any advances with SoD? I've been swamped with work and haven't had much time to play or get more plugins going for it.
 
Hey, new to the site, so if this is dumb just ignore it, lol. I've Downloaded the titanium version of your compile, and when i try to load into the game, i crash, getting the error "Error in your GUI XML Files"

Rich (BB code):
[Sat Apr 05 00:14:02 2008] [Line:5 Source:UIFiles\Default\MQUI_DoCrackWnd.xml] Schema error - Duplicate item DC_CrackList
[Sat Apr 05 00:14:02 2008] Error reading XML.
[Sat Apr 05 00:14:02 2008] Error reading XML.

And this is my current XML File

Rich (BB code):
<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
   <Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>

   <Listbox item = "DC_CrackList">
      <ScreenID>DC_CrackList</ScreenID>
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorOffset>2</TopAnchorOffset>
      <LeftAnchorOffset>2</LeftAnchorOffset>
      <RightAnchorOffset>2</RightAnchorOffset>
      <BottomAnchorOffset>24</BottomAnchorOffset>
      <RightAnchorToLeft>false</RightAnchorToLeft>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <TopAnchorToTop>true</TopAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>

      <DrawTemplate>WDT_Inner</DrawTemplate>
      <TooltipReference>Crack List</TooltipReference>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <Columns>
         <Width>150</Width>
      </Columns>
      <Style_Border>true</Style_Border>
      <Style_VScroll>true</Style_VScroll>
   </Listbox>
   
   <Button item = "DC_LoadButton">
      <ScreenID>DC_LoadButton</ScreenID>
      <Font>1</Font>
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorOffset>24</TopAnchorOffset>
      <LeftAnchorOffset>2</LeftAnchorOffset>
      <RightAnchorOffset>2</RightAnchorOffset>
      <BottomAnchorOffset>2</BottomAnchorOffset>
      <RightAnchorToLeft>false</RightAnchorToLeft>
      <TopAnchorToBottom>false</TopAnchorToBottom>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToBottom>true</BottomAnchorToBottom>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToRight>false</RightAnchorToRight>
      <LeftAnchorToRight>false</LeftAnchorToRight>

      <Style_Transparent>false</Style_Transparent>
      <Style_Checkbox>false</Style_Checkbox>
      <Text>Load INI</Text>
      <TextColor>
         <R>10</R>
         <G>255</G>
         <B>10</B>
      </TextColor>
      <ButtonDrawTemplate>
         <Normal>A_BtnNormal</Normal>
         <Pressed>A_BtnPressed</Pressed>
         <Flyby>A_BtnFlyby</Flyby>
         <Disabled>A_BtnDisabled</Disabled>
         <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
      </ButtonDrawTemplate>
   </Button>

   <Screen item = "DoCrackWnd">
      <RelativePosition>false</RelativePosition>
      <Location>
         <X>280</X>
         <Y>280</Y>
      </Location>
      <Size>
         <CX>280</CX>
         <CY>130</CY>
      </Size>
      <Text>MQ2DoCrack</Text>
      <Style_VScroll>false</Style_VScroll>
      <Style_HScroll>false</Style_HScroll>
      <Style_Transparent>false</Style_Transparent>
      <DrawTemplate>WDT_Def</DrawTemplate>
      <Style_Titlebar>true</Style_Titlebar>
      <Style_Closebox>true</Style_Closebox>
      <Style_Minimizebox>true</Style_Minimizebox>
      <Style_Border>true</Style_Border>
      <Style_Sizable>true</Style_Sizable>
      <Pieces>DC_CrackList</Pieces>
      <Pieces>DC_LoadButton</Pieces>
   </Screen>

</XML>
 
Unload MQ2DoCrack and delete the ini file. Then reload it and make your own new ini file.

-UnKnoWN
 
Thanks, shall give that a try shortly. And one more question...Do you know of a working MQ2MoveUtils for the emu servers? 4 boxing on it, and its tiring running several toons to the same spot.
 
No sorry that's last priority for me for a couple reasons. Main two reasons are I don't use it at all and the source code gets hundreds of errors for me, and instead of working through them all I would probably end up recoding it and it's just a lot of time.

-UnKnoWn
 
Trust me if I told you some of the stuff that I have done and are working you wouldn't believe me. There are way cooler plugins out there that are just waiting to be made, also a few really cool cracks I've made because emu doesn't have the same checks as was on live. I don't know if I'm going to release it all but some of the stuff I have is dupe plugin, memorize any spell no matter what level, cast any spell no matter what level, cast any item no matter class or level, wear any item regardless of level or class requirements, instantly memorize and instantly scribe spells, and some other stuff.. those are the ones I will most likely release but others I'm not even going to mention.

-UnKnoWn
 
Anyone have a working bot for titanium I have dug through my old macro folders and nothing is jiving well with this version.
 
I don't have any experience for adding plugins to a precompiled mq2 set-up like this one. I'd like to add mq2twist, bardswap and a bot program if I can find working versions.
 
unknown405 do you have the offsets for any more Docrack? i only have alot of offset for 2005-10-31 but i need the offsets for 2005-11-01 if you have any.
Mostly im looking for this one:
---------------------------
[EvadeAttack]
description="Hide/Evade While Attacking"
version=2005.10.31"
address0=41FE39
normal0="74"
crack0="EB"
------------------------

So i can kill red mobs and dont die on my poor spellcaster and xp and lvl up fast :), would be nice if you could post if you have more offsets for DoCrack or PM me
 
I'm not working on SoD or EQEmu at the time being, I'll try and find that when I get a chance though.
 
I'm not working on SoD or EQEmu at the time being, I'll try and find that when I get a chance though.

oki thanks , im not so good on finding offsets and i just know some basic of coding :), i know alittle of how you should do to find offsets but not all

Edit: seems like the 2005-10-31 offsets works for the EQEmu server i play on, so i have alot of docrack offsets for 2005-10-31
posted them here: http://forums.notaddicted.com/showthread.php?t=20323
 
Last edited:
unknown405 do you have the offsets for any more Docrack? i only have alot of offset for 2005-10-31 but i need the offsets for 2005-11-01 if you have any.
Mostly im looking for this one:
---------------------------
[EvadeAttack]
description="Hide/Evade While Attacking"
version=2005.10.31"
address0=41FE39
normal0="74"
crack0="EB"
------------------------

So i can kill red mobs and dont die on my poor spellcaster and xp and lvl up fast :), would be nice if you could post if you have more offsets for DoCrack or PM me


Looking at the EXE for 11/01/2005 :

Rich (BB code):
.text:0041FE39                 jz      short loc_41FE4D
.text:0041FE3B                 push    1
.text:0041FE3D                 push    10Eh
.text:0041FE42                 push    edi
.text:0041FE43                 push    3087h
.text:0041FE48                 jmp     loc_420D09

It appears that the code you have is correct to make this jump.

Rich (BB code):
12423 You can't try to hide while attacking.

12423 is 3087h and "EB" would force a jump over the offset, which is what you want. If you are not a "rogue" I suppose this would not work, since I think this mainly applies to their skill.
 
Looking at the EXE for 11/01/2005 :

Rich (BB code):
.text:0041FE39                 jz      short loc_41FE4D
.text:0041FE3B                 push    1
.text:0041FE3D                 push    10Eh
.text:0041FE42                 push    edi
.text:0041FE43                 push    3087h
.text:0041FE48                 jmp     loc_420D09

It appears that the code you have is correct to make this jump.

Rich (BB code):
12423 You can't try to hide while attacking.

12423 is 3087h and "EB" would force a jump over the offset, which is what you want. If you are not a "rogue" I suppose this would not work, since I think this mainly applies to their skill.

yeah did notice the offsets worked, checket out the offsets and jumps with ollydbg and seems like they are right.
and i notice the evade/hide dident work for my spellcaster to bad =(, but all other of the DoCrack works, poste the offsets in another thread
 
The SoD version posted above works, but I get a lot of random crashes using it. I'm not using any docrack stuff, just use it for automation and boxing. Anyone have a more stable version?
 
I was able to compile the 2-10-2004 sourcecode from the official MQ2 cvs archive and it works without any crashes or issues, so that solved my stability problems :)
 
Wowow thanks! Works great!

Just having a little bit of lag issues though .. getting frame skips every 5 seconds or so. Just a little annoying ><
 
Careful SoD just banned 800 MQ users. Check there forums and it is everywhere. Apparently they have found a certain packet that MQ users have (or don't have) and have been able to track everyone.
 
Titanium and Shards of Dalaya MQ

Users who are viewing this thread

Back
Top
Cart