• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

looking for an old eqgame.exe (1 Viewer)

Siddin

Rikk-tikk-tikki-tikki-tchk!
Joined
Feb 6, 2005
RedCents
494¢
or if you could update the offset, that would work too.
[skillswitch]
Description="turns taunt into intimidation"
Version="2005.08.11"
address0=4330db
normal0="0F 84 F8 00 00 00"
crack0="E9 F9 00 00 00 00"

or

[Tauntskill]
Description="Turns the Taunt skill into Intimidation"
Version="2005.11.01"
address0=420785
normal0="0F 84 9F 01 00 00"
crack0="E9 F9 00 00 00 00"
 
everdead said:
Can you turn a skill like kick into taunt then? Cause I am sure of some classes who would love to have a taunt skill even though taunt sucks.

I so agree, that would be pretty darn sweet to have a kick skill as taunt. Ill see what Ill can do.
 
Has anyone been saving this years? I used to save them, but stopped at the end of the last year. Naturally, I'm now trying to find something that I know where in the code it was in February, but I lost my notes on finding it during my recent move.
 
I think in the current EXE it looks like the code changed drastically....

Rich (BB code):
.text:0043136D                 jmp     ds:off_432EC0[edx*4]

Rich (BB code):
.text:00432EC0 off_432EC0      dd offset loc_432390    ; DATA XREF: sub_431140+22Dr
.text:00432EC4                 dd offset loc_431A21 //Disarm?
.text:00432EC8                 dd offset loc_4313B7
.text:00432ECC                 dd offset loc_431572
.text:00432ED0                 dd offset loc_432637
.text:00432ED4                 dd offset loc_431ED5 //Hide??
.text:00432ED8                 dd offset loc_431A00
.text:00432EDC                 dd offset loc_431374
.text:00432EE0                 dd offset loc_432112
.text:00432EE4                 dd offset loc_431E08
.text:00432EE8                 dd offset loc_4317D1
.text:00432EEC                 dd offset loc_431DC4
.text:00432EF0                 dd offset loc_4326F3
.text:00432EF4                 dd offset loc_43236F
.text:00432EF8                 dd offset loc_4316BD
.text:00432EFC                 dd offset loc_4315DC //Intimidate
.text:00432F00                 dd offset loc_431472 //Taunt
.text:00432F04                 dd offset loc_4313FA
.text:00432F08                 dd offset loc_432E48

I guess once you figure out the codes above can perhaps just swap them? But this is just from a quick glance of the EXE.
 
Last edited:
siddin said:
yeah noticed that and kida gave it up, don't think its worth that much trouble lol.


Dont give up so fast.

Try this I think it might be what you are looking for :

Rich (BB code):
[Tauntskill]
Description="Turns the Taunt skill into Intimidation"
Version="2006.4.19"
address0=432F00
normal0="72 14 43 00"
crack0="DC 15 43 00"

Have tried it very limitedly on a level 2 Warrior, appears to try and intimidate his target.

In the same sense :

Rich (BB code):
[Intimidateskill]
Description="Turns the Intimidation skill into Taunt"
Version="2006.4.19"
address0=432EFC
normal0="DC 15 43 00"
crack0="72 14 43 00"

Try this on your Rogue or Monk to get aggro maybe.
 
looking for an old eqgame.exe

Users who are viewing this thread

Back
Top