GearMenu

GearMenu

221k Downloads

Chat Spam

Starcheck opened this issue ยท 2 comments

commented

Hey,

I really like the work done here!!
How can I get rid of teh status texts in the chat?

image

commented

@RagedUnicorn went over this in a different Issue-

Not a problem. Make sure to do the following otherwise the debug messages will clutter your chat window.

This means however that interested people with some technical understanding can already download the master branch of the addon (name the folder GearMenu) and change some basic values in the GM_Environment.lua file (to stop the debug log spam).

Copy and overwrite the content of the file with the following:

RGGM_ENVIRONMENT = {
  ADDON_IDENTIFIER = "com.ragedunicorn.wow.classic.gearmenu-addon",
  LOG_LEVEL = 1,
  LOG_EVENT = false,
  DEBUG = false
}
commented

Hi @Starcheck,

As teh0mega already wrote this is because there was no release version available. As of today however you can download the first release from here - https://github.com/RagedUnicorn/wow-classic-gearmenu/releases

Cheers,
RagedUnicorn