Results: 105Comments by: Werewolf Finds Dragon
File: Emomento03/31/18
Ah, that's because the slash comman...
Ah, that's because the slash commands system only works with lower case strings. By which I mean that ESO cannot handle /Ice, only /ice. I'll update my addon to run everything through :lower() in order to ensure that no upper case strings can be parsed through it. Before you update, I'd recommend doing /emo delete Ice and then...
File: Emomento03/30/18
All true, yes! For quick slots?...
All true, yes! For quick slots? Yep. It's a hassle to work with, it requires a lot of hooks and things can go wrong due to protected functions. It's better to just restrict it to the collectibles UI. And also yep, the collectibles system uses UseCollectible() for everything. Emomento is designed to be very simple in order to li...
File: Librarian Book Manager03/30/18
Update What's new? For now, f...
Update What's new? For now, for your safety, the search has been restricted to book titles. To search book body data as well on every keypress, which includes backspaces, is too much. The game won't allow for it. It can't handle it. And I don't want anyone getting banned. I swear, maintaining Librarian sometimes feels like w...
File: Librarian Book Manager03/30/18
I've run into a bit of a wrinkle an...
I've run into a bit of a wrinkle and I'd be happy to accept advice. If typing too quickly in the search box, it seems to cause the game to crash. The only way to avoid it, I've found, is to type slower. I don't know whether it's just processing too much information in a search, and the game is objecting. If that's the case, perhap...
File: Librarian Book Manager03/30/18
For those who don't want technical...
For those who don't want technical information, skip over this post. You don't need to know or understand this, I just want to 'show my work' so to speak, and provide the users of my version of Librarian with peace of mind that I tend to carefully think everything out. Usually down to the last detail. So if you want to be able to fol...
File: Librarian Book Manager03/30/18
Update What's new? I stopped...
Update What's new? I stopped dupe books from triggering the new book count, the reload reminder, and the alert. As I said in my last post about this, it might only actually be one book that ZOS actually derped with this, but just in case I'm going to account for it everywhere I can. My goal with my take on Librarian, after a...
File: Emomento03/29/18
I forgot to include a library. I'll...
I forgot to include a library. I'll get that fixed right away. Sorry. Edit: Got it uploaded, it should get authenticated soon. Again, sorry about that.
File: Emomento03/29/18
Yup, works just fine with Idle Anim...
Yup, works just fine with Idle Animations, that's one of the main reasons I made it! To get a bit technical, all slash commands are included in a table of functions called SLASH_COMMANDS, so anything that's a slash command is something that Idle Animations can use.
File: Librarian Book Manager03/29/18
Update What's new? I was brow...
Update What's new? I was browsing through the lua source on ESOData today, as I am wont to do, and I realised that the original import function Librarian had (that I cleaned up a lot, but left mostly the same) was... perhaps not of the most efficient implementation. There were functions I could use to have it quickly import boo...
File: Librarian Book Manager03/28/18
Update. What's new? ZeniMax a...
Update. What's new? ZeniMax actually made an oops! In all of my travels I've never before found two of the same books using different IDs. Someone forgot that they included a book and included it again. >_> If any ZOS folks are reading, the book is Crow and Raven: Three Short Fables and it occupies IDs 231 and 1871. So, w...
File: Snoop03/28/18
Thank you so much for the quick fix...
Thank you so much for the quick fix! Everything works almost flawlessly. Only tiny problem now is if I scroll chat up for any reason, it gets stuck showing only the first 3-4 lines of Snoop data. However, it fixes itself if I use chat in any way (/say, /whisper, guild etc) That's a framebuffer bug in the chat window. I haven't bee...
File: Librarian Book Manager03/28/18
Awesome. I'm honestly more than...
Awesome. I'm honestly more than happy for her to take the code wholesale. I don't need any credit at all (though feel free to blame me for what I might've dunked up). I just want Librarian to be working for folks.
File: SetMeUp03/28/18
Can anyone tell me (after testing)...
Can anyone tell me (after testing) whether any settings or chat features (in specific terms) are missed in the latest update? Thanks! I appreciate it. I do play and test myself, but with something as all-encompassing as all of the settings, something might've gotten overlooked. Due to the dynamic nature of things, nothing technica...
File: Snoop03/28/18
@Amaljia I had to think about th...
@Amaljia I had to think about that one for a moment but then I understood what I'd done. The logic behind this is funny... if db.loot and isPlayer then -- stuff elseif db.party then -- stuff end Basically should be this: if (db.loot and isPlayer) or isCrafted then -- stuff elseif not isPlayer and db.party then...
File: Librarian Book Manager03/28/18
Update: MediaFire I don't think...
Update: MediaFire I don't think Google Drive has been sharing up the right version, so I've gone back to MediaFire for now. It's going to have to be MediaFire or nothing, I think. What's new? I spotted a problem with restructuring titles with multiple instances of the replacement word (such as books with three cases of the d...
File: Librarian Book Manager03/27/18
I'm really glad to. I think what...
I'm really glad to. I think what honestly motivated me with Librarian is seeing how upset my partner got when things broke; Then I looked at the Librarian code and saw how very much worse things could break and decided to act. And since I tend to have guilt about having something not broken when I and my partner enjoy something fu...
File: Librarian Book Manager03/26/18
Update: MediaFire, Google Drive...
Update: MediaFire, Google Drive What's new? The import system now lasts up to five seconds, it should get more (all?) books. I put a warning next to the button so no one will get caught off guard by that. There are buttons to mark all books read/unread in the addon menu, they're hidden out of the way there as those aren't butt...
File: Librarian Book Manager03/26/18
I just came back to Librarian after...
I just came back to Librarian after a long hiatus and have installed your version Werewolf Finds Dragon. Happy to report that it plays nicely with Lorebooks. Using Lorebooks to unlock Eidetic Memory prior to receiving it naturally and then using the import feature from Librarian added the books as expected. I had to run the Import fu...
File: Librarian Book Manager03/25/18
Just commenting to say that Librari...
Just commenting to say that Librarian is in a really good place right now. I haven't had any further issues to fix and all is going swimmingly. I freely invite calia to merge my changes into the main branch of Librarian as I don't think there's anything more to do at this point. If that does happen, though, please keep my book ID...
File: SmartBags03/23/18
Update: MediaFire Google Drive O...
Update: MediaFire Google Drive Oops. I didn't know the toggle (right-click) functionality existed so I flubbed the logic of it. I've fixed that. You can now toggle between bank/bag view properly, and items being deposited/withdrawn will no longer force you into bag view at the bank (if you have it toggled to bank). This version...
File: Librarian Book Manager03/22/18
Update: MediaFire Google Drive W...
Update: MediaFire Google Drive What's new? Guess who forgot to make the addon menu localisation ready? Done that now. Hopefully I've not missed any other strings. Anything else? If this is the first time you're using one of my Librarian builds, find the post where I've talked about book IDs and have a read of that. It's i...
File: Librarian Book Manager03/22/18
Update: MediaFire Google Drive W...
Update: MediaFire Google Drive What's new? Lots of stuff, mostly polishing. Librarian is now prepared for localisation, if that's desirable. I got every string bound into the strings table, and I dumped that into a bunch of localisation named files. If anyone wants to localise it just upload the localised text here and I'll...
File: Masquerade03/21/18
@Dolby It's only fair that I tel...
@Dolby It's only fair that I tell you, but... Sorry, I can't read that. I have generalised anxiety disorder and seeing a giant, bold, red name pop up in the comments almost gave me a panic attack. Sorry. I feel nervous about posting here, still. Kind of on edge. I'll settle down in a while, just... Yeah. It's only fair that I tell...
File: Masquerade03/21/18
My partner and I use this addon on...
My partner and I use this addon on a daily basis, so it gets tested regularly. It works flawlessly for both of us, and my partner isn't as tech savvy as I am. We both have a bunch of sets saved and bound. I really, really don't know what to tell you. If I can't reproduce an error with daily play across multiple characters, there's...
File: SmartBags03/21/18
Update: MediaFire Google Drive D...
Update: MediaFire Google Drive Did a bit of an update to this. It wasn't working with banks properly, and it wasn't working with houses at all. Its systems of determining slots were understandably archaic and out of date. I've also included an up-to-date copy of my own Windex addon (which I'll get around to uploading on here prope...