PDA

View Full Version : Neph's Macro of the Week #5: Nekkidiness


Nephyrin
04-19-2006, 08:04 PM
This week's awesome macro of the week is a little hack to make that useless cancel button on the dressing room frame a little less useless. When you run this macro, it will reconfigure the two buttons on the bottom to put you in full gear or no gear (nude).

Why? I was sick of wanting to try a pair of pants on but first had to take off my robe and hit reset. With this hack, you now have a button to remove all armor from your character for trying on things 'from scratch' and you still have the big red X and the esc button to close the frame, since I hijacked the cancel.
/script DressUpFrameCancelButton:SetText("Undress"); DressUpFrameCancelButton:SetScript("OnClick",function() DressUpModel:Undress(); end); DressUpFrameResetButton:SetText("Dress");

Time to roll a female NE!

Edit: Changed some text to make my rambling more coherent.

HunterZ
04-20-2006, 01:23 AM
Definitely a useful function. I just found a mod that does this, and more called Undress Button (http://ui.worldofwar.net/ui.php?id=2118)

Incubuz
04-20-2006, 04:15 AM
Is there a possibility to load this " macro " by yourself, without pressing it, when you enter the game?
I don't want to use an Addon, that has the same effect like this macro, because i've already to much of 'em (:

| Is there maybe a simple string that i can add into this macro to make it self-loading? |



Greetz,

-incu

Nephyrin
04-20-2006, 06:13 AM
Unfortunately it is not possible to make a macro self-running without an addon. Although, there are many "run on start" addons that allow you to execute certain macros as soon as you load the game.

Fin
04-26-2006, 03:53 PM
excellent, I've been looking for something like this

thanks :)

morbid_o
04-27-2006, 08:13 PM
this is hot. I put it in the onload script for one of my DART textures. thanks!

mrmonkey
05-14-2006, 06:14 AM
ooh, think i can get a link of the exact mods i'd need for this one? :twisted:

krede
06-01-2006, 08:46 PM
i dont understand :? it is ( /script dressupfarmcalcelbutton ) i have to raid rigth? please tell me hwat i do wrong

geigame
06-05-2006, 10:39 PM
oh..........................

tanondorf
06-16-2006, 02:30 AM
im new to cosmos so how exactly do u install this macro or use it or whatecer