[Release] CypherMorph (incl Model Edit Fix) menu

User Tag List

Page 9 of 38 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 570
  1. #121
    Afari's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so i have a new problem....sometimes the game crashes...btw the server where i play don't support 2.4.3...but when i log in with my gnome rouge or my human priest your program says (in the console) "Cannot find Player! Are you logged in? bla bla mmowned" wtf?! and btw i have also vista ultimate x64

    [Release] CypherMorph (incl Model Edit Fix)
  2. #122
    happykilla's Avatar Member
    Reputation
    1
    Join Date
    Jul 2006
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    at a guess that'll be due to this program being designed for the 2.4.3 executable, it probably looks for hooks in a static location, and 2.*.* or whatever your played probably has these hooks in different places, or maybe hooks are all together, although Cypher might be able to help

  3. #123
    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)
    I omitted the signature scanning in the DLL, so it's patch dependent.

  4. #124
    happykilla's Avatar Member
    Reputation
    1
    Join Date
    Jul 2006
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cypher hows about adding a paramater to skip the splash? so I can replace it with my WoW shortcut :P and my friends won't even know >: )

  5. #125
    sting2's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does thi qork for.2.4.3?

  6. #126
    happykilla's Avatar Member
    Reputation
    1
    Join Date
    Jul 2006
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Despite it already having said in a number of places its designed for 2.4.3.

    Yes, it is

  7. #127
    kartossvk's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    rofl very nice work+Rep

  8. #128
    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)
    Hey Cypher i was wondering if it would be possible to do the same thing you are doing with the player Display ID but with mount Display ID.

    i think the Offset is 0x0268

    I am not sure about this but any new features on this program would only make it better

  9. #129
    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 jjaa View Post
    Hey Cypher i was wondering if it would be possible to do the same thing you are doing with the player Display ID but with mount Display ID.

    i think the Offset is 0x0268

    I am not sure about this but any new features on this program would only make it better

    Code:
        UNIT_FIELD_DISPLAYID=0x98,
        UNIT_FIELD_NATIVEDISPLAYID=0x99,
        UNIT_FIELD_MOUNTDISPLAYID=0x9A,
    Already tried modifying the mount display ID.

    I got mounting/dismounting working, but I couldn't get WoW to rerender the new model I feed it like I can for normal display IDs.

    I'll take another look later but I can't promise anything.

  10. #130
    Froogle's Avatar Legendary
    Reputation
    690
    Join Date
    Jan 2007
    Posts
    787
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cool stuff man, love ya!


  11. #131
    Icelancelot's Avatar Active Member
    Reputation
    19
    Join Date
    Dec 2007
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm I can't use this in conjunction with Ventrilo,my buttons wont register,when I use normal WoW though,I can use vent fine.


    Also,is it possible to disable the program but keep the MEF? The reason I use this program is because my normal keyboard doesnt have an F8 key.

    Alternatively is it possible to move the tilde function to some other key? Tilde is also my vent push to talk key.

  12. #132
    Relz's Avatar Feed the trolls
    Reputation
    429
    Join Date
    May 2006
    Posts
    2,123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice job Chaz, always one step ahead.
    "Step right up and shake hands with the devil"

  13. #133
    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 Icelancelot View Post
    Hmm I can't use this in conjunction with Ventrilo,my buttons wont register,when I use normal WoW though,I can use vent fine.


    Also,is it possible to disable the program but keep the MEF? The reason I use this program is because my normal keyboard doesnt have an F8 key.

    Alternatively is it possible to move the tilde function to some other key? Tilde is also my vent push to talk key.

    Yes, use the SetConsoleKey API. I think thats what it's called, check WoWWiki.

    It will go something like this:
    /script SetConsoleKey('.');

  14. #134
    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)
    May i ask how are you rendering the model?
    My memory editing skill is still at cheat engine lol

    Well anyway i found a multi level pointer pointing to the DisplayID
    [1DC60010]+260
    [00E29D28]+8
    Now i can change that and of course, nothing happens - I have not rendered the model - but i can render the model by just changing my scale in your program but i would like to know how you did it

    Anyway thanks in advance.

  15. #135
    CrapN's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2006
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey all i found some numbers that changes your race but keeps your armor

    tauren male 20585
    tauren female 20584
    draenei male 21105
    goblin male 20582
    gnome female 20581
    gnome male 20580
    bloodelf female 20579
    bloodelf male 20578

    please share if your find other number with other races ofc
    Last edited by CrapN; 08-10-2008 at 03:57 AM.

Page 9 of 38 FirstFirst ... 5678910111213 ... LastLast

Similar Threads

  1. [Release] WoTLK Model Edit Fix
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 84
    Last Post: 08-06-2009, 07:26 AM
  2. Model Edit Fix
    By idusy-org in forum World of Warcraft Model Editing
    Replies: 882
    Last Post: 09-12-2007, 12:16 AM
  3. So is DBC editing done for good even with the model editing fix?
    By WickedCitizen in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 04-29-2007, 02:46 PM
All times are GMT -5. The time now is 04:20 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