Yes I keep getting that error : (
Yes I keep getting that error : (
same here.
but credits for your work![]()
could this get reuploaded by chance?
I just tested it myself, and the link works fine.
Kynox can you help me please? my wowme doesn't work on vista, i tried with compatibility mode but nothing appends.. in the "Dos Window" pops up an error that say that the version of my wowme (build 9947) is not the same as wow... but my wow is patched to the last build 9947 ... some ideas?
Ok found out what it was, for some reason Filebeam doesn't like firefox. I pasted the same link into internet explorer and bingo download works so don't use firefox on filebeam lol
Can someone plz give me a link to download wowme 3.0.9?
I kno its out dated but most private servers are still on 3.0.9 and wowme 3.1.3 does not work with 3.0.9 patch, plz help i cant find the 3.0.9 download.
I really need this to run any of these race edits without wowerrors
thanx in advance
nuclear
For some reason, I cant use this.
Says that it was made for build 9947.
And I'm on build 9806, according to my error messages.
yea im having the sam problem but my build is 3.0.9.9551
Last edited by Nuclearstorm; 07-18-2009 at 04:04 AM.
good job cant wait till u make a new one
after i used this, when i tried to run wow normally without wowme, i get a file corrupt of Achievement.DBC, does anyone know how to fix this?
i tried twice on darknest and once here without any answer.. now i'm asking directly to the creator of this model edit fix..Kynox.. can you tell me why my wowme doesn't work on vista? i tried with compatibility mode aswell but nothing happends.. a "Dos windows"pops up with the error message that tells me "your wowme build (9947) is different from wow" but my game is patched with the build 9947..
Sorry for my bad english..
WoWME reads the offset 0x0098275C and then compares the string at 0x0098275C with "World of WarCraft (build 9947)" in a loop like so...
If this loop executes without any problems we jump to:Code:MOV DL,BYTE PTR DS:[EAX] CMP DL,BYTE PTR DS:[ECX] JNZ SHORT WoWMe.004011A7 CMP DL,BL JE SHORT WoWMe.004011A3 MOV DL,BYTE PTR DS:[EAX+1] CMP DL,BYTE PTR DS:[ECX+1] JNZ SHORT WoWMe.004011A7 ADD EAX,2 ADD ECX,2 CMP DL,BL JNZ SHORT WoWMe.00401187
Setting eax to 0 then jumping to:Code:XOR EAX,EAX JMP SHORT WoWMe.004011AC
eax is compared with 0 (ebx was set to 0 at the start of the function) if eax is NOT 0, we don't take this jump and print out the error "This version of WoWMe was compiled for %s!".Code:CMP EAX,EBX JE SHORT WoWMe.00401218
What does all this mean? Well basically it means that if you're getting the error. Then at 0x0098275C WoWME is not finding the string "World of WarCraft (build 9947)". Its not WoWME's fault!
PS. Yes kynox, i was that bored.