View Single Post
  #6  
Unread 05-04-2005, 11:38 AM
sstair sstair is offline
Scuba Steve
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Everfrost
Posts: 150
Default

Quote:
Originally Posted by highlander
hmm it s still not working with this as my logfile:

(1115118560)[Tue May 03 13:09:20 2005] Your location is -17,83, 628,39, 125,04. Your orientation is 89,95, 0,00, 0,00
Ok, now the problem is that the pattern the code is trying to match is probably something like:
Your location is [-]NNN.NN, [-]NNN.NN, [-]NNN.NN

And your log file has commas where the pattern is expecting periods.
Reply With Quote