Thread: Maps?
View Single Post
  #5  
Old 11-27-2018, 09:06 PM
fzzzt fzzzt is offline
Kobold


Join Date: Aug 2010
Posts: 121
Default

If you want, you could bind a hotkey to M or whatever, make it a macro that does something like /say lolmaps, have an app that watches the log for that and starts zlizeq [You must be logged in to view images. Log in or Register.]

Oh! Or maybe just have it watch for the "maps are disabled" line, if that gets logged. hah

P.S.: This is a modification of what's in my Run window that might work:

powershell -command "& {gc 'c:\program files (x86)\sony\everquest\logs\eqlog_playername_project 1999.txt' -wait | select-string -pattern 'map is disabled' | % { taskkill /im zlizeq.exe ; 'c:\program files (x86)\zliz\zlizeq.exe' } }"
Last edited by fzzzt; 11-27-2018 at 09:16 PM..
Reply With Quote