[Addon] "Transporter Malfunction"-MoEdit (works for druids and maybe rogues/warriors) menu

User Tag List

Page 1 of 7 12345 ... LastLast
Results 1 to 15 of 99
  1. #1
    SchnuBby's Avatar Active Member
    Reputation
    50
    Join Date
    May 2007
    Posts
    86
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Addon] "Transporter Malfunction"-MoEdit (works for druids and maybe rogues/warriors)

    Hi there mmowned-community,

    i was bored today so i decided to do some coding.

    What i did was take the CypherMorph tool (Credits belong to Cypher).

    http://www.mmowned.com/forums/bots-p...-edit-fix.html

    and the addon Transforuid
    Transforuid : WoWInterface Downloads : Ace: Class Specific

    and edited the code of the addon a little bit.

    So what this addon will do is instead of playing a silly *.mp3 file everytime you shapeshift, it will "transform" you into a different Race everytime you shift back to casterform. Just like the debuff "Transporter Malfunction".

    I'Ve tested this and it's work great and it's a lot of fun to play with.

    And if some Rogue or Warrior could test this addon with stealth / stance change i would be thankful. Because i don't know by now if this will work with stealth / stances too.

    But for now here's the Downloadlink hope you like it ... and pls leave feedback:

    RapidShare: Easy Filehosting

    //EDIT ²:: The real newest Version now everything should work with this version. Sorry that it has took so long ;(

    RapidShare: Easy Filehosting

    //EDIT ³
    ******************************************************************************** ************************
    I finally did it !

    But sadly not 100% how i want it to work...

    now the addon will not morph your target nor morph on heals or so....

    It will only morph you if YOU are your current target or if you got no target. If you got any1 else in your target it will not morph....

    BUT you need some configuration now ;(

    1. Download the new version

    RapidShare: Easy Filehosting

    2. Open the file core.lua and find the line

    if (UnitName("target") == "! Your Name Here !" or UnitName("target") == nil) then

    enter you charactername at ! Your Name Here !. So mine looks like this

    if (UnitName("target") == "Dezz" or UnitName("target") == nil) then

    ofc you can add more chars:

    if (UnitName("target") == "Dezz" or UnitName("target") == "Gabbl" or UnitName("target") == nil) then

    Then Have Fun !

    :wave:
    ******************************************************************************** ************************
    // EDIT ³ END

    //EDIT 4
    ******************************************************************************** ************************

    Now here's the Warrior only version ...

    RapidShare: Easy Filehosting
    (50% working - Some little Bugs)

    RapidShare: Easy Filehosting
    (100% working much thanks to Hazzie for giving me Feedback and giving the last "hint" what the problem was... ty)

    ******************************************************************************** ************************
    // EDIT 4 END

    and here are some SS's... remember i just shapeshiftet between every SS:



    Last edited by SchnuBby; 09-29-2008 at 08:01 AM.
    <img src=https://www.quickmeme.com/img/35/352f12ae8ccc1794a85ce562c3ce9d3eefe7ccd4732fde240f1c1c1750158c4e.jpg border=0 alt= />

    [Addon] &quot;Transporter Malfunction&quot;-MoEdit (works for druids and maybe rogues/warriors)
  2. #2
    ^Xayo's Avatar Contributor
    Reputation
    214
    Join Date
    Sep 2007
    Posts
    434
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If it works as you say: +rep for the creative content ^^

  3. #3
    mortex's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How is it supposed to work? when i put it in my addon it doenst do anything :<

  4. #4
    mortex's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ^Xayo View Post
    If it works as you say: +rep for the creative content ^^
    If u get it to work, please tell me how cause i cant figure out how to get it to work atm.

    Mortex

  5. #5
    Ferag's Avatar Contributor
    Reputation
    263
    Join Date
    Jul 2007
    Posts
    1,437
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow, nice idea man!

  6. #6
    Eud's Avatar Member
    Reputation
    21
    Join Date
    Mar 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    DAMM IT WORKS!!!! and if you mount up and go of the mount again you change model to... NICE JOB THERE!!!!

  7. #7
    noahjam326's Avatar Member
    Reputation
    10
    Join Date
    Apr 2007
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I love it

  8. #8
    Edge94's Avatar Contributor
    Reputation
    148
    Join Date
    Aug 2008
    Posts
    466
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice post man, +Rep

  9. #9
    MAK47's Avatar Member
    Reputation
    6
    Join Date
    Aug 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mortex View Post
    How is it supposed to work? when i put it in my addon it doenst do anything :<
    the same with me? can you please tell us how... +Rep if it does work

  10. #10
    SchnuBby's Avatar Active Member
    Reputation
    50
    Join Date
    May 2007
    Posts
    86
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How it Works

    So here i will post a little guide on how to set up the addon:

    1. Download the Awesome Programm from Cypher:

    http://www.mmowned.com/forums/bots-p...-edit-fix.html

    2. Download My Addon "Transforuid":

    RapidShare: Easy Filehosting

    3. Put the CypherMorph-Program into your wow folder (e.g. D:\Wow\)

    4. Put the Transforuid-Folder in your Addons Folder (e.g. d:\wow\Interface\Addons)

    5. Start wow with the *.exe from the CypherMorph Program. Then a dialog will popup then press on "play".

    6. Log in as usually. Don't forgot to press F8 at the login screen.

    7. Activate the Addon in your Characterscreen make sure "load out of date addons" is checked. Have Fun!

    Ps: I found some wierd bugs in the addon that i didn't think of when i was coding it. So the addon will morph your target wenn it morphs didn't have tested enough sry. But i will simply but a TargetSelf / TargetLastTarget around the if's for the morph so the next version i release will only morph you instead of your target ... once again sorry for that

    Pps: And Thanks for the nice Feedback... if you discover Bugs or something isn't working right or any1 got some more displayId's wich are able to wear armor / weapons pls let me know i would be glad.

    Cya around, SchnuBby
    :wave:
    Last edited by SchnuBby; 09-05-2008 at 02:43 AM.
    <img src=https://www.quickmeme.com/img/35/352f12ae8ccc1794a85ce562c3ce9d3eefe7ccd4732fde240f1c1c1750158c4e.jpg border=0 alt= />

  11. #11
    Kon1g's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i get an error failed to load because the application config is incorrect with cypermorph

    nvm didnt see the dl link for visual

    still cant get it to work i get cypher to load wow and all but when i get in game switch stances, mount, zone in/out nothing is happening :x
    Last edited by Kon1g; 09-05-2008 at 04:20 AM.

  12. #12
    SchnuBby's Avatar Active Member
    Reputation
    50
    Join Date
    May 2007
    Posts
    86
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you've downloaded my addon and activated it in the character selection screen ?

    if so tell me wich class your playing and i will review the addon. because it seems like you didn't activate the addon right.

    :wave:
    <img src=https://www.quickmeme.com/img/35/352f12ae8ccc1794a85ce562c3ce9d3eefe7ccd4732fde240f1c1c1750158c4e.jpg border=0 alt= />

  13. #13
    MAK47's Avatar Member
    Reputation
    6
    Join Date
    Aug 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SchnuBby View Post
    So here i will post a little guide on how to set up the addon:

    1. Download the Awesome Programm from Cypher:

    http://www.mmowned.com/forums/bots-p...-edit-fix.html

    2. Download My Addon "Transforuid":

    RapidShare: Easy Filehosting

    3. Put the CypherMorph-Program into your wow folder (e.g. D:Wow)

    4. Put the Transforuid-Folder in your Addons Folder (e.g. d:wowInterfaceAddons)

    5. Start wow with the *.exe from the CypherMorph Program. Then a dialog will popup then press on "play".

    6. Log in as usually. Don't forgot to press F8 at the login screen.

    7. Activate the Addon in your Characterscreen make sure "load out of date addons" is checked. Have Fun!

    Ps: I found some wierd bugs in the addon that i didn't think of when i was coding it. So the addon will morph your target wenn it morphs didn't have tested enough sry. But i will simply but a TargetSelf / TargetLastTarget around the if's for the morph so the next version i release will only morph you instead of your target ... once again sorry for that

    Pps: And Thanks for the nice Feedback... if you discover Bugs or something isn't working right or any1 got some more displayId's wich are able to wear armor / weapons pls let me know i would be glad.

    Cya around, SchnuBby
    :wave:
    hmm, ever since ive found this site out i regret buying a mac also i cant use thsi addon cos i cant use Cypher's program, and my mac is too old to use those parallel programs that allow you to run windows programs:sadwavey:

  14. #14
    Kon1g's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the addon is loaded and activated i play a warrior and a mage but it doesnt do anything for either of them

  15. #15
    SchnuBby's Avatar Active Member
    Reputation
    50
    Join Date
    May 2007
    Posts
    86
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mm, ever since ive found this site out i regret buying a mac also i cant use thsi addon cos i cant use Cypher's program, and my mac is too old to use those parallel programs that allow you to run windows programs:sadwavey:
    Mh i'm sorry for that ... theres the same addon working for mac's but the CyphersMorph tool is an windows executable, so if Cypher is not a making a Mac version of this tool you sadly can't use it im sorry for that maybe some Mac experienced Programer will port this app to mac. I'm really sorry i can't help you.

    the addon is loaded and activated i play a warrior and a mage but it doesnt do anything for either of them
    So if you've started wow from the exe provided by Cyphers Program and you've loaded the right addon, it should be working ... try to mount up or let a druid heal you with a regrowth to test if this is working because every1 else has it get to work.

    And if it's still not working try to open up the Console (^) and type in "morph 59" for example 59 = naked tauren as far as is know.

    just to see if your morph command is working. Cause this seems like the morph command is not working so there will be a problem how you setted CypherMorph up. Please gimme some feedback, ty. :wave:
    <img src=https://www.quickmeme.com/img/35/352f12ae8ccc1794a85ce562c3ce9d3eefe7ccd4732fde240f1c1c1750158c4e.jpg border=0 alt= />

Page 1 of 7 12345 ... LastLast

Similar Threads

  1. Replies: 8
    Last Post: 12-31-2014, 06:41 PM
  2. WTT damage bug for druid and lock (cata)
    By tvl in forum WoW EMU Exploits & Bugs
    Replies: 4
    Last Post: 07-03-2012, 04:34 AM
  3. Help i cant get my server to work for me and my cuzin
    By cdsingleton in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 07-12-2009, 03:09 PM
  4. Replies: 13
    Last Post: 09-18-2007, 06:26 AM
All times are GMT -5. The time now is 01:35 PM. 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