Search found 29 matches

by anOrcPawn00
Sat Mar 13, 2004 12:46 pm
Forum: MQ2::Bug Reports
Topic: Map Crash (w/ March 12 zip)
Replies: 4
Views: 1206

Map Crash (w/ March 12 zip)

Ocassionally having CTDs when i open the map (only when I press hotkey and before the window is drawn), but only on my cleric. Yes, using a clean, latest-zip build. Same build works fine on other characters I've logged in. Crashes don't happen always, about 1 in 10-15 openings of the map. It's a CTD...
by anOrcPawn00
Wed Feb 11, 2004 10:30 pm
Forum: MQ2::Help
Topic: How to /echo target location in a plugin?
Replies: 5
Views: 1130

Off the top of my head it's something along the lines of: char szTemp[MAX_STRING]; if (psTarget) { sprintf(szTemp, "Target location: %f %f %f", psTarget->x, psTarget->y, psTarget->z); WriteChatColor(szTemp, USERCOLOR_DEFAULT); } else { WriteChatColor("No Target!", USERCOLOR_DEFAU...
by anOrcPawn00
Mon Feb 09, 2004 1:16 am
Forum: MQ2::Custom UI
Topic: Ishi UI v0.5 (Update: 2/22/04-0856 PST - Patch for casters)
Replies: 107
Views: 25727

Does this work in 1152 x 864? I see the SS is 1280x1024 and some comments about someone being unable to use in 1024x768.

Sadly my max res is 1280x1024 (LCD monitor limit) so to run windowed and still see the whole window I need to go 1 step lower :(
by anOrcPawn00
Thu Feb 05, 2004 10:50 pm
Forum: MQ2::Bug Reports
Topic: SendKey() bug & fix
Replies: 0
Views: 650

SendKey() bug & fix

In MQ2MacroCommands.cpp Line 709 replace: if ((Arg1[0]==0) || (Arg2[0]==0) || ((!strnicmp(Arg1,"down",strlen(Arg1))) && (!strnicmp(Arg1,"up",strlen(Arg1))))) { with if ((Arg1[0]==0) || (Arg2[0]==0) || (strnicmp(Arg1,"down",strlen(Arg1)) && strnicmp(Arg1,...
by anOrcPawn00
Sat Jan 17, 2004 12:05 am
Forum: MQ2::General
Topic: Grats Plazmic and Hoshi!
Replies: 4
Views: 1531

grats :)
by anOrcPawn00
Wed Dec 10, 2003 5:47 am
Forum: Bullshit
Topic: A pointless thread
Replies: 743
Views: 261143

Me too. /munches on a slice of mozarella
by anOrcPawn00
Fri Jul 11, 2003 1:40 am
Forum: MQ2::Development::Feature Discussion
Topic: Would anyone mind if I...
Replies: 5
Views: 1901

Would love to see a manual update. I still use it as reference even tho it's half outdated, a new one would rock.
by anOrcPawn00
Mon Jun 23, 2003 6:32 am
Forum: Outdated Macros::Macro Depot
Topic: CasterPract.mac - Another skill practice for casters (beta)
Replies: 4
Views: 1736

The reason the above macro doesn't work currently is $char(gem,) and I believe $spell() cause client crashes. Or at least they do with my build, I need to update CVS and see if there's been a fix made.
by anOrcPawn00
Mon Jun 23, 2003 6:28 am
Forum: MQ2::Development::Feature Discussion
Topic: Feature Requests: Additions to the $spell() *Fixed*
Replies: 13
Views: 2710

When you Alt-Click a memorized gem or a spell icon in the book it will show something like: Spell: Translocate Cobalt Scar Skill: Alteration Mana Cost 35 Normal Cast Time: 4.5 [b]Your Cast Time: 3.8[/b] Spell Effect: Covers you in resistant skin that proects you from poison and disease The Your Cast...
by anOrcPawn00
Sun May 25, 2003 3:46 am
Forum: MQ2::Development::Feature Discussion
Topic: /ignoreid
Replies: 8
Views: 1766

To an extent any form of targetting (innate to EQ at least) transmits something to/from the server. One of the SEQ options allows you to set it to highlight your target (happens automatically, so there must be some info about your switch of targets in the network transfers) The question is if the da...
by anOrcPawn00
Sun May 25, 2003 3:41 am
Forum: Outdated Macros::Macro Help
Topic: Fleshing out a Mino Hero script and have a problem
Replies: 5
Views: 1404

/delay $Delay
should work, but bad form to use function names as variable names in general. but the idea is good to use a define or variable to make it easy to adjust throughout the script
by anOrcPawn00
Sat May 24, 2003 9:54 pm
Forum: Outdated Macros::Macro Help
Topic: autoattack script - needs obstacle avoidance
Replies: 3
Views: 1030

It's still very much in a concept phase, so far the only things iI've got done is basically move to target (see above), part of the KiteRun (runs away from mob till it reaches an optimal distance), an almost tuned routine to keep it still while a spell casts (which recognises fizzles and doesn't wai...
by anOrcPawn00
Sat May 24, 2003 7:25 pm
Forum: Outdated Macros::Macro Help
Topic: autoattack script - needs obstacle avoidance
Replies: 3
Views: 1030

I have a druid auto-kite script I'm working on, started it based on grimjack's auto-hunter here: http://macroquest2.com/phpBB2/viewtopic.php?t=2313&sid=ad75d4519e77cf72ccbb08674708ae64 Pasting the bits related to movement / obstacle avoidance. #define MyXLOC v23 #define MyYLOC v24 #define RunSta...
by anOrcPawn00
Wed May 21, 2003 7:22 pm
Forum: Outdated Macros::Macro Help
Topic: What is the newest Version????
Replies: 7
Views: 1592

Well, I'm no expert on linux and the mechanics of copiling/linking, but since it uses the Detours libary from M$ and needs to make a Windows executable I don't think it would generate anything useful under Linux.

As far as compiler I believe you need VC6, VC.net (VC7) or VS 2003
by anOrcPawn00
Wed May 21, 2003 7:08 pm
Forum: Outdated Macros::Macro Help
Topic: What is the newest Version????
Replies: 7
Views: 1592

Are you using that
IRC-20030111.zip off of http://macroquest2.com/IRC/
? Because it won't work. The code is outdated and the offsets are outdated. Even if you get it to start it will be useless and might even potentially get you banned.