Results: 10Comments by: Zarhawk
File: CookeryWiz05/29/17
Hi, You should check that lib\Co...
Posted By: Zarhawk
Hi, You should check that lib\CookeryWizStartup.lua was installed in the CookeryWiz addon folder. It is included in the .zip file so should be. The loading order is correct so there is no reason for it to be nil Cheers It is. There are four subfolders: Graphics, Lang, Lib, and XML. The CookeryWizStartup.lua is in the Lib...
File: CookeryWiz05/28/17
Next release is out! - recipes h...
Posted By: Zarhawk
Next release is out! - recipes have been updated, although I do not have nightshade so cannot craft Witchmother's Potent Brew to see if it is fixed. Someone will tell me if it is not :) - Included writ grab changes by Snow. Thanks very much Snow! I have verified that Orzorga's Red Frothgar is no longer making Bowl of "Peeled...
File: CookeryWiz05/28/17
May not be the right fix, but does...
Posted By: Zarhawk
May not be the right fix, but does stop the startup error, and /cw works with this change. In CookeryWiz.lua, line 3953, I wrapped the three lines in a check to only execute those lines if CookeryWizStartup is not nil. The two line I added are show in yellow below -- Perform background processing if CookeryWizStartup ~=...
File: CookeryWiz05/28/17
Next release is out! - recipes h...
Posted By: Zarhawk
Next release is out! - recipes have been updated, although I do not have nightshade so cannot craft Witchmother's Potent Brew to see if it is fixed. Someone will tell me if it is not :) - Included writ grab changes by Snow. Thanks very much Snow! Thansk for attempting to correct these. Just installed the new version, restar...
File: Crafted Potions05/24/17
Re: Re: Fixes for Morrowind
Posted By: Zarhawk
Sorry for anyone that grabbed my first patch, rookie mistake, I left a couple debug lines in that are likely filling your chat window. :o Patch 11a I removed those debug lines.
File: Fixes for Morrowind05/24/17
Re: Few of Us Are Among the Cognoscenti
Posted By: Zarhawk
SO: there has been a change in the Application Programming Interface for the whichever function. How, exactly, does this add-on "fix" the game client installed for the Morrowind patch? Or does it only "fix" an add-on, and, if that is the case, then how does it "fix" it? Is it meant to be used for only one specific add-on (w...
File: MiniMap by Fyrakin05/23/17
Re: Re: Patch ZIP file (v3.09a) with fixed for Morrowind
Posted By: Zarhawk
EDIT: Ok, first I should say that I have not purchased Morrowind yet. I checked downloads/files for this addon, and saw that Zarhawk uploaded a file to comment out those lines, so I made a backup and replaced the .lua with his. After the game loaded, I received an error: uer:/Addons/minimap/minimap.lua:125 table index is nil stac...
File: MiniMap by Fyrakin05/23/17
Re: Re: Patch ZIP file (v3.09a) with fixed for Morrowind
Posted By: Zarhawk
All I did in the file was comment out the array. Did you start with having the latest version of the addon? If so, you should only have a few lines near the beginning of the file that are commented out. My patch has a screenshot of those lines that I commented out included. Same ones Draewind mentioned in his post. Nothing...
File: Crafted Potions05/23/17
Fixes for Morrowind
Posted By: Zarhawk
The SafeAddString() function is used in two places in this add-on. For Morrowind (APIVersion 100019) this function must have a third parameter specified: SafeAddString(SI_TOOLTIP_ITEM_NAME, ("|c%s%s|r"):format(color:ToHex(), zo_strformat(SI_TOOLTIP_ITEM_NAME, GetItemLinkName(itemLink))),1) SafeAddString(SI_TOOLTIP_ITEM_NAME, o...
File: MiniMap by Fyrakin05/23/17
Patch ZIP file (v3.09a) with fixed for Morrowind
Posted By: Zarhawk
If you are looking for the easy fix for this, I've uploaded a ZIP under OTHER FILES (look for v3.09a) that patches two of the files. One using Draewind's workaround, and the other setting the APIVersion to be current.