World of Warcraft Model Edit Fix by Kynox menu

Shout-Out

User Tag List

Page 104 of 128 FirstFirst ... 454100101102103104105106107108 ... LastLast
Results 1,546 to 1,560 of 1908
  1. #1546
    Upon's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes I keep getting that error : (

    World of Warcraft Model Edit Fix by Kynox
  2. #1547
    Rompson's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    same here.

    but credits for your work

  3. #1548
    mellowjellow's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    could this get reuploaded by chance?

  4. #1549
    kynox's Avatar Member
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just tested it myself, and the link works fine.

  5. #1550
    Nakkio's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kynox View Post
    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?

  6. #1551
    ssj4monkey's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  7. #1552
    Nuclearstorm's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Could someone give me a link to wowme 3.0.9 ?

    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

  8. #1553
    Seytii's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  9. #1554
    Nuclearstorm's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  10. #1555
    dominikid07's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    good job cant wait till u make a new one

  11. #1556
    hellixist's Avatar Active Member
    Reputation
    18
    Join Date
    Nov 2007
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  12. #1557
    Nakkio's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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..

  13. #1558
    jjaa's Avatar Contributor
    Reputation
    245
    Join Date
    Dec 2006
    Posts
    562
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WoWME reads the offset 0x0098275C and then compares the string at 0x0098275C with "World of WarCraft (build 9947)" in a loop like so...

    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
    If this loop executes without any problems we jump to:

    Code:
    XOR EAX,EAX
    JMP SHORT WoWMe.004011AC
    Setting eax to 0 then jumping to:

    Code:
    CMP EAX,EBX
    JE SHORT WoWMe.00401218
    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!".

    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.



  14. #1559
    Nakkio's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jjaa View Post
    WoWME reads the offset 0x0098275C and then compares the string at 0x0098275C with "World of WarCraft (build 9947)" in a loop like so...

    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
    If this loop executes without any problems we jump to:

    Code:
    XOR EAX,EAX
    JMP SHORT WoWMe.004011AC
    Setting eax to 0 then jumping to:

    Code:
    CMP EAX,EBX
    JE SHORT WoWMe.00401218
    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!".

    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.


    So.. how can i set EAX to 0? or how can i resolve the problem? thanks for answer me btw

  15. #1560
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nakkio View Post
    So.. how can i set EAX to 0? or how can i resolve the problem? thanks for answer me btw

    Rofl! Failure of the highest level.

Similar Threads

  1. World of Warcraft: Model Edit
    By Jlk18000 in forum World of Warcraft Model Editing
    Replies: 20
    Last Post: 11-22-2010, 06:03 PM
  2. 2.4.2 Model Edit Fix by kynox problems.
    By -Lex in forum WoW ME Questions and Requests
    Replies: 7
    Last Post: 06-24-2008, 02:55 PM
  3. World Of Warcraft Model Editing Requests
    By Invisible in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 01-15-2007, 08:49 AM
All times are GMT -5. The time now is 06:03 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search