Results: 105Comments by: demawi
File: Rulebased Inventory04/30/22
hi! found GetItemReconstructionC...
Posted By: demawi
hi! found GetItemReconstructionCurrencyOptionCost eso function. The RbI-function should be like: ruleEnv.Register("reconstructionCost", function() return GetItemReconstructionCurrencyOptionCost(self.setId(), CURT_CHAOTIC_CREATIA) end, ruleEnv.GET_INT, ruleEnv.NEED_LINKONLY) and will come with version 2.27
File: Rulebased Inventory04/23/22
With todays new version 2.16 and th...
Posted By: demawi
With todays new version 2.16 and the automated constant reading some 'type's and 'stype's have changed: type 'armor_booster' => 'booster_armor' 'itemtype_deprecated' => 'deprecated' Added: 'none' additionally to 'typeless' 'deprecated_2' 'recall_stone' 'group_repair' stype 's_additiv' => 'additive' 's_ingrid...
File: Rulebased Inventory04/12/22
I also have a lot multi-character u...
Posted By: demawi
I also have a lot multi-character usage. Different storage-Twinks that hold different types of items. That can be very complex. But I'm simplifying it more and more. I went the way that any Task only have one "root-rule" and over all characters it's the same root-rule. The advantage is, that rules are saved globally and can be edit...
File: Rulebased Inventory04/12/22
Re: Auto Category - Revised
Posted By: demawi
Does this work with Auto Category - Revised or only the original Auto Category that hasn't been updated since 2018? Since the original is outdated. Auto Category - Revised should be used. Haven't seen any incompabilities. I'm also using Auto Category - Revised.
File: Rulebased Inventory04/12/22
Just a hint: If you increase the ve...
Posted By: demawi
Just a hint: If you increase the version in the txt file you should also increas the tag AddOnVersion to the matching new major version, so other addons can add their dependencies to particular versions properly ## AddOnVersion: 224 -> ## AddOnVersion: 225 Does not always make sense if e.g. no new features are added. But IF new...
File: Rulebased Inventory04/06/22
thx for your reports and sry for th...
Posted By: demawi
thx for your reports and sry for the inconvenience. I will look into it immediately. The new constants FCOIS_CON_ICON_SUFFIX_COLOR and FCOIS_CON_ICON_SUFFIX_NAME in FCOIS broke the automatic icon-id determination :-o thx @AndASM for your investigation and quickfix.
File: Rulebased Inventory03/24/22
I am getting this error on some cha...
Posted By: demawi
I am getting this error on some characters now: user:/AddOns/RulebasedInventory/Modules/Event.lua:35: attempt to index a nil value stack traceback: user:/AddOns/RulebasedInventory/Modules/Event.lua:35: in function 'OnSlotUpdate' Hmm.. that's a weird location. Only once after loading a character or several times when you're pl...
File: Rulebased Inventory03/09/22
I am getting this error on some cha...
Posted By: demawi
I am getting this error on some characters now: user:/AddOns/RulebasedInventory/Modules/Event.lua:35: attempt to index a nil value stack traceback: user:/AddOns/RulebasedInventory/Modules/Event.lua:35: in function 'OnSlotUpdate' Hmm.. that's a weird location. Only once after loading a character or several times when you're pl...
File: Rulebased Inventory03/09/22
Is there a way to bind a key to for...
Posted By: demawi
Is there a way to bind a key to force rules to run? I have items I want marked as junk automatically (non-jewelry intricate rewards from writs), but they always fail to be marked. However, if I open the addons setting page, select Junk, and push the Test button, the items that did not get auto-marked at identified correctly witho...
File: Rulebased Inventory03/09/22
I am glad that somebody is working...
Posted By: demawi
I am glad that somebody is working on a project like this. Slowly, the one I currently use, ItemTrig is becoming unusable due to incompatibilities. Before that, I used inventory manager until it became unusable. Strangely, with each new inventory management addon I see, though the flexibility and range of actions you can take ex...
File: Rulebased Inventory01/20/22
Re: Stolen items
Posted By: demawi
Hello, it's me again :p I have some questions, hopefully it's not just me missing something: 1. Is there a way to execute rules in tasks sequentially, or at least sort by value? Use case is I want to fence the higher value (>=100) treasures first, and then the white rarity ones, so I don't accidentally hit my fence limit while sel...
File: Rulebased Inventory11/26/21
Re: Automatic mailing?
Posted By: demawi
Hello, still quite enjoying the addon :D Sorry if this has been asked before, but would it be possible to add a "Mail" task to mail items to other players automatically? My use case would be to automatically mail intricate items / trash glyphs to either my alt account or friends since I don't need them on my main, as well as mailing...
File: Rulebased Inventory09/06/21
A couple of posts have accrued. I w...
Posted By: demawi
A couple of posts have accrued. I will try to work through them one after the other. @giuli: It seems one of your character settings within the SavedVariables weren't initiated correctly. I will create a fix, which should handle this @jikuu: you're right. Currently freeslots work on the eso-GetNumBagFreeSlots function. Because...
File: Rulebased Inventory08/18/21
Can you add support for CharacterKn...
Posted By: demawi
Can you add support for CharacterKnowlege? Maybe a rule like the craftstore one to check for recipe/motif/blueprint knowlege on an alt character, but using this addon instead of craftstore. With version 2.23 I refactored the intern multi character knowledge api, so we only need to implement the following functions for another mu...
File: Rulebased Inventory08/18/21
Re: cancraftmasterwrit() doesn't work
Posted By: demawi
This morning I was sorting out my master writs an remembered you have implemented to rule cancraftmasterwrit(). To lighten my work i wanted to use this for markings and made a test rule with only cancraftmasterwrit() and at least one of my writs should have been selected. Have I used it in a wrong way ? https://i.ibb.co/qNd3zpc/Sc...
File: Rulebased Inventory08/16/21
Re: Discord Invite
Posted By: demawi
oh yeah.. sure.. https://discord.gg/Y68mA3fkky is the correct link and shouldn't expire. Discord Invite is invalid/expired. Can you please update?
File: Rulebased Inventory08/16/21
Re: Question about FCOIS-Markings
Posted By: demawi
I normally do not look into my craftingbag (ESO+), but today I did. First view was ok, nothing marked, but as I opened the craftingbag twice there was some material marked for sell at the dealer (sell for dealer price !?, normally only junk) - I removed the markes immediately :eek: - is this intended, that rules run also on the c...
File: Rulebased Inventory08/14/21
Re: Re: Re: currency...Rules?
Posted By: demawi
;) jep, as the desription says "purely about items". Of course we can read how much of a currency we have, but not transferring. For currencies you normally need only one or two boundaries to set not "rules" we have and define here. Gold, Tel Var, Writ Vouchers, and Alliance Points Looks like a possible no, because of "one or a...
File: Rulebased Inventory08/13/21
Re: currency...Rules?
Posted By: demawi
jep.. rules are lua which will be executed in a specific environment for one or a batch of items. RbI-functions/-variables are locally imported and since RbI 2.23 the whole global environment can be accessed. Currently I don't know what you mean with "currency handling"? So, I see you can call lua directly from RbI, so you see...
File: Rulebased Inventory08/13/21
I found the eso-function GetItemRec...
Posted By: demawi
I found the eso-function GetItemReconstructionCurrencyOptionCost(setId, CURT_CHAOTIC_CREATIA). I will add a RbI-function for this to the roadmap. In the meantime and when you activated "Rule case-sensitivity" in the settings you already can write it in your rule directly: GetItemReconstructionCurrencyOptionCost(setId(), CURT_CHAOT...
File: Rulebased Inventory08/13/21
Re: Wonderful... but please?
Posted By: demawi
hi! we already have this feature since I introduced stacktracing to prevent cycles with version 2.17. You can use rule("sell") or the alias _("sell"). (Btw: the max stack size currently is set to 30) I love your addon, amazing the power and flexibility of it! I have a special request for one more API function (which can als...
File: Rulebased Inventory08/12/21
thx for the code review, I've chang...
Posted By: demawi
thx for the code review, I've changed it with version 2.24.3 demawi, in version 2.24.2 a message still has the hr suffix. This code fixes it. msg = function(msg, ...) local colorTag = "|c"..RbI.account.settings.outputcolor msg = " "..zo_strformat(msg, ...) msg = msg:gsub("|c", "|#|c"):gsub("|r", "|r"..colorTag):gsub("|#",...
File: Rulebased Inventory08/11/21
ah ok thx for the info.. is it bett...
Posted By: demawi
ah ok thx for the info.. is it better now with version 2.24.2? yeah.. that look strange. Seems it's a language problem in english and german aren't such suffixes. I will take a look into the russian language pack.. hmm.. I tested it on PTS with russion language and didn't get such suffixes. Perhaps an issues with another addon...
File: Rulebased Inventory08/10/21
yeah.. that look strange. Seems it'...
Posted By: demawi
yeah.. that look strange. Seems it's a language problem in english and german aren't such suffixes. I will take a look into the russian language pack.. hmm.. I tested it on PTS with russion language and didn't get such suffixes. Perhaps an issues with another addon I haven't installed. I can check if can make the colorization mor...
File: Rulebased Inventory07/31/21
Re: >>> Unexpected RbI error in version 2.23.3
Posted By: demawi
hi! thx for the report. Fixed with version 2.24.1 This happens, when using RbI-Inspector for one of this Items: https://i.ibb.co/n1FJdsq/2021-07-31-07-46-29.jpg