How Do I Mute Rolltracker For Other Players? |
||
|
How do i mute Rolltracker for other players?
Asura.Iamarealgirl
Offline
i've been playing cor for a few months now and its been annoying to see my screen fly by as i use a roll just as someone else/a trust does and then i cant even tell what my roll was. is there anyway to disable the rolltracker chat log for others' rolls?
Offline
Posts: 35422
Easy hit the mute button.
I modified my local copy of rolltracker.lua for this very reason. Around line 178, inside the register_event function and after the rollActor variable is assigned, I added the following:
Code if rollActor ~= player.id then return end Fair warning that this will get blown away if rolltracker gets an update and you'll have to reapply it. Asura.Iamarealgirl
Offline
thank you
Sylph.Theodren said: » I modified my local copy of rolltracker.lua for this very reason. Around line 178, inside the register_event function and after the rollActor variable is assigned, I added the following: Code if rollActor ~= player.id then return end Fair warning that this will get blown away if rolltracker gets an update and you'll have to reapply it. Even better, allow the user to configure it to show only their own rolls or all rolls. Bismarck.Xurion said: » You should submit that change as a PR. The addon readme states it tracks your roll numbers. Bismarck.Xurion said: » Even better, allow the user to configure it to show only their own rolls or all rolls. Asura.Chiaia said: » Bismarck.Xurion said: » You should submit that change as a PR. The addon readme states it tracks your roll numbers. Bismarck.Xurion said: » Even better, allow the user to configure it to show only their own rolls or all rolls. I should have caveated my post with a suggestion to first have a conversation about any changes to addons with people in the Windower Discord, to save you time (and tears) in the long run.
Necro Bump Detected!
[1040 days between previous and next post]
Offline
Posts: 218
For a Simple Rolltracker log line in:
Rolltracker.lua at 222 , : windower.add_to_chat(1, chat.controls.reset..' '..chars.implies..' '..rollInfo[rollID][1]..' Roll '..chars['circle' .. rollNum]..luckChat..string.char(31,13)..' (+'..rollBonus..')'..BustRate(rollNum, rollActor)..ReportRollInfo(rollID, rollActor)) |
|
All FFXI content and images © 2002-2024 SQUARE ENIX CO., LTD. FINAL
FANTASY is a registered trademark of Square Enix Co., Ltd.
|