Results: 53Comments by: Noobanidus
File: AutoWrit & MasterSaver02/08/17
Re: Nice concept
Posted By: Noobanidus
I like the idea, but it does need some configurability, just to choose which writs are picked up, per character. Hope you carry on developing this :) This is planned! Currently the addon is quite bare-bones in that it just looks for generic statements. I'll definitely add an interface allowing you to enable/disable specifiy typ...
File: Dolgubon's Lazy Writ Crafter02/06/17
http://i.imgur.com/6Sb0nIz.png Y...
Posted By: Noobanidus
http://i.imgur.com/6Sb0nIz.png You're missing an = here Dolg!
File: Dolgubon's Lazy Farming06/03/16
Ah! This is what you were working o...
Posted By: Noobanidus
Ah! This is what you were working on when you whispered me -- I was in the middle of an iteration of CraftBagSession, which I just got around to uploading now when I saw your addon. I think your implementation for tracking is much better than mine and far simpler, though I do like some of the functionality of mine a lot. I'll try...
File: FunAP & Window06/01/16
Re: Threshold ticks
Posted By: Noobanidus
Hi. Thank you for the addon. Is it possible to add a threshold for ticks getting posted to the chat window? For example I only want ticks greater than 300 or other certain number I set to get posted. That functionality was implemented in the most recent versions. Check out the settings (type /fun) and look for the "Threshold" v...
File: GodSend+04/28/16
Re: Re: Re: Re: Re: Re: Re: Not working for me?
Posted By: Noobanidus
I don't have any other versions installed. I deleted and downloaded it again and I'm still experiencing the same issues. I downloaded it with minion, is that problematic? I tried logging in while it was disabled and there were no ui errors, but when I enabled it and reloaded my ui I was still getting the same error. Unfortunate...
File: GodSend+04/26/16
Re: Re: Re: Re: Re: Not working for me?
Posted By: Noobanidus
I uploaded it with another website. Thanks! From what I can see, that looks as though there's some XML UI code that's calling an undefined function. Can you make sure you don't have any other copies of GodSend installed? It's possible that there's a function name I missed that's being corrupted in the global scope by another funct...
File: GodSend+04/26/16
Re: Re: Re: Not working for me?
Posted By: Noobanidus
I'm getting UI errors when I load this add-on for some reason. Maybe because I'm using windows 10? I don't know why, but it isn't working for me. Would you be able to post a copy of some of these UI errors? Unfortunately, without access to them there isn't really any way I can tell if it's an issue with the addon, a compatabil...
File: GodSend+04/25/16
Re: Not working for me?
Posted By: Noobanidus
I'm getting UI errors when I load this add-on for some reason. Maybe because I'm using windows 10? I don't know why, but it isn't working for me. Would you be able to post a copy of some of these UI errors? Unfortunately, without access to them there isn't really any way I can tell if it's an issue with the addon, a compatabil...
File: GodSend Guild Mail Tool04/24/16
Ooh, I like what you did with the w...
Posted By: Noobanidus
Ooh, I like what you did with the window size!
File: Goto04/20/16
Issue with recent changes to vet zones
Posted By: Noobanidus
In order to compensate for all zones being available as soon as you hit level 50, not just after you've completed the main quest, the code is currently bugged as GetPlayerDifficultyLevel() returns 0. Likewise, people who have not completed silver will not see any gold zones available to them. Solution: if punitlevel > 49 th...
File: Goto03/16/16
Nice addon, thx! The new zone, Wrot...
Posted By: Noobanidus
Nice addon, thx! The new zone, Wrothgar, seems to be missing though. To solve it I added a line at the end of function getpunitUnlockedZones(): unlockedzones = 1 unlockedzones = 1 return unlockedzones Any idea how to do the same thing with new Thieves Guild zone? Tried copying command and changing W...
File: Notes02/23/16
hi , how does it work ? I've upd...
Posted By: Noobanidus
hi , how does it work ? I've updated the add-on page with better instructions on how it works, plus an example screenshot of the configuration. It's difficult to do a screenshot of the keyboard commands unfortunately, but hopefully these should help! Apologies on dropping the ball with it.
File: Notes02/23/16
hi , how does it work ? Type /no...
Posted By: Noobanidus
hi , how does it work ? Type /notes to bring up the configuration window. The information is store account-wide. (Whoops, I forgot to include this in the addon description.)
File: HarvestMap02/13/16
Yes, I've added them already to my...
Posted By: Noobanidus
Yes, I've added them already to my indev build. The upcoming HarvestMap update also changes the way data is saved. Refactoring the saved data is a bit tricky, because an error could result in the data being deleted, so I want to test it thoroughly. Expect the update in the upcoming days. I hacked it into my copy simply so I cou...
File: ToonCurrencies01/23/16
Like this? http://www.esoui.com/dow...
Posted By: Noobanidus
Like this? http://www.esoui.com/downloads/info1172-Ledger.html :P Feel free to sneak at the code and take anything you want, it's open for a reason! :) But if you feel like Ledger falls short in any way please let me know. As I mentioned, it was a specific request from a guild mate for a specific purpose. I understand Ledger ex...
File: HOMEPort & HOUSEPort01/12/16
Re: Issue with download link?
Posted By: Noobanidus
Great addon, very happy to see it updated! However -- the "Download Now" link is actually downloading your other recent update, AutoMaxImprovement. Is this something you can correct or is it something ESOUI has to fix? Either way, would be nice to get the updated version. Thanks again! Not sure if that was my mistake of ESOUI's...
File: Guild Bank Twiddler11/19/15
Relog fixed it just fine, and yeah,...
Posted By: Noobanidus
Relog fixed it just fine, and yeah, I thought it was strange also.
File: Guild Bank Twiddler11/19/15
Looks like changing guilds might al...
Posted By: Noobanidus
Looks like changing guilds might also break things. I've reloaded my ui since I changed, but haven't relogged, but having issues: before reloadui, the drop down had my five old guilds. After reloadui, the dropdown is empty.
File: Guild Bank Twiddler11/04/15
Re: Re: Sorting
Posted By: Noobanidus
Sounds good! And yeah, but my standard response to "this doesns't work exactly quite like how I want it to" is "dive into the source code and change it" :D You can now change the order of the guilds in the dropdown by using the following commands /gbt sortindex - to sort by guild index /gbt sortalpha - to sort alphabetically...
File: Guild Bank Twiddler11/01/15
Sorting
Posted By: Noobanidus
Hey hey, ComboBox seems to sort the items by default which gets rather annoying when you're used to your guilds in a certain order. Adding the following at around line ~99 of GuildBankTwiddler.lua fixes it: -- don't sort the list alphabetically self.guildDropdown:SetSortsItems(false) Cheers
File: MM/AGS Integration Improvement (Deprecated)10/28/15
if been loocking for something like...
Posted By: Noobanidus
if been loocking for something like this for a long time, just didnt think the solution would be this simple, awsome dude, greatjob ! My initial solution was to just change the relevant line in the DealCalc lua file, but that kept getting reverted every time I updated MM, so I looked at the function calls and realised it could be...
File: SharedGuilds10/28/15
hello, it would be nice if you coul...
Posted By: Noobanidus
hello, it would be nice if you could post maybe a few screenshots of how it looks, and operates. ty :) That's been done, sorry. I uploaded my most recent two addons while the server was down and had forgotten to actually take a screenshot of it in action. Hopefully the one I've added helps!
File: Circonians FilterIt09/06/15
Awesome, thank you for sorting it o...
Posted By: Noobanidus
Awesome, thank you for sorting it out so quickly!
File: Circonians FilterIt09/06/15
I recall, from reading that thread,...
Posted By: Noobanidus
I recall, from reading that thread, which is what lead me to believe this is a different issue. And sorry, I think I was unclear: the error was occurring /when/ I used the keybinds. I could safely withdraw things through the context menu. This error occurs with all other add-ons disabled, and does not occur with every add-on disab...
File: Circonians FilterIt09/06/15
Well, this one's rearing it's ugly...
Posted By: Noobanidus
Well, this one's rearing it's ugly head again. Previously I noticed it when attempting to right-click and destroy an item from my inventory, but I wasn't sure which add-on (if any) was actually causing it. I haven't seen it for a while, but I can consistently get the error to trigger when removing items from my bank. Curiously, it...