Help

Cosplay

Miscellaneous Login to Add Favorites
  • 0 Likes
  • World of Warcraft
  • 27,567 Downloads
  • Supports: 4.3
  • 8 Average Daily Downloads
  • Comments
  • Created 5/9/2008 9:53:16 AM
  • Updated 12/22/2011 2:48:26 AM
  • 236 Favorites
  • Project Site
  • License: All Rights Reserved
  • Release Type: Release
  • Newest File: v1.3.3
or
Support development! **
Donate

About Cosplay

Adds a button to undress the model in the Dressing room, which makes viewing some items easier (eg. Checking out some new pants if you wear a robe).

tag v1.3.3
4c259f110b3a764f6d1e04959a0c1fed19ad3e63
phyber <phyber@wowace>
2011-12-22 08:46:29 +0000

Tagging as v1.3.3

--------------------

phyber:
    - Fix for 4.3. Thanks help137.
    - Fix for 4.3

Comments

First Previous Page 1 of 2 Next Last
  • #17

    Help137 thanks for the fixes!

  • #16

    And here is the fix for the Auction House errors

    Replace lines 85 - 100 with the following:

    -K

     

    function Cosplay:CreateAHButtons()
        if not AHButtonsCreated then
            local AuctionDUFUndressButton = CreateFrame("Button", "ADUFUndressButton", SideDressUpModel, "UIPanelButtonTemplate")        
            ADUFUndressButton:SetWidth(70)
            ADUFUndressButton:SetHeight(22)
            ADUFUndressButton:SetText(L["Undress"])
            ADUFUndressButton:SetPoint("BOTTOM", "SideDressUpModelResetButton", "TOP", 0, 2)
            ADUFUndressButton:SetScript("OnClick", function()
                SideDressUpModel:Undress()
                PlaySound("gsTitleOptionOK")
            end)

            AHButtonsCreated = true
        end
        self:UnregisterEvent("AUCTION_HOUSE_SHOW")
    end

  • #15

    Assuming you're using the latest version, just comment out lines 141 & 142. If you don't have an editor with line numbers, look for the code below. Blizzard appears to have substantially changed the buttons in the paper doll window and it's no longer possible to hide them in this manor. Personally, having the buttons at the top doesn't bother me and it certainly bothers me less than an error every time I log in. If phyber doens't turn up here in another week or two to at least say hello, I'll post a fan update version on WI with the fix already in it.


    -K


    local function MakeRotatable()
        local f = DressUpModel
        -- Hide the rotation buttons
    --    DressUpModelRotateLeftButton:Hide()
    --    DressUpModelRotateRightButton:Hide()

     

  • #14

    Well Grizzly, I'm sure he's just terrified at that threat. I mean, think of all the money he'll loose if you stop using his add-ons... I'm sure he doesn't have a real life or anything else that might get in the way of him updating these.  And this one, I mean, you just can't raid without it! 

    Get Real.

    Get a Life.

    Don't let the door hit you on the way out.

     

    -K

     

  • #18

    Ever heard the saying about sarcasm being the lowest form of wit?

    I fully understand there can be any number of reasons for any addon author to be absent for a period of time, but in this case the simple fact that phyber updated 8 other addons when 4.3 released clearly showed activity! Lack of response from any addon author is generally not a good indication for continued future support. If addon authors want to release their creations into the public domain then they should be prepared to handle criticism from time to time!

    However, I certainly can accept that my previous comment was rather badly worded so I'll edit it to soften the comments to try and prevent causing any offence to anyone!

    Last edited by Grizzly_UK on 12/22/2011 10:37:25 PM
  • #13

    A week after patch 4.3 and this still hasn't been fixed and updated to work with patch 4.3! Checking the Project Site reveals a ticket from 14th November 2011 reporting the initial log-in error from the PTR but phyber hasn't even bothered to do anything about that ticket! I'm wondering why phyber appears to have chosen to ignore some of his addons, checking his Projects page shows a number of other addons that haven't been fixed and updated for patch 4.3 yet. Starting to think it may be time to just find alternatives that are actively maintained by their authors!

    Last edited by Grizzly_UK on 12/22/2011 10:34:45 PM
  • #12

    Seems that phyber has updated 8 of his other addons since 4.3 was released, so he's still active. Hopefully he'll get around to fixing this one in the next few days.

  • #11

    Ran into another error when logging in.

    Date: 2011-11-30 19:59:08
    ID: 2
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\Cosplay\Cosplay.lua line 91:
       ADUFUndressButton:SetPoint(): Couldn't find region named 'AuctionDressUpFrameResetButton'
    Debug:
       (tail call): ?
       [C]: SetPoint()
       Cosplay\Cosplay.lua:91: ?()
       ...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147:
          ...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147
       [string "safecall Dispatcher[1]"]:4:
          [string "safecall Dispatcher[1]"]:4
       [C]: ?
       [string "safecall Dispatcher[1]"]:13: ?()
       ...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: Fire()
       ...\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua:120:
          ...\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua:119
    AddOns:

  • #10

    Update for 4.3 needed :-)

    Date: 2011-11-30 09:42:24
    ID: 3
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\Cosplay\Cosplay.lua line 141:
       attempt to index global 'DressUpModelRotateLeftButton' (a nil value)
    Debug:
       (tail call): ?
       Cosplay\Cosplay.lua:141:
          Cosplay\Cosplay.lua:138
       Cosplay\Cosplay.lua:182: ToggleRotatable()
       Cosplay\Cosplay.lua:224:
          Cosplay\Cosplay.lua:216
       (tail call): ?
       [C]: ?
       [string "safecall Dispatcher[1]"]:9:
          [string "safecall Dispatcher[1]"]:5
       (tail call): ?
       Ace3\AceAddon-3.0\AceAddon-3.0.lua:543: EnableAddon()
       Ace3\AceAddon-3.0\AceAddon-3.0.lua:636:
          Ace3\AceAddon-3.0\AceAddon-3.0.lua:621
       [C]: LoadAddOn()
       ..\FrameXML\UIParent.lua:274: UIParentLoadAddOn()
       ..\FrameXML\UIParent.lua:297: CombatLog_LoadUI()
       ..\FrameXML\UIParent.lua:616:
          ..\FrameXML\UIParent.lua:582

  • #8
    There's Undress Button which have been fixed (look at the comments) : http://wow.curse.com/downloads/wow-addons/details/undress-button.aspx
  • #6
    Simple fix. Open cosplay.lua and do a search and replace. Search for the word "this" and replace it with the word "self". Don't include the quotes.
  • #7
    I searched and searched fir "this" but can't find any.
  • #9
    Really? You didn't find any occurences of "this" in cosplay.lua? I found 14 occurences when I searched it! Don't include the quotes in your search!

    @ kalimash: Do all 14 occurences of "this" need to be replaced?
  • #5
    Any plan to update this addon to 4.0.1 and Cataclysm? I miss my undress button. ^^
  • #4
    Don't know why Blizz never included such a simple little feature :(

    Thank YOU for the addon!! A must have for anyone who cares about how their character looks, or will look with certain gear on!
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!