Results: 180Comments by: wilson0x4d
File: X4D UI05/16/15
PLANNED- a timer to feed horses...
Posted By: wilson0x4d
PLANNED- a timer to feed horses :) I like that, personally I've been wanting a little countdown timer for WW form. I just don't want to get involved creating a "WW addon" since it's not my intent. But, this makes me realize there are probably a dozen or so common counters that people could use, from WW form to Steed Feeding....
File: X4D Bank05/16/15
Re: DWEMER SCRAP
Posted By: wilson0x4d
NEED INFO- found that the dwemer scrap is deposited withdrawal from bank by the raw material selection in the provisioning tab. writing DWEMER SCRAP or dwemer scrap in deposit item by writing it in box does not over ride raw material selection tab. Hmm... are you on NA servers and can I convince you to send me one for testing...
File: X4D Chat05/15/15
WILL FIX- Hello There is a litt...
Posted By: wilson0x4d
WILL FIX- Hello There is a little butgin the last few Versions, the Guild Chat does not display both Charname and Account name if you have activated both Fix is in the pipeline, I will have a new package going out later today. I've been banging on some new stuff for a little over a week and I'm almost done and ready to release...
File: X4D Vendors05/07/15
PLANNED- you should add this tex...
Posted By: wilson0x4d
PLANNED- you should add this text you posted here as a help popup there's no pulldown-menu for stolen junk/not junk items (this might be easier for users to understand and configure) Thanks!
File: X4D Vendors05/07/15
Working As intended- Re: Stolen loot automatically laundered!
Posted By: wilson0x4d
Working As Intended- if I visit a fence, all of my stolen loot (including all the trash) is automatically laundered. In the settings of X4D vendors *all* is set to "leave alone", but still it launders. It would be fine to automatically *sell* the stolen trash at the fence, of course. But this way, all stolen items are laundered an...
File: X4D Bank05/06/15
FIXED, DOWNLOAD LATEST- The item...
Posted By: wilson0x4d
FIXED, DOWNLOAD LATEST- The item stacking code seems to be throwing an error. I’ll try and nail it down when I have more time. It doesn't seem to like style materials. User:/AddOns/X4D_Bank/X4D_Bank.lua:184: attempt to index a nil value stack traceback: User:/AddOns/X4D_Bank/X4D_Bank.lua:184: in function ‘TryCombinePartialStac...
File: X4D Bank05/05/15
Re: auto quest items 2
Posted By: wilson0x4d
I was looking at LUA coding to see how hard it would be to make an addon that automatically split and removed quest items (writs) from the bank. Any good resources you could point me at for help figuring that out? I have done some C++ in the past so programming is not completely new to me. Probably just need to iterate over quests...
File: X4D All-In-One05/05/15
RESOLVED- If the first optio...
Posted By: wilson0x4d
RESOLVED- If the first option is disabled, the second option is ignored. If the first option is enabled, the second option is evaluated. If both options are enabled, both the character name and the player name should appear in guild chat. This is how I have it set presently, but it is only showing the character name and...
File: X4D All-In-One05/04/15
Re: Chat Module Issues
Posted By: wilson0x4d
I will update the text to be more accurate/correct. Hello again, and sorry to keep bugging you, but I'm unable to get both the account and character name to show in chat. I have "Show Character names in Guild Chat" toggled to "OFF" and "Show Player Names in Guild Chat" toggled to "ON". The description on the latter states that i...
File: X4D Bank05/04/15
Re: missing selection to deposit or hold Solventt
Posted By: wilson0x4d
SOLVED- missing the selection of being able to auto deposit or do nothing for Solvent (Alchemy) makes level xx I suppose in-game the canonical identifier is "ITEMTYPE_ALCHEMY_BASE" but these are in fact referred to as "Solvents" in-game. That said, if you change the settings for "Alchemy->Bases" that should do what yo...
File: X4D Bank04/29/15
Re: issue with ignore list
Posted By: wilson0x4d
Hmm, you might try using all-lowercase in the ignore list, since you're matching item names. so, instead of "Leerenstoff" you would use "leerenstoff". i would auto-lower the patterns, but there are also upper-case tokens (special tokens are upper-case, item names are lower case, when matching.) For example, if you only wanted t...
File: X4D Bank04/28/15
Re: error
Posted By: wilson0x4d
I've made changes in the current release which should work around this issue until I'm able to figure out the root cause and fix it proper. I'll try fishing tonight, see if I turn anything up. EDIT: to be clear, the workaround for this is in X4D_Core v1.10, not the Bank addon itself, though both will need to be updated (since Bank...
File: X4D All-In-One04/27/15
Re: Guild Abbreviiations for Chat Module
Posted By: wilson0x4d
Hello again, I'm still having trouble saving custom guild abbreviations. Is there something I should be doing besides entering the new abbreviation in the settings text box? Well, I've poked at this as much as possible, seems to work for me. Changes always save, and abbreviations appear in chat output when I enable the option. Th...
File: X4D Bank04/27/15
Re: Ideal
Posted By: wilson0x4d
PLANNED- Yes. I agree it is becoming (was already) a wall of text. It's been on my list of things to do since last year. I need a tiny bit more than what LAM offers, and I've been putting off extending LAM since the beginning of these Addons (and good thing, too, since someone decided to rewrite LAM at some point, but it's still a...
File: X4D Bank04/27/15
Re: Errors after update
Posted By: wilson0x4d
Interesting. I'll do some testing on fish tonight and get it resolved. Hopefully just missing an itemtype in the internal lookup used to populate the canonical field. Thanks! I got the following error and after some debugging I managed to track it down to "itemType.Canonical" that returned nil on a Silver Perch fish that I had...
File: X4D All-In-One04/27/15
Re: Guild Abbreviiations for Chat Module
Posted By: wilson0x4d
Hello again, I'm still having trouble saving custom guild abbreviations. Is there something I should be doing besides entering the new abbreviation in the settings text box? Hmm, no. I went through and found a bug, fixed it, verified the saving. I hate to think somehow I managed to miss something, but there isn't anything else yo...
File: X4D Bank04/26/15
Re: auto quest items
Posted By: wilson0x4d
Any chance you could add an option to automatically withdraw quest items based for writ? Say you need 1 of x food for the writ, if it’s in the bank the addon would split and with draw one for you? That would be amazing and save me a lot of time! Certainly sounds useful and doable, but I'm not actually familiar with writs yet. I'll...
File: X4D Bank04/22/15
Re: style material bug
Posted By: wilson0x4d
style material for Armour still gets deposited in bank even though it checked to be left alone and not be sorted. Can you check if you have "Fill Partial Stacks?" option turned on for Bank Addon? This option will attempt to fill partial stacks in your Bank, and it will override any other settings you have except the "Ignored It...
File: X4D All-In-One04/22/15
Re: Other Issues/Questions
Posted By: wilson0x4d
Hello again, I hope you're not sick of me posting. Nope, communication is key to improvement. Plus, for every one question someone asks, there are 10 other people who had or will have the same question. Everyone wins. I'm trying out the vendor functionality of the add-on and it appears by default to LAUNDER all stolen items ins...
File: X4D All-In-One04/22/15
WILL FIX- Chat and Guild Abbreviati...
Posted By: wilson0x4d
WILL FIX- Chat and Guild Abbreviations Hello again, I'm running into an issue with the guild abbreviations not saving. If I type in a custom abbreviation, it remains for the session but lose it once I leave/switch to another character. Is this by design? Not by design, no. Should stick until you change it again. I went thr...
File: X4D Bank04/21/15
PLANNED- Is it possible to add g...
Posted By: wilson0x4d
PLANNED- Is it possible to add guild bank support for this? I noticed the guild bank gets cluttered with different stacks of the same material. If this addon would be able to check wether you are the guildleader and then does the restacking it would be awesome!
File: X4D Bank04/21/15
RESOLVED- Why is this telling me ho...
Posted By: wilson0x4d
RESOLVED- Why is this telling me how much gold I picked up off mobs? I thought this was a bank manager. /uninstalled. It is a bank and bag manager, and it also manages money on-hand vs. deposited (to your Bank.) As a by-product it does report monetary gains/losses, but it should only do this for Bank transactions. If you have t...
File: X4D Bank04/21/15
Re: Flag individual items to be left untouched
Posted By: wilson0x4d
RESOLVED- Great addon... thanks for the work. I would be nice to be able to flag individual items per character that won't be moved back and forth automatically. For instance, I would like to deposit all of alchemy items for my alchemy mule, but I want my main to hold on to that stack of . Same here, also. Same here. Sa...
File: X4D All-In-One04/21/15
PSA - FIXES HAVE BEEN PUBLISHED
Posted By: wilson0x4d
I've republished the All-In-One package, as well as all other packages which had changes pending. With this release I've also included a new Add-on: X4D Vendors, you can view the README here. Enjoy!
File: X4D Loot04/21/15
WILL FIX- Changes are up on Github,...
Posted By: wilson0x4d
WILL FIX- Changes are up on Github, will release after I test. Getting an error with your mods. They seem to be working fine, but it is annoying to have the UI Error pop-up constantly; user:/AddOns/X4D_Mail/X4D_Mail.lua:16: Cannot find a library instance of "X4D_Loot". stack traceback: user:/AddOns/wykkyd_core_libraries/L...