dandruff / xCT

A light weight scrolling combat text implementation.
53 stars 22 forks source link

xCT+ Hunter Volley merge #226

Open Boczaa opened 1 year ago

Boczaa commented 1 year ago

Is there any way to merge volley hits ? I can't find any way to do it. (spell merger is active)

Boczaa commented 1 year ago

bypassed it by limiting outgoing damage to show only 5k +. But now i noticed wailing arrow has the same problem

thematrixincendies commented 1 year ago

This is so easy to add yourself. Go to this file and add the spell id below the correct "spec" line in the format:

spell '<id>' '<timeout>'

Replace \ with the spell id and \ with the time the merger is supposed to wait for a second hit. If it's an AOE spell, just use timeout 0.5, if it ticks or is channeled you need to set it to a value you like. If a spell does repeated damage for 3 seconds for example, you could set it to 3.5, but that also results in xCT not showing you any damage for 3.5s, because it waits for a merge.

RedAces commented 4 months ago

Added to https://github.com/dandruff/xCT/pull/236