[Morph]All playable races +10 additional with character equipment menu

User Tag List

Page 3 of 13 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 188
  1. #31
    Stiopare's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    21
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    EDIT: Wrong thread... Anyway +REP

    [Morph]All playable races +10 additional with character equipment
  2. #32
    jaguar0102's Avatar Member
    Reputation
    2
    Join Date
    Jun 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi i have question if u can combine ur patch with another patch? because ur patch is solving my problem with shapeshift and "removing" moonkin form bot it's bit anoying to press macro with /console morph 90050 -)) so if u have time or mb give me some clue how to do it parmanent it will be nice
    MEGAUPLOAD - The leading online storage and file delivery service here 2 files 1st urs 2nd mine
    /beg

  3. #33
    zZippo's Avatar Member
    Reputation
    2
    Join Date
    Sep 2010
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I freeze up when I try to use the Injector Program?
    And I am not to sure what you mean by patching the wow exe and disabling the protection

  4. #34
    VX2's Avatar Contributor
    Reputation
    205
    Join Date
    Dec 2009
    Posts
    262
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2 jaguar0102
    are you mean autoremorph?

    ok. guys, that's an easy addon (ordinary standard addon) just install it like other addons and you'll get it x)
    ReMorpher.zip
    it's just hook "UNIT_MODEL_CHANGED" event, and remorph you to presetted ID.
    if you want to change desirable ID "on the fly", use similar macro (case sensitive):
    Code:
    /script ReMorphID=90120; ConsoleExec("morph 22222")
    where:
    90120 - disirable ID
    22222 - any valid ID (will remorphed to desirable automaticaly)

  5. #35
    jaguar0102's Avatar Member
    Reputation
    2
    Join Date
    Jun 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i love u mate!!!!!!!!

  6. #36
    equertez's Avatar Sergeant
    Reputation
    7
    Join Date
    Aug 2010
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there any version for 3.3.5a (12340) ?

  7. #37
    VX2's Avatar Contributor
    Reputation
    205
    Join Date
    Dec 2009
    Posts
    262
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry, I already remove my 12340 version. I can explain how you can make it self, but I have no idea exist any morpher for 12340 or not.

  8. #38
    RaptorMX's Avatar Member
    Reputation
    9
    Join Date
    Apr 2007
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tested in 4.0.6, not working.

    When i do /console morph 90131 it changes nothing.

    Patch is loaded and wow.exe is pached to remove signature file checks and patch number limitation, but still doesnt work.

  9. #39
    VX2's Avatar Contributor
    Reputation
    205
    Join Date
    Dec 2009
    Posts
    262
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    private server 13623 (version and morph log in console, +morphed gnome as tuskar with character equipment):

  10. #40
    Caunstantine's Avatar Member
    Reputation
    45
    Join Date
    Nov 2007
    Posts
    109
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have there been any reported bans for using this program yet? I'm interested in giving it a shot but never used a program quite like this. Not sure if I want to risk it!

  11. #41
    VX2's Avatar Contributor
    Reputation
    205
    Join Date
    Dec 2009
    Posts
    262
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ReMorpher 1.11:
    - added slots tracking.
    - added disabling auto remorphing

    all control by macro/chat:
    [spoiler]enable auto model swap and/or request remorph:
    /script ReMorph.ID=90120; ConsoleExec("morph 22222")
    where:
    90120 - disirable ID
    22222 - any valid ID (will remorphed to desirable automaticaly)

    disable auto model swap (not swap you back):
    /script ReMorph.ID=nil

    for enable slots check (disabled by default):
    /script ReMorph.Slots=1

    for disable slots check:
    /script ReMorph.Slots=nil

    for every slot check (all disabled by default):
    /script ReMorph.Slot16=32837
    where:
    16 slot number (1-20)
    32837 item ID (search on wowhead.com and get ID from adress string)

    for disable only one slot check:
    /script ReMorph.Slot16=nil
    where:
    16 slot number (1-20)

    macro templates for slots:
    [spoiler]head
    /script ReMorph.Slot1=
    neck
    /script ReMorph.Slot2=
    shoulder
    /script ReMorph.Slot3=
    shirt
    /script ReMorph.Slot4=
    chest
    /script ReMorph.Slot5=
    belt
    /script ReMorph.Slot6=
    legs
    /script ReMorph.Slot7=
    feet
    /script ReMorph.Slot8=
    wrist
    /script ReMorph.Slot9=
    gloves
    /script ReMorph.Slot10=
    finger 1
    /script ReMorph.Slot11=
    finger 2
    /script ReMorph.Slot12=
    trinket 1
    /script ReMorph.Slot13=
    trinket 2
    /script ReMorph.Slot14=
    back
    /script ReMorph.Slot15=
    main hand
    /script ReMorph.Slot16=
    off hand
    /script ReMorph.Slot17=
    ranged
    /script ReMorph.Slot18=
    tabard
    /script ReMorph.Slot19=
    player title
    /script ReMorph.Slot20=[/spoiler][/spoiler]
    --------------
    1.11
    - minor fix. now react only on player model changing.
    Last edited by VX2; 04-13-2011 at 02:37 AM.

  12. #42
    jum33's Avatar Private
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm able to morph my character but I'm unable to morph any equipment using
    /script ReMorph.SlotX=XXXXX
    ex. /script ReMorph.Slot3=32047 for Merciless Gladiator's Silk Amice
    Nothing happens, is there anything I have to do prior doing this?

  13. #43
    VX2's Avatar Contributor
    Reputation
    205
    Join Date
    Dec 2009
    Posts
    262
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    at first you must enable slots check:
    Code:
    /script ReMorph.Slots=1
    then reequip any item

    p.s. of course your model must support using of equipment (try on default races at first).

    --------------------------------
    ok. for sample. if you want use UdM with A2 eq then you must use this:
    Code:
    /script ReMorph.Slots=1
    /script ReMorph.Slot1=31999
    /script ReMorph.Slot3=32001
    /script ReMorph.Slot5=32002
    /script ReMorph.Slot7=32000
    /script ReMorph.Slot10=31998
    /script ReMorph.ID=90050
    /script ConsoleExec("morph 22222")
    last string is only for calling "UNIT_MODEL_CHANGED" event.
    then you must requip any item to call "PLAYER_EQUIPMENT_CHANGED" event and you model would be reequipped in A2.

    of course morpher must be injected.
    Last edited by VX2; 04-13-2011 at 11:13 PM.

  14. #44
    jum33's Avatar Private
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah, I didn't realize that I had to reequip something to make it work, thanks a lot :3

    on a side note, wouldn't it be more convenient to make the gearmorpher work similarly like the charactermorpher, i.e refreshing automatically when you load into another zone.

  15. #45
    VX2's Avatar Contributor
    Reputation
    205
    Join Date
    Dec 2009
    Posts
    262
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

Page 3 of 13 FirstFirst 1234567 ... LastLast

Similar Threads

  1. New characters equipped with bags
    By roguesownu in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 04-03-2008, 02:18 PM
  2. Problems with character-creature editing
    By Falcaram in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 01-06-2008, 07:47 AM
  3. Free name change with character transfer!
    By Diseal3 in forum World of Warcraft Guides
    Replies: 19
    Last Post: 12-05-2007, 05:52 PM
  4. All my Primal farming spots WITH IMPROVMENTS!
    By tumadre in forum World of Warcraft Guides
    Replies: 12
    Last Post: 11-17-2007, 01:58 PM
  5. ALL 10 RACES horde+ally 1-70 guides
    By Apolak in forum World of Warcraft Guides
    Replies: 59
    Last Post: 06-06-2007, 01:53 PM
All times are GMT -5. The time now is 11:36 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