My error earlier, it seems that it is only for draenei. The feet mess it up somehow.
My error earlier, it seems that it is only for draenei. The feet mess it up somehow.
I just got home, earlyer than expected, so here it is, dload link to my cache http://rapidshare.com/files/429127788/Cache.rar
Last edited by generalen; 11-05-2010 at 06:31 PM.
The item cache you sent me is very strange. Can you do me a favor and delete your cache (delete everything in the cache folder). and try once more.
I found the problem but its very strange usually there are 2 files in the adb folder (item.adb and Item-sparse.adb) in all the cache files i have looked at these files have the same amount of items in them. But it seems that one of the cache files is holding more then the other for some reason. Have you recently used the reset cache feature in the program as it might have something to do with that.
[Beta] Model swapper 4.0.1
Hey Glitchy , love the program and have no problems with it, works perfectly, just that darn BoA Robe :P Hahah
But I was wondering (you might not know since you don't play anymore but your my best bet) if you know how to mount swap ?
I have gone through what feels like hundreds of threads and thousands of pages trying to find the swap I want but it's no where
So now I was wondering if you or maybe anyone reading this might know a good and simple way to do mount swaps
Or just could help me with a Swift Brown Steed - Item - World of Warcraft to Swift Alliance Steed - Item - World of Warcraft
Thanks for any help, but would love to learn how to do it if possible![]()
Would there be anyway to manual add the tattered dreadmist robes string to Item.abd?
Looking through the strings it looks like it should be fairly easy to do. Granted besides the Item ID I have know clue as to what everything else in the string is thus my failers in trying as of yet.
The way to add missing items to the swapper was explained in an easy to understand fashion already by Rasmus on page 6.
Doesn't work for me.
If I choose the cache folder i get a error, and I become the error after every restart of the tool.
My Framework is on the actualest version.
I deleted everything inside the cache folder and this happened: Stil, the same error message, "unhandled exception has occured in your application." + further down is says; "Could not find a part of the path C:bla bla bla World of Warcraft\Cache\ADB\enGB\item.adb.
And yes, i recently reseted my cache, if u think thats the problem, i could always get a friend to send me his cache? He have most likely not been flipping around their so it should be untouched and working. Thx for the quick replys and support.
Well this is still a result of blizzard, as they changed the cache around. I was letting people know that the missing items in the cache files was a result of somthing blizzard changed. As for the items in the mpq's i don't have wow installed so i wouldn't know about them.
Edit: if someone sends me these files that are located in the mpq i might know a fix.
Last edited by Glitchy; 11-06-2010 at 09:04 AM.
[Beta] Model swapper 4.0.1
Glitchy, i asked a friend for his cache and got it sent to me, the error code went away, yippi! But this lead to another problem, now the swaps i do wont change my in-game models, i've tried to manually point out the new cache, but it simply wont swap the models, any ideas? It shouldnt be a problem with the cache folder itself, cause after i noticed that it didnt work i asked my friend to try ur modelswapping program, and it worked just fine for him, with exactly the same cache, will be glad if u could help, thx, would rep u thousend times if i could but need to spread it around :/
Hi Glitchy ive got the following problem > if i try to swap my weapon and log into wow nothing happens http://rapidshare.com/files/429376891/Cache.rar thats my cache
still need help :'(
Last edited by Maaera; 11-07-2010 at 02:29 PM.
same problem as kryptik.
after starting ur prog once it said i have to chose the path of the cache folder manualy, then it crashed since then i get this error message, like postet by kryptik....
deleted the prog and extracted it again....but same error...![]()
Problem with ruRU locale. Cache here.
Can be corrected so:
change
>GetZeroTerm(FileStream bStream, BinaryReader bReader, int postion)
to something like this
Code:1. private string GetZeroTerm(FileStream bStream, BinaryReader bReader, int postion) 2. { 3. bStream.Position = postion;//Set the start postion 4. var returnString = ""; 5. byte cChar; 6. var tempString = ""; 7. bool ruRU = false; //if ruRU cache 8. while ((cChar = bReader.ReadByte()) != 0) //While there is no null keep reading 9. { 10. tempString = ((char)cChar).ToString(); 11. if (ruRU & cChar > 143) 12. { 13. tempString = ((char)(cChar + 896)).ToString(); //Save each byte 14. ruRU = false; 15. } 16. if (ruRU & cChar < 144) 17. { 18. tempString = ((char)(cChar + 960)).ToString(); 19. ruRU = false; 20. } 21. 22. if (cChar == 209 || cChar == 208) 23. { 24. ruRU = true; 25. tempString = ""; 26. } 27. returnString += tempString; 28. } 29. return returnString;//Give me the string 30. }
Having a bit of an issue removing the edits. Simply deleting the cache doesn't remove the swaps I have made using the tool. I even copied a clean install of WoW from another PC. The edited items stay edited.
Edit: The old edits only load up when I use the Wow.exe, not with Launcher.exe. This makes no sense to me as they should be one and the same thing once the game starts up, anyone able to provide some help please?
Last edited by atomt; 11-07-2010 at 01:36 PM.