Logged Out
Create an Account
Login:
Password:

Forgot your password?
GRSS dkp mod help

GRSS dkp mod help
[Back to Index]  [Bottom of Thread]
Thread Tags
Primary: [Support]
Secondary: None
I was wondering if there was any way to set this mod to only bring up the loot window and take snapshots for epic drops only? Or only work if in a raid, or better yet only for 25 man raids?

I'm sure I probably did something, but having the mod take snapshots and ask for a dkp amount in 5 mans is kinda annoying.

Any help would be greatly appreciated.
What you could do is disable the autocapture stuff except when you're not raiding by typing


/grss noloot

This will stop the loot popups.

Alternatively, if you want it to not do epics, you could actually edit the GuildRaidSnapShot.lua file (the actual program one in Interface\Addons) and look for this chunk:

local GRSS_Colors={
--[[["ff9d9d9d"] = "grey",
["ffffffff"] = "white",
["ff00ff00"] = "green",]]--
["ff0070dd"] = "rare",
["ffa335ee"] = "epic",
["ffff8000"] = "legendary"
};


And change it to this:

local GRSS_Colors={
--[[["ff9d9d9d"] = "grey",
["ffffffff"] = "white",
["ff00ff00"] = "green",
["ff0070dd"] = "rare",]]--
["ffa335ee"] = "epic",
["ffff8000"] = "legendary"
};


Then only Epic and Legendary items will be captured.

--
It's all in the reflexes.


[Back to Index]  [Top of Thread]