Thread: Location app?
View Single Post
03/09/14, 07:39 PM   #26
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
Well I have been browsing my screenshots that I took from my debug code I implanted to test the results of the event EVENT_PLAYER_IN_PIN_AREA_CHANGED that returns the values pinType,param1,param2,param3,playerIsInside.

pinType 7 - Outside ( 0,0,0 ) (3,0,0), Inside (0,0,0) ( 1,0,0 )
pinType 8 - Outside ( 0,1,0 ), Inside ( 1,2,0 )
pinType 10 - Outside (3,0,0)
pinType 11 - Outside (3,2,0), Inside ( 5,1,0 )

Apart from the almost consistent values they still don't shed a light on what the values are. Maybe next weekend I'll get the debug to show decimal points and try GetZone/GetSubZone and see if there are even more consistencies that way.
  Reply With Quote