Skip to content

smasherprog/EqTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PigParse

image

THIS PROGRAM WORKS SOLELY BY READING YOUR LOG FILE.

Instructions:

  • Project 1999: Download Windows P99, Unzip it and run EQTool.exe

  • Linux Project 1999 Download Linux P99, Unzip it and run EQTool.exe

  • Project Quarm: Download Quarm Pigparse, Unzip it and run PQTool.exe

  • The program runs in the system tray. Look there to reopen spells window or settings! Program will check for updates on startup and self update if required, but if you want to check for a new Update, use the menu in the system tray!
Features:
  • The TOP 5 Random rolls show up in the triggers window.
  • See others on the map in real time. Also support for NParse map location sharing automatically if location sharing is set to everyone.
  • Kael faction pull timer Automatically added for everyone regardless of what zone you are in.
  • Automatically add timers on death of npc so you dont have to!
  • Detect EQ directory location instead of user required to enter it.
  • Detect Spells cast on others (this is a best guess as I am reading the log file so chloroplast and Regrowth of the growth have the same message)
  • Filter spells show by class
  • Remove Spells from List if "Worn off message occurs"
  • Mob Info Window gives details about mobs that you con in game.
  • Automatically remove dead npc/player from the spell list.
  • Auto detect level and class!
  • DPS is trailing 12 second average.
  • Show fight Session data for comparisons.
  • The following spells have counters that are automatically tracked:
    Mana Seive
    LowerElement (Flux Staff Effect)
    Concussion
    Flame Lick
    Cinder Jolt
    Jolt.
  • The following Audio/Visual alerts are available:
    Enrage
    Levitate fading
    invis fading
    FTE
    Charm Break
    Failed Feign
    Group Invite
    Dragon Roar
    Root Break
    Resists
    and CH CHain
  • Timers on map for easy TOD tracking!
  • All Melee disciplines show in the cooldown section of the timers window.
  • Pricing information in Mob info window.
  • Save spells cast on you when you log out so when you log back in they resume counter!
  • Maps
  • Automatic self update.
  • Timers (Only Minutes are supported)
Ch format is loosely: TAG POSITION CH TARGET
  • TAG is optional and can be used to filter out other chains that are going on. For example, if you TAG is CA, it will only show chains that have that TAG in it.
  • POSITION must be 3 in length (Unless Ramp chain, in which case code looks for RAMP[NUMBER]), and follow a format of: 001-999; or AAA-ZZZ
  • The characters " ch " must be present in the line, capitalization doesnt matter.
  • All instances of TAG are stripped out of text. The characters " ch " are stripped out. The first group of 3 characters that are either all the same letter or a number are assigned as the position.
  • All instances of Position are stripped out of the text. All non alphanumeric are stripped out of the text. What remains is the target.

Chain position MUST BE 3 in length and letters must all be the same, for example: 001; or 013; or aaa; or QQQ.
Ramp chain format is special and RAMP1 through RAMP999 are allowed. The following are included in tests that are supported, This is not all the possible ways, but to show examples of what i have support for!

  • Curaja shouts, 'GG 014 CH -- Wreckognize'
  • Hanbox shouts, 'GG 001 CH -- Beefwich'
  • Hanbox shouts, 'GG 001 CH --Beefwich'
  • Hanbox shouts, 'GG 001 CH --Beefwich 001'
  • Wartburg says out of character, 'CA 004 CH -- Sam'
  • Wartburg says out of character, '004 CH - Sam'
  • Hanbox tells the guild, 'GG 001 CH --Beefwich'
  • You say out of character, 'CA 002 CH -- Aaryk'
  • Windarie auctions, '111 --- CH << Mandair >> --- 111'
  • Mutao auctions, '777 CH <>> Mandair <<> 777'
  • Mutao auctions, 'AAA CH <>> Mandair <<> AAA'
  • Mutao auctions, 'GGG AAA CH <>> Mandair <<> AAA'
  • Mutao auctions, 'BBB CH <>> Mandair <<> BB'
  • Mutao auctions, 'AAA CH <>> Mandair <<>'
  • Hanbox shouts, 'CA RAMP1 CH --Beefwich'
  • Hanbox shouts, 'RAMP2 CH --Beefwich'
  • Hanbox shouts, 'CH - name - 001'
Timers (Only Minutes are supported) -- All below commands work in regular say!
  • Timer Start Crypt Camp 35
  • Start Timer Crypt Camp 35
  • Timer Cancel Crypt Camp
  • Cancel Timer Crypt Camp
image

CH Chain overlay Below

update1

FTE Overlay (includes Guild)

image

System Tray Icon

image

TO DO List EQTool

  • Add option to ONLY show spells YOU have cast on yourself and others.
  • Centralized friends list.
  • Add text message sending when npc is seen in game. (You can go FD and received a Text message on your phone that VD has spawned for example)
  • Sharing of triggers for those nearby.
  • Add ring war triggers.
  • Map center on you.
  • Add Window Snapping code so windows can be grouped and all moved together.
  • Remove timers from map when timers removed from list and visa versa.
  • Add code to show MOB hits per second.
  • Port application to be cross platform(mac, win, linux).
  • Add Ability to bind a hotkey to toggle a window open/close.
  • Add group suggestions for each raid mob in game.
  • Fix buff timers when updating, when update occurs buffs dissapear.
  • Add zone dump of names.
  • Add option to enable OTHERS hits for DPS meter.
  • Add option to auto prune eq log file. EQ logfiles can cause issues with EQ itself if they get too large!

TO DO List PigParse Pricing

  • N/A

FAQS

Why does chrome warn me?

image

  • Ignore it and download!

Why does windows pop up a blue screen?

image

  • Press More info and "Run anyway"

Why does the program not start?

image

  • In the above image, you are running the exe from INSIDE the zip. You must first EXTRACT the exe, then you can run it!

Why does my settings window say Configuration missing?

image

  • EQTool was unable to automatically detect your P99 install folder. You must specify it yourself!
  • EQTool detected that eq logging is turned off. You must click enable logging. This will turn on EQ's logging which is where EQTool gets information from.

Do I have to set my class and level?

  • If you cast spells eqtool will automatically detect your class and level once you start casting spells.
  • You should still enter your class and level. It helps ensure calculations on spell durations are accurate.

I only care about spells cast on me, not everyone else!

  • Great, goto settings and make sure the box is checked; 'Only show spells that effect you'.

I only want to see cleric buffs; there are too many buffs to see!

  • Great, goto settings and make sure that cleric is the only class selected in the "Other Spells" section.

I have everything working, but i dont see my location on the map, why?

  • You need to type /loc into chat so that your location is feed to the log file.
  • Normally, players create a hotkey that is bound to their movement keys. Then add a /loc so that each time you move, the macro for /loc is called.
  • I set up my movement keys 'a' and 'd' to activate my hotbar 1 macro which has a /loc in it.

How do i get the latest update?

  • Goto the system tray, click the pig icon and goto check for updates.
  • Updates are checked for every timee the application starts as well.
  • If an update is available it will download and start the new version. The old version will be deleted.

Why do the spell effect still show for dead npcs?

  • This program reads your log file. So, if you were too far away to see the 'slain' message, then there is no way for EQTool to know the npc is dead.

Why do the see spell effects for others even though I checked the box 'Only show spells that effect you?'

  • EQTool will ALWAYS show detrimental spell effects on everyone. The reason is that EQTool CANNOT tell the difference between an NPC and a PC. This means that in order to show spell effects on NPC, like slow/tash, etc, i must show ALL detrimental spell effects on all NPS/PC alike.

How do I remove an NPC/Player from the spell list?

image

  • This can happen for many reasons. The most common being that they left the group and you want to remove them from the list.
  • Click the Trashcan next to the next and that NPC/Player will be removed from the list. This is a one-time action and if you cast on them again, they will reappear.

Where and how are sieves tracked?

image

  • Every time a message for the enchanter Mana sieve spell is encountered, the counter is incremented.
  • So, if you are in range of the sieve messages, you will have an accurate count in the Trigger list.

What is this DPS session tracking?

image

  • The first row is the saved fight data which shows all-time-best DPS, Biggest hit and Total Damage.
  • Current Session is best DPS, Biggest hit and Total Damage, except the timeframe starts since you have logged on.
  • Last Session is the old session data. You can use this to compare weapon swapping and differnt setups.

Why cant I see others DPS? I only see my own!

image

  • Turn on others hits in your eqsettings!

Map timers, how do they work?

  • Right click in the map and a menu will appear, add the time, and press add.
  • You can move the timer around by dragging it.
  • You can delete the timer by right clicking over it and clicking the delete option.
  • Timer color starts at Green and changes to Red the closer it gets to zero time remaining. Timers will last for 4 minutes after the time has expired then automatically remove themselves.