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

Shout-Out

User Tag List

Page 2 of 7 FirstFirst 123456 ... LastLast
Results 16 to 30 of 99
  1. #16
    Namou's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, I play a druid and the addon works fine (maybe too much).
    In fact everytime i cast some HOT, i morph in a different race, it's kinda weird :s

    EDIT: It also morph my target when i cast something and when someone buffs me.
    BTW +2rep because i can't give u more
    Last edited by Namou; 09-05-2008 at 07:08 AM.

    [Addon] "Transporter Malfunction"-MoEdit (works for druids and maybe rogues/warriors)
  2. #17
    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)
    i meantioned this before this is some wierd bug i found too.

    But this will be fixed in the next version so that only you will morph and i try not to morph every time you hot someone i know this can be confusing. But i'm on it and i will fix it asap.... :wave:

    PS: you can post me the code from the addons core.lua and i can tell you where to put the commands to only morph you. SO you can fix it yourself.
    <img src=https://www.quickmeme.com/img/35/352f12ae8ccc1794a85ce562c3ce9d3eefe7ccd4732fde240f1c1c1750158c4e.jpg border=0 alt= />

  3. #18
    Captain Bunny Killer's Avatar Active Member
    Reputation
    15
    Join Date
    May 2007
    Posts
    118
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks! Great post!

  4. #19
    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)
    So Just finished the new version of the addon...

    Fixes:

    - Only you will Morph not your target.
    - It should only Morph on Shapeshift's (un)Stealth and i think on Mounting / Stance-change.

    But im not 100% sure that the addon will work right so if some1 pls could test this for me (im not at home atm) i would be really glad.

    And if there's some1 with lua-script-coding-skills can you tell me if this is working as i think ?

    Definition of the target i wanna morph:

    local msg = "TargetUnit(""player"")"; -- Can this work because of the ""
    or should i write
    local msg = "TargetUnit(\"player\")";
    so if some1 could help me with the right syntax ... that would be awesome.

    Call to the Morph:

    if (form == 0 and (form ~= oldForm) and test == 0) then
    ConsoleExec(msg); -- Can this work ?
    ConsoleExec("morph 20316"); -- This works !
    ConsoleExec("TargetLastTarget()"); -- this has to work !
    end

    And ofc the most important thing... the downloadlink:

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

  5. #20
    Namou's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, i tried with my druid, warrior and rogue, and none of them morph during shapeshift/stance/stealth
    Don't know, maybe I did something wrong but I did exactly the same with the first version. I'll keep on trying to be sure it's not my fault =)

  6. #21
    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)
    so pls explain step by step what your doing otherwise i can't help you right ....

    i will help you but as i said pls tell me EVERY STEP you do so i can see if it's your or my fault....

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

  7. #22
    Namou's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, I deleted the old version of "Transforuid" which was in my AddOns folder and replaced it by the new version. I put CypherMorph program inside my WoW folder, launched the game with the program, logged in my druid and tried every shapeshift form(bear,cat, travel and swift flying). I even tried to heal myself or someone else but nothing worked.
    Maybe you see a mistake in what I did, I might have forgotten some essential thing but I just can't figure it out. :confused:

  8. #23
    Jeshbugii's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Namou View Post
    Hmm, I deleted the old version of "Transforuid" which was in my AddOns folder and replaced it by the new version. I put CypherMorph program inside my WoW folder, launched the game with the program, logged in my druid and tried every shapeshift form(bear,cat, travel and swift flying). I even tried to heal myself or someone else but nothing worked.
    Maybe you see a mistake in what I did, I might have forgotten some essential thing but I just can't figure it out. :confused:
    Yea this new version doesent work.
    Btw, +cookie

  9. #24
    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)
    mhhh the only thing i see is make sure you don't have the transforuid-folder extracted wrong...

    What i mean is e.g.:
    it should be:

    D:\wow\interface\addons\transforuid\core.lua .... and so on

    and i think you've got

    D:\wow\interface\addons\transforuid\transforuid\core.lua ... and so on

    so that your Winzip / winrar made a subfolder and so the addon is not working right.

    And tell me if the popup from CypherMorph is saying "Injection Succeeded" when you press play.

    Once more i now it sounds stupid but check if "out of date addons" is checked in the character selection screen.

    if this will not fix your problem you have to send me the Foldertree of your addons folder and your wow folder so i can take a look inside.

    And also you would help me if you try the morph command:

    open up wow console (^) (maybe you need to press ALT + SHIFT to switch the keyboardlayout to eng)

    when the console is open type in "morph 59" with yourself targetted. If your a naked tauren then, the morph command is working and theres maybe a fault in my addon. If your not transformed after the morph command you've setted CypherMorph up wrong.

    Please gimme Feedback i would really love to get your addon working too.

    PS: Here's a new Version i think i found the Problem why this was not working:

    RapidShare: Easy Filehosting

    PPS: im sorry for the trouble i'm causing but i have 2 more hours to work so i can't test this my self as soon as i can test the addon my self the error will beremoved asap. So pls give feedback on the new version.

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

  10. #25
    Namou's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    EDIT : Works perfect Gratz, u did something great !
    Last edited by Namou; 09-05-2008 at 08:54 AM.

  11. #26
    Jeshbugii's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Namou View Post
    It seems like I did everything fine, nosubfolder for the addon, the program says Injection succeeded as intended and i launch out of date addons everytime because of my UI.
    But i don't know how to open Wow consol, i'm french and consequently have some issues understanding everything but i play WoW in english so maybe u could tell me the exact command to open wow consol plz.
    /script SetConsoleKey (",") say this in wow and then press , and the console will open

  12. #27
    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)
    /script SetConsoleKey (",") say this in wow and then press , and the console will open
    Nice tipp for some1 who didn't know Thank you ....

    EDIT : Works perfect Gratz, u did something great !
    YEAH finally i'm glad it's working now. And thanks for the feedback you've helped me alot....

    i will edit the main post for the newest version....

    if there are any other questions suggestions or some please let me know....

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

  13. #28
    Andyboy01's Avatar Active Member
    Reputation
    34
    Join Date
    Apr 2008
    Posts
    189
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its lovely and ive already repped u but im just wondering
    Is it possible for me to STAY 1 race and not swap every time i need to stealth? And is it possible for only this to happend to me? Or well atleast other rogues too, but everytime a druid hot ticks it makes him Transform xD
    Official Markons hater

  14. #29
    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)
    Its lovely and ive already repped u but im just wondering
    Is it possible for me to STAY 1 race and not swap every time i need to stealth? And is it possible for only this to happend to me? Or well atleast other rogues too, but everytime a druid hot ticks it makes him Transform xD
    Thank you for the feedback...

    Yes it's possible that you are Tauren when you stealth an be Undead when you unstealth i need just a little code-change.

    And the problem that a druid changes his model every time a hot ticks is already solved just load the file under // EDIT² in the main post ... this is the fixed one which only will change your model on shapeshifts and so on not on every buff....

    And the Bug that your target is swapping models instead of you ... man .... i'm working on it but didn't get it to working by now... as soon as this bug is fixed i will release a new version...

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

  15. #30
    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)
    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:


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

Page 2 of 7 FirstFirst 123456 ... 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 10:52 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