World of Warcraft Model Edit Fix by Kynox menu

Shout-Out

User Tag List

Page 37 of 128 FirstFirst ... 33343536373839404187 ... LastLast
Results 541 to 555 of 1908
  1. #541
    Insignia's Avatar Banned
    Reputation
    24
    Join Date
    Oct 2007
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyway i could coax the source for the 2.4.3 version out of you. will credit you for it

    World of Warcraft Model Edit Fix by Kynox
  2. #542
    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 isaiah96 View Post
    anyway i could coax the source for the 2.4.3 version out of you. will credit you for it
    0xD7521C

    Set that to any non-zero value upon startup.

    Orrrrr.

    0x00647418

    Force a jump there and then hook the Checksum function (0x005BCBB0) in the following way

    hook_checksum(DWORD,DWORD,DWORD)
    {
    // Remove patches here
    OriginalChecksum();
    // Reapply patches here
    }

    Both have the same effect (as you can see in the code):
    Code:
    .text:00647411 loc_647411:                             ; CODE XREF: sub_6473B0+27j
    .text:00647411                 cmp     dword_D7521C, 0
    .text:00647418                 jz      short loc_64742D
    .text:0064741A                 xor     eax, eax
    .text:0064741C                 pop     edi
    .text:0064741D                 mov     ecx, [ebp+var_4]
    .text:00647420                 xor     ecx, ebp
    .text:00647422                 call    sub_40A5DA
    .text:00647427                 mov     esp, ebp
    .text:00647429                 pop     ebp
    .text:0064742A                 retn    18h
    First one is the the most simple and quite easy to code.

    If you still think you need the source then you obviously have no idea how to program.

  3. #543
    kevinr's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx good job!

  4. #544
    Eiros's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sabith View Post
    [B][COLOR=Red]
    2. IF YOUR WORLD OF WARCRAFT DOESN'T START UP PROPERLY AFTER DOUBLE CLICKING THE "WOWME.EXE" AND WoW APPEARS FOR ABOUT 1-2 SECONDS AFTER SEEING THE BLACK CMD PROMPT, READ THIS:

    If it does this, you probably have a bad DBC edit, because during patch 2.4.3 some DBC files got changed, so check that out and delete the edit if it's causing it, make sure to test it first though. The most common DBC edit that's screwed up is the spell swap for old poison proc. You can get the new and updated old poison proc for 2.4.3 here:

    http://www.mmowned.com/forums/model-...c-2-4-3-a.html ([New/Update] Poison Proc 2.4.3) ([New/Update] Poison Proc 2.4.3)

    Hopefully this helped everyone, as I'm sure it did.

    And Kynox, keep up the good work.
    Okay. Deleted the model edits. Wow does open now, but I still want to model edit. Your post doesn't make much sense to me.

  5. #545
    Sabith's Avatar Active Member
    Reputation
    40
    Join Date
    Apr 2007
    Posts
    198
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Eiros View Post
    Okay. Deleted the model edits. Wow does open now, but I still want to model edit. Your post doesn't make much sense to me.

    Well, what model edits were they? Were they all DBC, if so, what did they change? If it's DBC (which most likely is) you're going to have to manually change/make that DBC edit again because Blizzard changed a lot of DBC files (they changed charts around and stuff)

    And where did you get the DBC edit from? When was it last made?

  6. #546
    Eiros's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm. Actually, I used Glitchy's MES's Spell Swapper feature to swap 2 spells. I didn't get it anywhere, I made it myself 2 days ago, and by then, my WOW was updated.

  7. #547
    Sabith's Avatar Active Member
    Reputation
    40
    Join Date
    Apr 2007
    Posts
    198
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Eiros View Post
    Hmm. Actually, I used Glitchy's MES's Spell Swapper feature to swap 2 spells. I didn't get it anywhere, I made it myself 2 days ago, and by then, my WOW was updated.
    Well, it's possible that Glitchy's MES isn't swapping it correctly because of 2.4.3 (I really wouldn't know, I don't use it). Because yeah, 2.4.3 really ****ed up a lot of DBC files.

    If I were you, I'd learned how to swap it on your own, read guides, and do it manually with MyWarcraftStudios, and if it still doesn't work (WoW crashing), as far as I'd know, you're SOL

  8. #548
    Eiros's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks alot for your time and responses. I'll look into those guides. Ty.

    Edit:

    Hmm, I haven't been able to find any guids on Spell Swapping with MyWarcraftStudios. Would you mind linking me one?
    Last edited by Eiros; 08-01-2008 at 10:53 AM.

  9. #549
    The Ronin's Avatar Member
    Reputation
    12
    Join Date
    Dec 2006
    Posts
    73
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this for 2.4.3 or 2.4.2, it kinda says both in the first post, i have 2.4.2 when I try it says needs 2.4.2, what am I doing wrong ?

  10. #550
    Sabith's Avatar Active Member
    Reputation
    40
    Join Date
    Apr 2007
    Posts
    198
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Eiros View Post
    Thanks alot for your time and responses. I'll look into those guides. Ty.

    Edit:

    Hmm, I haven't been able to find any guids on Spell Swapping with MyWarcraftStudios. Would you mind linking me one?

    Well, sorry to tell you this but I don't know of any guides without the MES, I just figured there would be one. I tried looking, and well, can't find any, lol.

    It seems that they just won't work with the MES because of the changes to 2.4.3. I honestly don't know, but all that's running through my mind is that spell swaps with the MES isn't working anymore. I've heard of several people having issues exactly like yours, and I really don't know the solution to it.

    The weird thing is, is that I'm using a DBC edit to swap the poison proc animation for rogues back to the old way it used to be, and that's working, so I don't really know what the deal is.


    Originally Posted by The Ronin View Post
    Is this for 2.4.3 or 2.4.2, it kinda says both in the first post, i have 2.4.2 when I try it says needs 2.4.2, what am I doing wrong ?
    The current WoWME Kynox has released on the first page is for patch 2.4.3.

  11. #551
    Insignia's Avatar Banned
    Reputation
    24
    Join Date
    Oct 2007
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    okay source is seen but understood?

    hell no


    i needed source to edit and change a few things.

    i need it to force WoW to use my own patch-enus-3.MPQ files.

    is this possible or already done?

  12. #552
    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 isaiah96 View Post
    okay source is seen but understood?

    hell no


    i needed source to edit and change a few things.

    i need it to force WoW to use my own patch-enus-3.MPQ files.

    is this possible or already done?

    You obviously don't know how to program, stop wasting my time.

  13. #553
    davi21pd's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when i run the mefix i have to push f8 button to start the model change? becouse i push it but nothing happened...

  14. #554
    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)
    Originally Posted by davi21pd View Post
    when i run the mefix i have to push f8 button to start the model change? becouse i push it but nothing happened...
    The process isn't even running when WoW starts as of my latest release, so no. You do not have to.

  15. #555
    davi21pd's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so i have to start it only?

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 01:38 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