PDA

View Full Version : NParse for sham epic?


pijan
07-31-2019, 10:35 AM
NParse doesn't seem to auto track shaman epic. Anyone know how to set it up to time this?

Windez
07-31-2019, 12:32 PM
It doesn't seem to work for any clickie effects (on yourself or others). I don't know why because it still has the "You begin casting X" line as if you were just casting the spell as normal. It does work when casting from potions for some reason.

loramin
07-31-2019, 12:39 PM
First thing I'd check (but I'm too lazy to actually do this ATM) is your actual log files. The EQ client doesn't log everything you see in the chat window, and it's possible it leaves out the damage ticks from Shaman epics. If it does, there's nothing any log parsing program can do (you can't make something out of nothing).

But if it is there in the logs ... file a bug report on NParse on its GitHub page (https://github.com/nomns/nparse).

P.S. I'm not affiliated with NParse in anyway; it's just that "file a bug (issue) on the GitHub page" is standard operating procedure for open source software.

blue42
08-01-2019, 06:50 AM
No need to file a bug, you can already create your own timers for clickies.

Right click tray icon >> Settings >> Spells >> Edit >> Add >> fill in details >> Save.

More details on the Usage and Features (https://github.com/nomns/nparse/wiki/Usage-and-Features) page, under the Custom Spell Timers bullet.

I don't have the shaman epic, but from the wiki the text trigger should probably be:

*consumed by the raging spirits of the land.

https://i.imgur.com/5CpFb7b.png

pijan
08-01-2019, 12:00 PM
No need to file a bug, you can already create your own timers for clickies.

Right click tray icon >> Settings >> Spells >> Edit >> Add >> fill in details >> Save.

More details on the Usage and Features (https://github.com/nomns/nparse/wiki/Usage-and-Features) page, under the Custom Spell Timers bullet.

I don't have the shaman epic, but from the wiki the text trigger should probably be:

*consumed by the raging spirits of the land.

https://i.imgur.com/5CpFb7b.png

Thanks so much!