Results: 60Comments by: jellyalex978
File: BeggingTheGear01/24/24
Re: Update 2.3.1
Posted By: jellyalex978
Updated and added 2 new filter functions: Min level. Will allow items with CP requirements equal or above this on. Actually, only 2 values have sense here: 160 or 0, where 0 will allow any level of gear. It is useful for collections collectors - any level will fill the collection just fine. Min rarity Will allow items wit...
File: TxtOutput01/24/24
Re: Problem
Posted By: jellyalex978
Hello. I want to use it, but when I install it, only '::: :::' appears on the screen. So the posts are not coming out. i will try debug ... someday XD thank for report
File: BeggingTheGear01/11/21
Re: Can't access Begging the Gear and I get this error
Posted By: jellyalex978
Hi, love btg and recently reinstalled all my addons after the Markarth update. I have been getting this error and been unable to use btg which is sad :( Here is the error https://imgur.com/CmCONXA More info https://imgur.com/W8Ls8XA I have no other addons installed with only btg and LibAddonMenu Thanks! sorry , i ha...
File: BeggingTheGear11/25/20
Re: Re: Re: Multiple items
Posted By: jellyalex978
Hi, Is it possible to add an option, so when you message someone it includes all items that dropped that we need? If that's not possible, can we get an "order by player" button on the Begging log? That way I can send the message on the 1st item and then manually mention any other items that dropped to the player, so that I'm not s...
File: BeggingTheGear11/16/20
Re: Multiple items
Posted By: jellyalex978
Hi, Is it possible to add an option, so when you message someone it includes all items that dropped that we need? If that's not possible, can we get an "order by player" button on the Begging log? That way I can send the message on the 1st item and then manually mention any other items that dropped to the player, so that I'm not s...
File: BeggingTheGear04/15/20
Hi, is there any possibility to sho...
Posted By: jellyalex978
Hi, is there any possibility to show @accountname? hi , mouse stop at name , account name will popup
File: BeggingTheGear04/15/20
Re: Filters don't seem to work
Posted By: jellyalex978
Hello, and thank you for this addon, so far it looks great. However it seems that the filters don't really work! let's say that I make a filter like this: https://i.imgur.com/Cie1gNM.png While as seen in the setup I tell it to look for: - Lightning staff, any trait - Any normal gear, Divines - None of the jewelry...
File: Inventory Insight03/24/20
trait icon
Posted By: jellyalex978
i hope IIFA add trait icon on the list when i go trial , and kill boss , i can check item trait fast , and share item to someone please ! ! i have try add some code into iifa , but i fail > < here is icon dds name '/esoui/art/icons/'..ICON_PATH..'.dds' local ICON_PATH = {} ICON_PATH = 'crafting_runecrafter_plug_c...
File: BeggingTheGear03/13/20
Hey there, please do not use Lib...
Posted By: jellyalex978
Hey there, please do not use LibStub in your addons anymore if not needed. Several libraries changed to use global variables you can use in your code now. Please exchange this: local LAM2 = LibStub:GetLibrary("LibAddonMenu-2.0") With: local LAM2 = LibAddonMenu2 And in your manifest txt file add the version 28 of LA...
File: BeggingTheGear02/22/20
Re: Error since last Update
Posted By: jellyalex978
hi Pelikito , GregariousJB user:/AddOns/BeggingTheGear/BeggingTheGear.lua:215: attempt to index a nil value thanks , i find the bug update to 2.0.2
File: TxtOutput02/21/20
Bridges to solve this = 1. Save th...
Posted By: jellyalex978
Bridges to solve this = 1. Save the whole text in your SavedVariables of the addon. 2. Do a reloadui to write the SavedVariables from internal tables to the text files in your SavedVariabls folder 3. Read the SavedVariables/TxTOutput.lua file with any parsing program and send the data to the webservice to translate it. 4. After g...
File: ShowTraitOnList05/29/19
This is great!!! I'm glad I found t...
Posted By: jellyalex978
This is great!!! I'm glad I found this. Thank you! thanks
File: ShowTraitOnList04/22/19
ha ~ thanks i will keep learn !
Posted By: jellyalex978
ha ~ thanks i will keep learn !
File: ShowTraitOnList04/20/19
hi Baertram oh ! i understand no...
Posted By: jellyalex978
hi Baertram oh ! i understand now ! i will try to find the constants ! and fix other addon code vary grateful ===================== yes, i know you already give me the answer (i will copy it XD) i mean , i want learn how to find answer XD if IsUnderArrest() then return end if SCENE_MANAGER:GetCurrentScene() == ST...
File: ShowTraitOnList04/19/19
hi Baertram I'm very grateful to...
Posted By: jellyalex978
hi Baertram I'm very grateful to help me to know my lua shortcomings but my english not good , if i say something stupid , forget me plz :banana: > use constant , don't use ahrdoced value yes ! i understand. i know it. My question is how to find the constant name ... Orz you can see the stupid code like this if Iequiptp...
File: CraftStore Endless Archive04/15/19
I designed Item Finder with a data...
Posted By: jellyalex978
I designed Item Finder with a data dump option for cooking and furnishing recipes. I could add styles but the reason it comes from a manually created style map (that then has a function that generates the rest of the data) is because the itemlinks do not tell you which set and chapter they are via API. wow ! thanks ! i will try a...
File: CraftStore Endless Archive04/15/19
item id list
Posted By: jellyalex978
hi Rhyono i build a website to loading SavedVariables/CraftStoreFixedAndImproved.lua everyone can view or share offline (http://www.eso-tw.com/autoloadstyle/style.php?id=1) (http://www.eso-tw.com/autoloadstyle/furnish.php?id=1) i just finished the new version with LibBinaryEncode (great job) I am very interest , how do you...
File: LibBinaryEncode04/14/19
thanks to reduce SavedVariables file !
Posted By: jellyalex978
SavedVariables/CraftStoreFixedAndImproved.lua 2.96mb > 931kb wow it's great job thank you !!
File: BeggingTheGear03/07/19
i just deleted and reinstalled begg...
Posted By: jellyalex978
i just deleted and reinstalled begging the gear ver 1.9.6. I unticked all my other addons and just had begging the gear and Inventory Insight and this is the error i'm getting. not sure if i'm doing something else wrong? last time i fixed BTG UI to call IIFA now ... i understand XD i fixed the right click menu to call IIFA...
File: BeggingTheGear03/04/19
hi, i'm getting a this error messeg...
Posted By: jellyalex978
hi, i'm getting a this error messege while useing Inventory Insight menu BTG-Check IIFA, any idea? fixed , thank you to report hiya, sorry but i'm still getting the same UI Error after fix. :( please try check version = 1.9.6 i had test , work now
File: BeggingTheGear03/04/19
hi derat my english not good , can...
Posted By: jellyalex978
hi derat my english not good , can you check old comment @ 06/01/17 by Majeure if you in the group , i dont like use 'whisper' if you leave the group , the botton will auto change to 'whisper' thanks you use this addon XD Hi. I went back and read the old comment. I agree with Majeure. It's your add-on so you can design it...
File: BeggingTheGear03/03/19
hi, i'm getting a this error messeg...
Posted By: jellyalex978
hi, i'm getting a this error messege while useing Inventory Insight menu BTG-Check IIFA, any idea? fixed , thank you to report
File: TxtOutput02/23/19
Re: Font for Czech people
Posted By: jellyalex978
Hello, Ist possible to activate font which support czech letter like ě š č ř? We have really hard language, and many of my friend doesnt speak english. I tryed some fonts but none enable this letters. Thank you, Lukas hi Vircz , font need ESO support , i can't help install font or auto translate if i can , i...
File: TxtOutput02/23/19
Re: thank you, thank you, thank you
Posted By: jellyalex978
jelly, thank you so much for this addon. i'm a contributor to uesp.net and this has allowed me to document sooo many lines of dialogue effortlessly. this is brilliant. is there a way to pull up the text window manually? i have it set to capture subtitles, and sometimes i don't get a chance to copy that text before a key press or...
File: BeggingTheGear02/23/19
I really appreciate your add-on, it...
Posted By: jellyalex978
I really appreciate your add-on, it's really handy for tracking all the ideal pieces needed for multiple toons - but can we please have the option to whisper instead of announce to the raid/group. I have had on multiple occasions used beg, and suddenly five other people in the raid also "need" that same item. No one asked beforehand...