Guilde Reset
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Le deal à ne pas rater :
Bon plan achat en duo : 2ème robot cuiseur Moulinex Companion ...
600 €
Voir le deal

dotimer - bug

Aller en bas

dotimer - bug Empty dotimer - bug

Message  Emmaüs Ven 7 Aoû - 0:21

Solution for seeing full raids debuffs in dotimer
There is a workaround available for the problem of seeing EVERY debuff listed on dotimer. I am not the person who discovered this, but I am just sharing what I found.

1. Open Interface\Addons\DoTimer\DoTimer\core.lua
2. Search for "testIsMine"
3. make it look like this:

local function testIsMine(unit)
if not unit then return false; end
local build = GetBuildInfo();
if string.find(build, "^[03]%.2") then
return UnitIsUnit(unit, "player") or UnitIsUnit(unit, "pet") or UnitIsUnit(unit, "vehicle");
else
return unit and true or false;
end
end

You will change the line below:

BEFORE:
if string.find(build, "^[03]%.1") then

AFTER:
if string.find(build, "^[03]%.2") then

Enjoy
Emmaüs
Emmaüs

Messages : 351
Date d'inscription : 24/01/2008

Revenir en haut Aller en bas

Revenir en haut


 
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum
Ne ratez plus aucun deal !
Abonnez-vous pour recevoir par notification une sélection des meilleurs deals chaque jour.
IgnorerAutoriser