Results: 26Comments by: Cool7
File: Addon Selector (Save AddOn profiles/packs)08/14/18
Disabled votan's addonslist, and th...
Posted By: Cool7
Disabled votan's addonslist, and this addon works fine. else I have same error as Octopuss
File: FCO ItemSaver06/24/18
Thanks! Found the problem and I'm...
Posted By: Cool7
Thanks! Found the problem and I'm working on it to fix it. Won't work at all, no matter which marker icon is used (dynamic, gear or normal) :confused: Edit: Should be fixed now
File: FCO ItemSaver06/17/18
I was using a normal gear icon. Whe...
Posted By: Cool7
I was using a normal gear icon. When I allow deconstruction of jewelry in setting, decon in station is still not allowed. But when I allow deconstruction of normal gear in setting, I can actually decon the jewelry. In Jewel deconstruct windows, de-activate anti-destroy via that little green flag doesn't work for me. Is there any set...
File: FCO ItemSaver06/17/18
In Jewel deconstruct windows, de-ac...
Posted By: Cool7
In Jewel deconstruct windows, de-activate anti-destroy via that little green flag doesn't work for me. Is there any setting control this behaviour. Also I turned off anti jewel destroy option in addon menu, but still cannot decon.
File: SpentSkillPoints06/10/18
Psijic order's first ability is not...
Posted By: Cool7
Psijic order's first ability is not free(undo), the free one(See the Unseen) is ability number 7. We shall change code like below. if skillLineId == PSIJIIC_ORDER then if skillIndex == 7 then return 1 end end
File: Set Tracker06/03/18
Can we remove this debug output?...
Posted By: Cool7
Can we remove this debug output? #2836 SetTracker.lua local function onLogout(eventCode, deferMilliseconds, quitRequested) d(GetGameTimeMilliseconds() .. " onLogout() - " .. currentCharName .. currentAcountName) end
File: Death Report05/20/18
Oh, I thought you mean the standard...
Posted By: Cool7
Oh, I thought you mean the standard death recap by zenny, what ability and damage caused death. lol I have already implemented history for total death report and interim death report, it now save 10 history record. And also addon menu. I will see what else I will put in before release a version. Maybe we're misunderstanding each...
File: Death Report05/18/18
Hi, I think change attribute edi...
Posted By: Cool7
Hi, I think change attribute editEnabled="false" for that editbox will make it not editable. I need to test it. For chat limitation, what I do currently is produce a short version of report for post in chat, and at the same time produce a long version in report window if event organizer want to keep it somewhere. If you hit ESC...
File: Death Report05/17/18
Thanks for the feedback. Yes, make...
Posted By: Cool7
Thanks for the feedback. Yes, make that window not editable is better. And this addon is designed to track group events, I will see if there is any side effect on enable tracking for non-group situation. Then I can enable it. Setting menu is planned for future releases. And all the nice feature suggestions. I wanted to knock up...
File: Noob Filter05/16/18
Not sure if this addon is stil main...
Posted By: Cool7
Not sure if this addon is stil maintained. I plan to renovate this addon and change it's name to DeathReport. Since current noobfilter might make newer player feel uncomfortable. Planned change: 1. Add support for short and long version of report. Short version using player name only, and still go to chat, long version will popup...
File: Miat's PVP Alerts02/28/18
I changed below lines for BG error...
Posted By: Cool7
I changed below lines for BG error --if accName == bgAccName('player') and PVP:IsMalformedName(self.playerName) then if accName == bgAccName and PVP:IsMalformedName(self.playerName) then
File: Inventory Insight02/26/18
To fix BAG_SUBSCRIBER_BANK collecti...
Posted By: Cool7
To fix BAG_SUBSCRIBER_BANK collection, change function EvalBagItem like below. Subscriber bank need special treatment as there is no option flag for it. function IIfA:EvalBagItem(bagId, slotId, fromXfer, itemCount, itemLink, itemName, locationID) if not (IIfA.trackedBags or (bagId == BAG_SUBSCRIBER_BANK and IIfA.trackedBags))...
File: Innocent Blade of Woe (and Vampire Feed)02/23/18
Found problem. It's Lui extened cau...
Posted By: Cool7
Found problem. It's Lui extened caused issue. Lui changed blade of woe synery file to something different. I changed function like below, and now it's working fine. function IBOW:IsValidSynergy(synergyFile) return (((synergyFile:find("_darkbrotherhood_003") or (synergyFile:find("_darkbrotherhood_blade_of_woe"))) and IBOW.sav...
File: FCO ItemSaver02/21/18
Thanks, it's working really well....
Posted By: Cool7
Thanks, it's working really well. Fixed beta version, please try this one: FCOIS beta 1.2.1 ->Don't get confused by the settings "Backup & restore". It's not working yet! So don't use it.
File: FCO ItemSaver02/19/18
Thanks for quick reply. Actually w...
Posted By: Cool7
Thanks for quick reply. Actually what I found is during decon at craft station, if an item is marked with a gear set, I cannot decon it by toggle the little green flag. It was working fine last patch. Where exactly, normal inventory? Bank withdraw? Mail? Is the color of the flag changing properly between red and green? If the...
File: FCO ItemSaver02/19/18
Looks like right-click on the littl...
Posted By: Cool7
Looks like right-click on the little green flag to temporate disable anti-destory is not working for me. Does anybody else have the same issue? Or just me?
File: FCO ItemSaver02/13/18
I can confirm item instanceid chang...
Posted By: Cool7
I can confirm item instanceid changed again. WTF Zos.
File: Dolgubon's Lazy Writ Crafter11/07/17
Lastest version doesn't want to cra...
Posted By: Cool7
Lastest version doesn't want to craft twice-born star cloth master writ. I downgrade to previous version(36.5), and it worked fine.
File: EasyTravel11/04/17
I believe I found reason. If group...
Posted By: Cool7
I believe I found reason. If group member is not in one of the main zone, like in delve or outlaw refuge, easy travel will get that player ignored while building player list. Is there something we can do to fix this? Or is ther reason easy travel ignore player not in main zone? Thanks Just to report a bug: When you have a fr...
File: EasyTravel10/31/17
Just to report a bug: When you h...
Posted By: Cool7
Just to report a bug: When you have a friend in your group, easytravel can no longer go to that character. I tried user @name or character name, both doesn't work. Maybe this is because easytravel use lowerDisplayName/lowerCharacterName as index key. Both group member and friend has same key? This might have something to d...
File: Azurah - Interface Enhanced09/29/17
Just for example, more debuffs:...
Posted By: Cool7
Just for example, more debuffs: http://fs5.directupload.net/images/170926/eidplqcc.jpg Came up with a solution that should fix it. Thanks for fixing it, but this fix also caused LUI error in gamepad mode.
File: Action Duration Reminder08/28/17
One side request, since this addon...
Posted By: Cool7
One side request, since this addon is doing excellent job of tracking my actions, is it possible for it also tracking potion cooldown? That will be very useful and I can uninstall other addon just for potion reminder. Thanks!
File: Action Duration Reminder08/28/17
Disable that multiple target track...
Posted By: Cool7
Disable that multiple target track option(not exact the word), this problem goes away. I don't know what is this option for, but it's currently not working as designed. 1. yeah i had one or two times weird issues: i pressed a button -> time showed up for half a second and then disappeared same here. Tried: Delete Saved Variabl...
File: Auto Recharge (and repair)08/21/17
Can you try to do a manual repair t...
Posted By: Cool7
Can you try to do a manual repair to see what happen? No need to do actually repair, just right-click gear and choose repair, then select a repair kit. Game shall crash by now. I have tested, grand repair kit doesn't cause crash. The repair kits in my inventory are level 49, and not crown store repair kits. My character is level C...
File: Auto Recharge (and repair)08/16/17
Re: Re: Instant critical
Posted By: Cool7
You would be surprised but this simple add-on gave me instant critical to the desktop. Can you look at it? I know you have loads of add-ons to maintain. Ehrm, and how do you know it's this addon? How am I able to reproduce this please? This actually is not addon's problem. Addon cannot cause game crash, at the least, eso shall...