Search found 69 matches

by eq_freak
Thu Apr 29, 2004 9:08 am
Forum: MQ2::General
Topic: Why you're not hired Lax
Replies: 21
Views: 7820

Mmm, I sense a tad bitterness in this post ;)

But anyway, if they cant even telnet that sounds bad.. mail-order CS degrees? But hey, if they are assigned to braindead tasks which noone else will do, then whats the problem? Didnt sound like you wanted their duties.
by eq_freak
Sat Feb 14, 2004 1:07 pm
Forum: MQ2::General
Topic: "EQPlayNice" (was EQCPU) download - Updated 3-25
Replies: 93
Views: 32468

If you run WinXP here is a small registry tweak that can possibly help while you wait for the compiled version of eqplaynice: [HKEY_LOCAL_MACHINE \System \CurrentControlSet \Control \PriorityControl] Win32PrioritySeparation = 36 (decimal) Meaning: Short Quantum + Quantum is fixed and won't change fo...
by eq_freak
Sat Dec 20, 2003 5:02 pm
Forum: MQ2::Development::Feature Discussion
Topic: Book: Hacker Disassembling Uncovered
Replies: 16
Views: 5388

I got the book, its not that great imo. The majority of the book consists of a TON of c/c++ snippets and how it looks in disassembled version under IDA. I was hoping for a bit more "meat" and not just a book about how various constructs(if/then, switch etc) looks disassembled. Anyone with ...
by eq_freak
Sat Dec 20, 2003 4:24 pm
Forum: MQ2::General
Topic: Question for a dev
Replies: 5
Views: 1672

Your answer is in the second post in this thread ;) If you use C++ you can use microsofts detours library to hook the directx functions. As for how, look at the source for macroquest. If you dont use C++, good luck on finding an alternative solution :) A generic no offsets required solution(for Dire...
by eq_freak
Thu Dec 11, 2003 4:15 pm
Forum: MQ2::General
Topic: Sigh
Replies: 21
Views: 5592

Thread on safehouse about MQ2 as well: http://pub146.ezboard.com/fthesafehouseloungegeneraldiscussion.showMessage?topicID=29136.topic Hello All, We are aggressively tracking down the cheaters while trying to disbable the cheats they use. We are aware of most of these issues (although the grouping wi...
by eq_freak
Sat Dec 06, 2003 12:44 pm
Forum: MQ2::General
Topic: Figured MQ Devs would find this interesting ...
Replies: 30
Views: 10027

I dont see whats so terribly interesting about that. If you macro in heavily populated areas and even use warping hacks, you WILL get noticed and possibly petitioned. Wether or not there are any GMs online to bust you, is of course up to random chance. So you are playing with your account by being t...
by eq_freak
Sun Nov 16, 2003 8:24 pm
Forum: MQ2::Bug Reports
Topic: MQ2: attach problem with using vc 6?
Replies: 48
Views: 6133

Enabled debug spew, looks like some of the detours are failing: InitializeParser() HookMemChecker - Patching AddDetour(0x4B3A97,0x0,0x0) Detour success. AddDetour(0x4BA356,0x0,0x0) Detour success. AddDetour(0x4B863C,0x0,0x0) Detour success. Initializing Clean UI AddDetour(0x40FC97,0x2481450,0x24A7AD...
by eq_freak
Sun Nov 16, 2003 8:06 pm
Forum: MQ2::Bug Reports
Topic: MQ2: attach problem with using vc 6?
Replies: 48
Views: 6133

Probably a stupid question, but where can you see which version you have?

Anyway just downloaded it again, no change in behavior :?
by eq_freak
Sun Nov 16, 2003 6:56 pm
Forum: MQ2::Bug Reports
Topic: MQ2: attach problem with using vc 6?
Replies: 48
Views: 6133

I have the same problem WinME+VS6. Macroquest.exe + the 7 dlls in the release directory. Does not attach to EQ(the Welcome to macroquest thing).

And we are well aware its beta McKorr.. Usually betas encourage bug reports/feedback :p
by eq_freak
Fri Nov 14, 2003 8:37 am
Forum: MQ2::Custom UI
Topic: Trouble Modifying my Buff Window
Replies: 29
Views: 3311

I had the same problem. This works:

Code: Select all

<TooltipReference>$if("$char(buff,1)"=="NULL","","$char(buff,1) $char(buff,1,durationsecs)")</TooltipReference>
by eq_freak
Fri Nov 14, 2003 8:32 am
Forum: MQ2::Development::Feature Discussion
Topic: Massive slowdown on second client...
Replies: 5
Views: 2576

Maybe related to the maxfps settings. You could try /maxfps fg 0 and /maxfps bg 0. This should be more or less equivalent to the "old" versions.

Also I vaguely recall reading something about #turbo not working with fps limiting or something? Sorry but dont recall specifics.
by eq_freak
Tue Nov 11, 2003 12:08 pm
Forum: MQ2::Development::Feature Discussion
Topic: Bug: /maxfps fg 0 = freeze/ctd
Replies: 5
Views: 3255

Thanks :)
by eq_freak
Tue Nov 11, 2003 11:49 am
Forum: MQ2::Custom UI
Topic: Request: Target's Target
Replies: 54
Views: 5595

Request: Target's Target

Not sure if its easy to do but this is what I had in mind: A Custom Target window, where below the Target, you had the Target's Target, showing the victims name/current hp in exactly the same way as the real target. Ideally you would also be able to click the victims name and get him as new primary ...
by eq_freak
Tue Nov 11, 2003 11:13 am
Forum: MQ2::Development::Feature Discussion
Topic: Bug: /maxfps fg 0 = freeze/ctd
Replies: 5
Views: 3255

Bug: /maxfps fg 0 = freeze/ctd

Using a just downloaded IRC-latest.zip.
by eq_freak
Sat Nov 01, 2003 9:30 pm
Forum: MQ2::General
Topic: "EQPlayNice" (was EQCPU) download - Updated 3-25
Replies: 93
Views: 32468

Good stuff! Being able to limit fps on the background instances is definately handy. One question though: I dont understand why anyone would want to limit the fps on the foreground instance of EQ? Currently with the default settings, you do a sleep(20) in Pulse() if its the foreground instance of EQ...