Train tailoring anywhere. menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 34
  1. #1
    XnaRouge's Avatar Active Member
    Reputation
    65
    Join Date
    Mar 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Train tailoring anywhere.

    I've loved this board for a long time, so I thought I would contrib something.

    I've found that if you type /script OpenTrainer(); it opens a tailoring training window, no matter where you are.

    Reproduceable from some friends, but not by all (though admittedly some of my friends aren't the smartest, so they could just be F'ing it up.)

    If you can find a way to pass it a variable to force it to open another tradeskill window this could have some real potential (possibly an archaeology trainer?)

    Nonetheless, hope you kids can enjoy this!

    Train tailoring anywhere.
  2. #2
    computerjd's Avatar Member
    Reputation
    1
    Join Date
    Oct 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just tried this, and yes it did open the training window, howver the option to actually train through it is greyed out.

  3. #3
    SacredSpenny's Avatar Contributor CoreCoins Purchaser
    Reputation
    229
    Join Date
    Dec 2007
    Posts
    647
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Worked for me, i was able to train. Thanks +rep

  4. #4
    Ikekudeyg's Avatar Private
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just trained Shadoweave Pants, Shadoweave Robe, Shadoweave Gloves, Shadoweave Shoulders, and Shadoweave Boots while in ICC at the LK. It works.

  5. #5
    Notmyrealname's Avatar Corporal
    Reputation
    5
    Join Date
    Nov 2010
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wouldn't even open a window for me, very odd. Wowwiki doesn't know anything about this API either, so no idea how it's supposed to work.

  6. #6
    kickasskid54's Avatar Active Member
    Reputation
    50
    Join Date
    Nov 2008
    Posts
    236
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Confirmed

    +rep

    ---------- Post added at 09:58 PM ---------- Previous post was at 09:57 PM ----------

    Originally Posted by Notmyrealname View Post
    Wouldn't even open a window for me, very odd. Wowwiki doesn't know anything about this API either, so no idea how it's supposed to work.
    Do you have 2 profs already?

  7. #7
    Notmyrealname's Avatar Corporal
    Reputation
    5
    Join Date
    Nov 2010
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickasskid54 View Post
    Confirmed

    +rep

    ---------- Post added at 09:58 PM ---------- Previous post was at 09:57 PM ----------



    Do you have 2 profs already?
    I do, but that's not it. I tried it again in BG and it worked. Then I tried it a second time in BG and it didn't work. I tried it when I got out of the BG and it worked again. I'm not seeing a pattern yet, as to when it will work vs when it won't.

  8. #8
    hp94's Avatar Legendary
    Reputation
    742
    Join Date
    Nov 2009
    Posts
    587
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please move to elite asap, I can explain why in there.

    EDIT: Theory didn't work, turns out there are no arguments for the function therefore it's not as important as I though initially for protection in the upper spire of MMowned. It's still a decent contribution, so I'll still be +repping, it's still up to you if you want it moved or not.

    Double Edit: From WoWProgramming:

    Code:
    Was used in early betas of World of Warcraft before trainer NPCs existed. Only remaining use is equivalent to CloseTrainer().
    
    Signature:
    
    OpenTrainer()
    
    This function is deprecated and is no longer in use
    Seems to take nothing, returns nothing, but I can't be sure until I have a few moments to work with it.
    Last edited by hp94; 12-02-2010 at 11:36 PM.

  9. #9
    poisoncandyman's Avatar Member
    Reputation
    4
    Join Date
    Dec 2006
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just tried it +rep for the epicness

  10. #10
    bardbrain's Avatar Member
    Reputation
    104
    Join Date
    Aug 2007
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Someone should try OpenMerchant() and OpenQuest() as well as OpenTrainer() while targeting a trainer from a distance. Also OpenAuctionhouse(), Openbankframe(), OpenGossip(). OpenLoot(), OpenMail().

    I have a feeling this may be bigger, allowing quests without faction or quest pre-reqs by forcing a dialogue or looting mobs you haven't killed. If it does force a dialogue, it would still be limited if a quest requires a hand-in you don't have.

    Might also allow purchases from opposite faction vendors.

  11. #11
    hp94's Avatar Legendary
    Reputation
    742
    Join Date
    Nov 2009
    Posts
    587
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    KnowItAll: FUNCTION_LOOKUP
    Name: OpenTrainer()
    functionID: 1A0F1188
    takes: nothing
    returns: arg1 = nil,
    if return true then returns true = true;
    [Click here to run OpenTrainer()]

    Seems to be a small roadblock.

    EDIT: After searching:

    /script MailFrame:Show()
    /script BankFrame:Show()
    /script GossipFrame:Show() --Filler Text (lol!)
    /script TaxiFrame:Show() --returns error, NO EVENT FROM SERVER

    I'm going to start looking at that.
    Last edited by hp94; 12-03-2010 at 12:35 AM.

  12. #12
    Thundathigh's Avatar Master Sergeant
    Reputation
    15
    Join Date
    Aug 2010
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    From User interface customization guide - WoWWiki - Your guide to the World of Warcraft
    "MailFrame is the name of a Blizzard Frame, created in Blizzard Interface Data/FrameXML/MailFrame.xml. Anyframe:Show() will make that frame appear, even if you are nowhere near a mailbox. Type /run MailFrame:Show() in game to accomplish the same thing."

    I think that the OpenTrainer thing is different than using the Show() command, but I could be wrong.

  13. #13
    hp94's Avatar Legendary
    Reputation
    742
    Join Date
    Nov 2009
    Posts
    587
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Thundathigh View Post
    From User interface customization guide - WoWWiki - Your guide to the World of Warcraft
    "MailFrame is the name of a Blizzard Frame, created in Blizzard Interface Data/FrameXML/MailFrame.xml. Anyframe:Show() will make that frame appear, even if you are nowhere near a mailbox. Type /run MailFrame:Show() in game to accomplish the same thing."

    I think that the OpenTrainer thing is different than using the Show() command, but I could be wrong.
    The fact that it actually returns a nil argument means it is NOT a show command, you are right.

    I just went around looking at some of the odd things.

  14. #14
    Toastie!'s Avatar Active Member
    Reputation
    21
    Join Date
    Jul 2009
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Using "/script GossipFrame:Show()" just tends to open up the chat frame of the last npc you were talking to. Unfortunately it is non-interact-able if the NPC had any options.
    Last edited by Toastie!; 12-03-2010 at 01:12 AM. Reason: poor grammar

  15. #15
    bardbrain's Avatar Member
    Reputation
    104
    Join Date
    Aug 2007
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Toastie! View Post
    Using "/script GossipFrame:Show()" just tends to open up the chat frame of the last npc you were talking to. Unfortunately it is non-interact-able if the NPC had any options.
    You ever tried that while targeting an NPC that won't talk to you?

Page 1 of 3 123 LastLast

Similar Threads

  1. Train to Grand Master in Tailoring in LIVE
    By Shinijumi in forum World of Warcraft Exploits
    Replies: 35
    Last Post: 10-23-2008, 12:27 AM
  2. Tailoring Guide 1-300
    By Matt in forum World of Warcraft Guides
    Replies: 7
    Last Post: 08-31-2006, 08:58 PM
  3. Proof of 'Ride Anywhere With Gryphon'
    By =sinister= in forum World of Warcraft General
    Replies: 9
    Last Post: 07-11-2006, 11:34 AM
  4. Train skill for free!!!
    By Krazzee in forum World of Warcraft Exploits
    Replies: 14
    Last Post: 06-15-2006, 12:07 AM
  5. Another Weapon Skill Training Spot
    By lvlrbojang1es in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 05-19-2006, 05:41 AM
All times are GMT -5. The time now is 10:50 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