Search found 23 matches

by Sharp of Fairlight
Wed Apr 20, 2005 8:53 am
Forum: MQ2::General
Topic: Plugin Forums?
Replies: 27
Views: 13261

Compiled versions is ofcourse a no, no need to even try to explain.
And i think the problem with non-dev plugins in the zip would be that people would wrongly think that the devs have support for those plugins.
by Sharp of Fairlight
Wed Dec 22, 2004 1:44 pm
Forum: MQ2::General
Topic: Hi all
Replies: 23
Views: 10498

Your faces looks funny, kinda square and stuff...
by Sharp of Fairlight
Fri Dec 03, 2004 3:30 am
Forum: Games::EQ2
Topic: Hmph.
Replies: 72
Views: 20267

Switches work at that datalink layer. They don't know about UDP or TCP IP packets. Cheapo level 2 switches no, level 7 switches yes. Level 7 switches can even analyze whats inside a HTTP request and drop packets from one website in favour for another. If you look in the IP standard you will find th...
by Sharp of Fairlight
Thu Dec 02, 2004 8:15 am
Forum: Games::EQ2
Topic: Hmph.
Replies: 72
Views: 20267

my ISP at the time was dropping UDP packets under load (which is fully within their rights in the IP specs) Nothing in the IP specs says anything about UDP packets having less priority than TCP or other protocols. It only says that UDP packets dont have to be resent (by that layer) compared to TCP ...
by Sharp of Fairlight
Fri Nov 19, 2004 2:42 pm
Forum: MQ2::General
Topic: Ultraedit syntax file
Replies: 12
Views: 13135

Not realy weird if you look at the spelling...
/Indent Strings = "{"
/Unindent Strigns = "}"
by Sharp of Fairlight
Fri Oct 22, 2004 5:54 am
Forum: MQ2::Help
Topic: Math.Rand?
Replies: 11
Views: 2738

Hi.

I usually back out of my garage with my car but yesterday a friend of mine borrowed my car and returned it with the front towards the garage door. I need help with getting out of the garage. Is there a way to do this?
by Sharp of Fairlight
Fri Oct 15, 2004 9:18 am
Forum: MQ2::Help
Topic: Having problems compiling latest patch
Replies: 4
Views: 1673

The date and time of posts doesn't tell how long you have had your problem nor how long it was since you downloaded.
by Sharp of Fairlight
Mon Oct 11, 2004 6:28 am
Forum: MQ2::Help
Topic: Can i make someone else's MQ2Main.dll work on my machine?
Replies: 18
Views: 4471

It's a joke/troll. Read the guys name...
by Sharp of Fairlight
Tue Oct 05, 2004 4:37 am
Forum: MQ2::Macros::Requests
Topic: Mod Rod Timer
Replies: 8
Views: 2475

If you could convince a dev to add the use of this

Code: Select all

/*0x1bd8*/   DWORD      ModrodTimer;  // Util__fasttime
in MQ2DataTypes this macro wouldn't have to use a timer since the client already keeps track of it.
by Sharp of Fairlight
Mon Aug 23, 2004 6:54 am
Forum: MQ2::Bug Reports
Topic: ${Me.DamageShieldBonus}
Replies: 11
Views: 2690

Gear and Statfood/drink according to the exe.

Edit: Statfood/drink could be considered gear technically.
by Sharp of Fairlight
Mon Jul 19, 2004 7:35 am
Forum: MQ2::General
Topic: nt
Replies: 2
Views: 1617

You didnt see anything and i was never here. *flashes badge*
by Sharp of Fairlight
Sun Mar 21, 2004 10:33 am
Forum: MQ2::General
Topic: works on XP 64 bit
Replies: 6
Views: 2717

Hardware, its the processors that are (trying to be) backward compatible.
by Sharp of Fairlight
Mon Mar 08, 2004 8:15 am
Forum: MQ2::General
Topic: /zone
Replies: 5
Views: 1840

Im guessing you will be banned from these boards also since this isnt something that is a feature of MacroQuest. Dont come here talking about hacks.
by Sharp of Fairlight
Wed Feb 25, 2004 4:38 am
Forum: MQ2::Custom UI
Topic: Relative direction to your target.
Replies: 3
Views: 1725

Then it will also show nothing when you have something targeted and is standing on top of it.
by Sharp of Fairlight
Mon Feb 23, 2004 3:13 am
Forum: MQ2::Custom UI
Topic: Relative direction to your target.
Replies: 3
Views: 1725

Relative direction to your target.

I have this in my target window. It calc's the relative direction to your target, i.e. its 0 if you are looking straight at it.

Code: Select all

$if(n,$target(distance)==0,0,$int($calc($calc($char(heading)-$target(headingto)+540)%360-180)))
Together with $target(distance) its pretty easy to find your target.