Category: Plug-Ins & Patches
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)

This file is a Patch for Ping Direction by Silh. You must have that installed before this Patch will work.

Author:
Version:
0.0.7 modified
Date:
04-29-2009 06:39 AM
Size:
9.37 Kb
Downloads:
770
Favorites:
32
MD5:
Pictures
Click to enlarge
Ping to the right and forward of character
Ping Direction (Fan's Update)
--------------------------------------------------------
This is an update version of Silh's Ping Direction.
Original description below:
--------------------------------------------------------

Ping Direction was written around an idea that popped up during an Ossirian fight. The addon displays a red arrow on your screen pointing in the direction of the last ping received. Though it's not really that hard to figure out the direction to go by looking at the minimap, I thought it would be fun to do something like this.

As of 0.0.4, there is now a second arrow accessible via the /gps command, where you can feed it a set of xx,yy outside coordinates and it'll point an arrow towards them until you reach said coordinates, where it will then disappear. Note that if you use this inside instances, the arrow will be stuck pointing in one direction due to lack of coordinate information inside instances. Also if you change zones while the arrow is active, it will point to xx,yy of the current zone as there is no relative position tracking between zones.

As of 0.0.5, there is now an option to have the arrows properly adjusted for your camera angle, so you don't necessarily have to be directly behind the player. However, this will eat up your 5th preset camera slot, since the only method I have been able to find to retrieve camera angle is to save the camera position to one of the preset slots, and then GetCVar() the camera pitch and yaw. Use /pingdir camera to enable/disable this option--it is disabled by default because I don't want to overwrite someone's 5th camera slot arbitrarily.

Options available:
/pingdir on/off - enables/disables
/pingdir fps # - set updates per second. Default is 10
/pingdir fadetime # - set time in seconds for arrow to fade away. Default is 2s.
/pingdir ratio # - set Y ratio, to give a more squished perspective-type appearance. Default is 0.5
/pingdir scale # - scale arrow
/pingdir ##,## - Point the arrow in the direction of map coordinates ##,## (outside)
/pingdir text - toggle text display above arrow
/pingdir camera - toggle compensation for camera location
/gps ##,## - enable persistent arrow pointing to map coordinates (outside). Arrow will fade when you reach the coordinates.
/gps alpha # - set persistent arrow alpha
/gps off - turn off the persistent arrow

0.0.7 - Now working with rotating minimap
0.0.6 - Removed the 0.05,0.05 fudge factor on ping coordinates which was required pre-patch-2.1, pings should now be pointing in the right direction
0.0.5 - Added persistent arrow alpha option. Added compensation for camera angle, so you don't have to be behind the player for the right direction, woohoo!
0.0.4 - Added 2nd persistent arrow (using /gps command as quick to type), optional text display, and scaling.
0.0.3 - Add decimal point support for x,y coordinates
0.0.2 - Added ability to point the arrow towards specified x,y coordinates when outside instances
0.0.1 - Initial release
  Change Log - Ping Direction (Fan's Update)
0.0.7 modified version 2 - Fixed minimap ping direction while Rotate Minimap option is off.
0.0.7 modified version 1 - Updated for patch 3.1
  Archived Versions - Ping Direction (Fan's Update)
File Name
Version
Size
Author
Date
0.0.7 modified
9kB
Tageshi
04-27-2009 07:54 PM
  Comments - Ping Direction (Fan's Update)
Post A Reply Comment Options
Old 04-27-2009, 08:24 PM  
Tageshi
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 142
Uploads: 14
patch for 3.1

This is patch version of Silh's Ping Direction.

Original version here:
http://www.wowinterface.com/download...Direction.html
Tageshi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-27-2009, 10:41 PM  
Johndu
A Kobold Labourer
 
Johndu's Avatar

Forum posts: 0
File comments: 13
Uploads: 0
Re: patch for 3.1

Quote:
Originally posted by Tageshi
This is patch version of Silh's Ping Direction.

Original version here:
http://www.wowinterface.com/download...Direction.html

Thanks for take this addon up.

EDIT: I found the ping direction is relate to minimap absolute dot, it is not correct location to player's facing way. will fix it ?

Last edited by Johndu : 04-27-2009 at 11:07 PM.
Johndu is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-28-2009, 08:30 AM  
Tageshi
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 142
Uploads: 14
Re: Re: patch for 3.1

Quote:
Originally posted by Johndu
EDIT: I found the ping direction is relate to minimap absolute dot, it is not correct location to player's facing way. will fix it ? [/b]
More detail please.
Tageshi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-29-2009, 03:47 AM  
Bwldrd1
A Murloc Raider

Forum posts: 8
File comments: 17
Uploads: 0
"More details please"


Basically it's treating your character as if you were always facing true north on the minimap. You click east the arrow points right, west to the left, etc. Even if you are facing the given direction, e.g. you face south and ping south the arrow points down, instead of up as it should, since you are facing south.

The old behavior would turn the arrow to be according to the characters facing, e.g. you face west and ping south, the arrow would show to your left, Facing east ping south it would show to your right, etc. As its working now it is S always point down to the bottom of the screen. N is always pointing up, etc. No matter which way your character is facing. Hope this makes it a little clearer Easier to see than explain.
Bwldrd1 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-29-2009, 06:18 AM  
Tageshi
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 142
Uploads: 14
Quote:
Originally posted by Bwldrd1
"More details please"


Basically it's treating your character as if you were always facing true north on the minimap. You click east the arrow points right, west to the left, etc. Even if you are facing the given direction, e.g. you face south and ping south the arrow points down, instead of up as it should, since you are facing south.

The old behavior would turn the arrow to be according to the characters facing, e.g. you face west and ping south, the arrow would show to your left, Facing east ping south it would show to your right, etc. As its working now it is S always point down to the bottom of the screen. N is always pointing up, etc. No matter which way your character is facing. Hope this makes it a little clearer Easier to see than explain.
When I was trying to fix behavior while Rotate Minimap is On, somehow I broke it for Rotate Minimap is Off.

Yes, I will fix this.
Tageshi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-29-2009, 09:54 AM  
Tageshi
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 142
Uploads: 14
0.0.7 modified version 2

0.0.7 modified version 2 - Fixed minimap ping direction while Rotate Minimap option is off.



Well, it seems version string was too long.
But you can download version 2 now.
Tageshi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.