[Release] NMorpher - Mount & Player Morpher menu

User Tag List

Page 2 of 11 FirstFirst 123456 ... LastLast
Results 16 to 30 of 152
  1. #16
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SKU View Post
    Well done.

    You can also set 0x0111409C (dword) to 1 to enable the console without the -console flag, and you can set the ConsoleKey via 0x00A32610 (also dword).

    Uhhhuh might try that

    Originally Posted by luciferc View Post
    epic win for nessy
    oh hai thar o.O

    [Release] NMorpher - Mount & Player Morpher
  2. #17
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    From one of my older projects:

    Code:
                            <ComboBoxItem IsEnabled="False" FontSize="13" Background="Moccasin" Foreground="DarkViolet" FontWeight="Bold">Armor Free</ComboBoxItem>
                            <ComboBoxItem>Bloodelf Female (20370)</ComboBoxItem>
                            <ComboBoxItem>Bloodelf Male (20368)</ComboBoxItem>
                            <ComboBoxItem>Broken Male (21105)</ComboBoxItem>
                            <ComboBoxItem>Draenai Female (20323)</ComboBoxItem>
                            <ComboBoxItem>Dwarf Male (20317)</ComboBoxItem>
                            <ComboBoxItem>Gnome Female (20320)</ComboBoxItem>
                            <ComboBoxItem>Gnome Male (20580)</ComboBoxItem>
                            <ComboBoxItem>Goblin Female (20583)</ComboBoxItem>
                            <ComboBoxItem>Goblin Male (20582)</ComboBoxItem>
                            <ComboBoxItem>Human Female (19724)</ComboBoxItem>
                            <ComboBoxItem>Human Male (19723)</ComboBoxItem>
                            <ComboBoxItem>Nightelf Male (20318)</ComboBoxItem>
                            <ComboBoxItem>Orc Female (20316)</ComboBoxItem>
                            <ComboBoxItem>Tauren Female (20584)</ComboBoxItem>
                            <ComboBoxItem>Tauren Male (20319)</ComboBoxItem>
                            <ComboBoxItem>Troll Male (20321)</ComboBoxItem>
                            <ComboBoxItem IsEnabled="False" FontSize="13" Background="Moccasin" Foreground="DarkViolet" FontWeight="Bold">Dragons</ComboBoxItem>
                            <ComboBoxItem>Blue Whelp (9994)</ComboBoxItem>
                            <ComboBoxItem>Blue Drake (24743)</ComboBoxItem>
                            <ComboBoxItem>Blue Dragon (24176)</ComboBoxItem>
                            <ComboBoxItem>Bronze Whelp (14720)</ComboBoxItem>
                            <ComboBoxItem>Bronze Drake (27812)</ComboBoxItem>
                            <ComboBoxItem>Bronze Dragon (14720)</ComboBoxItem>
                            <ComboBoxItem>Nozdormu Shade (24934)</ComboBoxItem>
                            <ComboBoxItem>Infinite Whelp (20515)</ComboBoxItem>
                            <ComboBoxItem>Infinite Drake (27814)</ComboBoxItem>
                            <ComboBoxItem>Infinite Dragon (27811)</ComboBoxItem>
                            <ComboBoxItem>Red Whelp (956)</ComboBoxItem>
                            <ComboBoxItem>Red Drake (6376)</ComboBoxItem>
                            <ComboBoxItem>Red Dragon (24781)</ComboBoxItem>
                            <ComboBoxItem>Alexstrasza the Life-Binder (27569)</ComboBoxItem>
                            <ComboBoxItem>Alexstrasza the Life-Binder Human (28227)</ComboBoxItem>
                            <ComboBoxItem>Korialstrasz (27570)</ComboBoxItem>
                            <ComboBoxItem>Emberwyrm (23739)</ComboBoxItem>
                            <ComboBoxItem IsEnabled="False" FontSize="13" Background="Moccasin" Foreground="DarkViolet" FontWeight="Bold">Murlocs</ComboBoxItem>
                            <ComboBoxItem>Lurkey (15984)</ComboBoxItem>
                            <ComboBoxItem>Murkey (15369)</ComboBoxItem>
                            <ComboBoxItem IsEnabled="False" FontSize="13" Background="Moccasin" Foreground="DarkViolet" FontWeight="Bold">Item sets</ComboBoxItem>
                            <ComboBoxItem>Druid   S3 [Bloodelf - male  ] (24806)</ComboBoxItem>
                            <ComboBoxItem>Druid   S2 [Nightelf - male  ] (28182)</ComboBoxItem>
                            <ComboBoxItem>Druid   S4 [Tauren   - female] (28183)</ComboBoxItem>
                            <ComboBoxItem>Hunter  S2 [Orc      - female] (28185)</ComboBoxItem>
                            <ComboBoxItem>Hunter  T2 [Bloodelf - male  ] (23845)</ComboBoxItem>
                            <ComboBoxItem>Mage    S4 [Bloodelf - male  ] (28169)</ComboBoxItem>
                            <ComboBoxItem>Mage    S4 [Dwarf    - male  ] (28170)</ComboBoxItem>
                            <ComboBoxItem>Mage    S4 [Gnome    - male  ] (28169)</ComboBoxItem>
                            <ComboBoxItem>Mage    S4 [Human    - male  ] (28164)</ComboBoxItem>
                            <ComboBoxItem>Mage    S4 [Troll    - male  ] (28203)</ComboBoxItem>
                            <ComboBoxItem>Mage    S4 [Bloodelf - female] (28168)</ComboBoxItem>
                            <ComboBoxItem>Mage    S4 [Gnome    - female] (28165)</ComboBoxItem>
                            <ComboBoxItem>Mage    S4 [Gnome    - male  ] (28186)</ComboBoxItem>
                            <ComboBoxItem>Mage    T6 [Bloodelf - male  ] (27801)</ComboBoxItem>
                            <ComboBoxItem>Pala    T6 [Bloodelf - male  ] (28189)</ComboBoxItem>
                            <ComboBoxItem>Pala    S3 [Human    - male  ] (28188)</ComboBoxItem>
                            <ComboBoxItem>Priest  S4 [Troll    - male  ] (28203)</ComboBoxItem>
                            <ComboBoxItem>Priest  T7 [Nighelf  - female] (28190)</ComboBoxItem>
                            <ComboBoxItem>Priest  S2 [Undead   - male  ] (28191)</ComboBoxItem>
                            <ComboBoxItem>Rogue   S2 [Gnome    - male  ] (28192)</ComboBoxItem>
                            <ComboBoxItem>Rogue   S3 [Undead   - male  ] (28193)</ComboBoxItem>
                            <ComboBoxItem>Rogue   S1 [Undead   - male  ] (23877)</ComboBoxItem>
                            <ComboBoxItem>Rogue   S4 [Bloodelf - female] (28222)</ComboBoxItem>
                            <ComboBoxItem>Rogue   T2 [Goblin   - male  ] (26444)</ComboBoxItem>
                            <ComboBoxItem>Shaman  S4 [Dreanai  - female] (28195)</ComboBoxItem>
                            <ComboBoxItem>Warlock S2 [Bloodelf - male  ] (28198)</ComboBoxItem>
                            <ComboBoxItem>Warlock T6 [Human    - female] (28197)</ComboBoxItem>
                            <ComboBoxItem>Warrior S3 [Undead   - male  ] (24450)</ComboBoxItem>
                            <ComboBoxItem>Warrior S3 [Orc      - male  ] (28201)</ComboBoxItem>
                            <ComboBoxItem>Warrior S3 [Orc      - male  ] (27900)</ComboBoxItem>
                            <ComboBoxItem>Warrior S4 [Human    - male  ] (24706)</ComboBoxItem>
                            <ComboBoxItem>Warrior S4 [Human    - female] (28202)</ComboBoxItem>
                            <ComboBoxItem>Warrior S4 [Tauren   - male  ] (28207)</ComboBoxItem>
                            <ComboBoxItem>Warrior S4 [Bloodelf - female] (28017)</ComboBoxItem>
                            <ComboBoxItem IsEnabled="False" FontSize="13" Background="Moccasin" Foreground="DarkViolet" FontWeight="Bold">Famous people</ComboBoxItem>
                            <ComboBoxItem>Highlord Tirion Fording (22209)</ComboBoxItem>
                            <ComboBoxItem>Grand Necrolord Putress (25006)</ComboBoxItem>
                            <ComboBoxItem>Lady Sylvanas Windrunner (28213)</ComboBoxItem>
                            <ComboBoxItem>Baron Rivendare (10729)</ComboBoxItem>
                            <ComboBoxItem>High Overlord Saurfang (23033)</ComboBoxItem>
                            <ComboBoxItem>Garrosh Hellscream (23006)</ComboBoxItem>
                            <ComboBoxItem>Rhonin (16024)</ComboBoxItem>
                            <ComboBoxItem>The Lich King (24191)</ComboBoxItem>
                            <ComboBoxItem>Val'kyr battle maiden (24991)</ComboBoxItem>
                            <ComboBoxItem>Highlord darion mograine (25444)</ComboBoxItem>
                            <ComboBoxItem>Prince valanar (25514)</ComboBoxItem>
                            <ComboBoxItem IsEnabled="False" FontSize="13" Background="Moccasin" Foreground="DarkViolet" FontWeight="Bold">Pro models</ComboBoxItem>
                            <ComboBoxItem>Koltira Deathweaver DK (23920)</ComboBoxItem>
                            <ComboBoxItem>Keritose Bloodblade DK (27404)</ComboBoxItem>
                            <ComboBoxItem>Archmage Aethas Sunreaver (26770)</ComboBoxItem>
                            <ComboBoxItem>Archmage Modera (26771)</ComboBoxItem>
                            <ComboBoxItem IsEnabled="False" FontSize="13" Background="Moccasin" Foreground="DarkViolet" FontWeight="Bold">That's funny shit right there</ComboBoxItem>
                            <ComboBoxItem>Floating Skull (28089)</ComboBoxItem>
                            <ComboBoxItem>Mad Scientist (23875)</ComboBoxItem>
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  3. #18
    ReloaD1010's Avatar Member
    Reputation
    5
    Join Date
    May 2009
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its only client side or all can view you morphed?

  4. #19
    miLl3niUm's Avatar Member
    Reputation
    16
    Join Date
    Jun 2009
    Posts
    312
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Client-Sided ofcourse. If it was server-sided it would be 100000% detectable.

  5. #20
    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 Nesox View Post
    throw new Exception("Not implemented yet!");

    I believe what you want is UNIT_FIELD_NATIVEDISPLAYID.

    (Or something similar. Forget the exact name)

    Its obvious from the name what it is.


    Originally Posted by SKU View Post
    Well done.

    You can also set 0x0111409C (dword) to 1 to enable the console without the -console flag, and you can set the ConsoleKey via 0x00A32610 (also dword).

    Nice. Always wondered about that but was too lazy to go track down how to do it. <3

  6. #21
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post

    I believe what you want is UNIT_FIELD_NATIVEDISPLAYID.

    (Or something similar. Forget the exact name)

    Its obvious from the name what it is.
    yus! just too lazy to do it atm

  7. #22
    SuperNinjaBob's Avatar Active Member
    Reputation
    50
    Join Date
    Feb 2007
    Posts
    367
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow, another amazing program from Nesox.
    Keep up the good work, I will keep up the +rep. ;D

    But to do this from the console command is just magnificent. Finally, a good use for it. xD

    "You know why the setting sun is red? Light contains lots of colors,
    but red has the longest wave length and reaches the farthest."

  8. #23
    marcojoao's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Aug 2007
    Posts
    114
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  9. #24
    SuperNinjaBob's Avatar Active Member
    Reputation
    50
    Join Date
    Feb 2007
    Posts
    367
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And could you make it where you can edit specific gear your character is wearing?
    like weapons, armor, etc.

    And it owuld be halarious if you could morph other people. xD
    Last edited by SuperNinjaBob; 06-14-2009 at 06:41 PM.

    "You know why the setting sun is red? Light contains lots of colors,
    but red has the longest wave length and reaches the farthest."

  10. #25
    lufkin's Avatar Active Member
    Reputation
    22
    Join Date
    Jan 2008
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice program, you are great

  11. #26
    berryman13's Avatar Contributor
    Reputation
    251
    Join Date
    Dec 2006
    Posts
    856
    Thanks G/R
    0/2
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow, nice one! Grats on legendary!
    PLEASE REMEMBER! A simple thanks can mean so much
    CHEAP GOLD ON [US] [ALLIANCE] STORMRAGE & KEL'THUZAD! -https://bit.ly/1nf04nF

    - BERRYMAN13

  12. #27
    supereuropa's Avatar Sergeant Major
    Reputation
    36
    Join Date
    Mar 2008
    Posts
    182
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cant briing up the console, help!

  13. #28
    Cyberthube's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good job thanks!

  14. #29
    snigelmannen's Avatar Member
    Reputation
    27
    Join Date
    Jul 2007
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by supereuropa View Post
    cant briing up the console, help!
    No need for console really just make sure you have set the argument in the shortcut. then in wow type /script ConsoleExec("Morph XXXXX") //XXXXX is your ID

    And btw Nesox great prog, works on x64 tested and no problems.
    Last edited by snigelmannen; 06-15-2009 at 05:06 AM.
    " Spy sappin mah sentry! "

  15. #30
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by -Riku- View Post
    And could you make it where you can edit specific gear your character is wearing?
    like weapons, armor, etc.

    And it owuld be halarious if you could morph other people. xD
    http://img188.imageshack.us/img188/8...1409184511.jpg

    http://img522.imageshack.us/img522/5...1409184528.jpg
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

Page 2 of 11 FirstFirst 123456 ... LastLast

Similar Threads

  1. [Release] Spectral Mount Quest
    By DarkFever in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 05-26-2008, 12:28 AM
  2. [Release]Small Mount Pack - New Mounts
    By sindas in forum World of Warcraft Emulator Servers
    Replies: 11
    Last Post: 03-05-2008, 08:40 PM
  3. [Release] Reknowns Mount Pack
    By Greed in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 02-09-2008, 05:37 AM
  4. How to get money for epic flying mount (Casual Players)
    By jacaxe in forum World of Warcraft Guides
    Replies: 9
    Last Post: 01-14-2008, 10:24 AM
  5. [Release] Beginner Mount - No requirements
    By Wheeze201 in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 12-23-2007, 06:36 AM
All times are GMT -5. The time now is 12:09 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