Anyone know where I can find a list of the items available as a reward from completing a quest? Is it hidden in one of the DBFilesClient files? Thanks!
Anyone know where I can find a list of the items available as a reward from completing a quest? Is it hidden in one of the DBFilesClient files? Thanks!
QuestData are retrieved from server and stored in Questcache.wdb. More info QuestCache.wdb - WoWDev
Ah thanks. Do you know if there is a way I can manually populate this cache? Like is there some in-game lua function I can call to fetch and cache the quests?
I'm trying to collect all of the WoD quest rewards (which have a chance to be Rare or Epic quality) so I can tag them with the appropriate item bonuses in my WoD Paper Doll application. Currently I'm just manually maintaining a list
Sorry if this isn't the correct place to ask!
Code:/run _I=_I or 1;_l=0;function ActionButton_OnUpdate() if _I<50000 and GetTime()>_l then GameTooltip:SetHyperlink("quest:".._I..":0:0:0:0:0:0:0");print("quest: ".._I);_I=_I+1;_l=GetTime()+0.1;end end
Cool, thanks!
Anyone have the most updated Listfile?
Just grab TOM_RUS's latest CascExplorer release - he seems to update it silently with a new listfile every time a new build is deployed. It's up on github... here - https://github.com/WoW-Tools/CASCExplorer/releases
Just little offtopic.
Is there anyway, how to decrypt WoD cinematics and subtitles?
Can someone please post the updated Listfile now that the patch has been released and everything should be accounted for?
Thank you.
I'm new to model editing. Is it still going to be possible to swap the models of weapons? Im trying to get a weapon to have the model of Maiev Shadowsong's weapon.
Small request. Could someone compile CASCExplorer for 32-bit and Windows XP?
I don't have 64-bit OS with .NET 4.5.
WoW still runs on 32-bit systems, so I think this is a reasonable request to include both
32-bit and 64-bit executables in your releases. And Windows XP users can only use .NET 4.0.
Last edited by samsonite18; 10-23-2014 at 06:17 PM.
I have a 64-bit OS Win 7 and just unable to run latest 0.7 CASCExplorer. Once the CDN indexes load up to around 50% an error message pops up:
then the program freezes and a manual shutdown is needed.Code:Error during initialization of required data file: An attempt was made to move the file pointer before the beginning of the file.
Anyone has an idea what's wrong and how to fix it?
edit: Ok, problem solved, the wow-b process was still running at the background after a client crash. endprocess and it's all good and working.
does anyone have an idea what is "Use LW" for on the Extract panel?
Last edited by Zemsta; 10-23-2014 at 12:13 PM. Reason: solved
Hello,
Extracting files using CASCExplorer is hit or miss. Some files extract, some files don't.
I get a try-catch error in ExtractProgess:
Invalid URI: The hostname could not be parsed.
Whatever that means.