Giter VIP home page Giter VIP logo

Comments (5)

Barsoomx avatar Barsoomx commented on May 20, 2024 2
	"^(%d+). (.*)$", -- Recount, Details! and Skada
	"^(.*)  (.*)$", -- Additional Skada

we figured those are not needed, only the localisation part. I'll merge it into elvui-enhanced repo...

from skada-wotlk.

Frixen avatar Frixen commented on May 20, 2024 1

Hello @Frixen. This was fixed but not yet pushed. It will be fixed on the next update asap.

Hi @bkader. Still not working, Elvui does not handle spam from Scud. This is how it should work:
image

from skada-wotlk.

bkader avatar bkader commented on May 20, 2024

Hello @Frixen. This was fixed but not yet pushed. It will be fixed on the next update asap.

from skada-wotlk.

Frixen avatar Frixen commented on May 20, 2024

Hello @Frixen. This was fixed but not yet pushed. It will be fixed on the next update asap.

Ty:)

from skada-wotlk.

bkader avatar bkader commented on May 20, 2024

@Frixen it is sadly a problem with ElvUI_Enhanced DPSLinks.lua file and not Skada.
You can fix this by editing the file ElvUI_Enhanced\Modules\Chat\DPSLinks.lualua:

local spamFirstLines = {
	"^Recount - (.*)$",				-- Recount
	"^Skada: (.*) for (.*):$",		-- Skada enUS
	"^Skada: (.*) por (.*):$",		-- Skada esES/ptBR
	"^Skada: (.*) für (.*):$",		-- Skada deDE
--	"^Skada: (.*) fur (.*):$",		-- Skada deDE
	"^Skada: (.*) pour (.*):$",		-- Skada frFR
	"^Skada: (.*) для (.*):$",		-- Skada ruRU
--	"^Skada: (.*) per (.*):$",		-- Skada itIT
	"^(.*) 의 Skada 보고 (.*):$",	-- Skada koKR
	"^Отчёт Skada: (.*), с (.*):$",	-- Skada ruRU
	"^Skada报告(.*)的(.*):$",		-- Skada zhCN
	"^Skada:(.*)來自(.*):$",			-- Skada zhTW
	"^(.*) Done for (.*)$",			-- TinyDPS
	"^Details!:(.*)$" -- Details!
}

local spamNextLines = {
	"^(%d+)%. (.*)$",	-- Recount, Skada
	"^ (%d+). (.*)$",	-- Skada
	"^(%d+). (.*)$", -- Recount, Details! and Skada
	"^(.*)  (.*)$", -- Additional Skada
	"^.*%%%)$",			-- Skada player details
	"^(%d+). (.*):(.*)(%d+)(.*)(%d+)%%(.*)%((%d+)%)$", -- TinyDPS
}

Or you can disable this on ElvUI and just use Spamage module From Skada, it does the same thing.

from skada-wotlk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.