WoW BlueTracker Home | RSS | News | Contact
Recent | Search | Archive | CS Posts
Poster: Wakaru at 12/18/2005 3:12:46 PM PST
Subject: keydown event for dressing room
   a mod i'm editing has a keydown event that binds alt and a keypress as well as item linker.
for some reason it's canceling out the Ctrl keydown event for dressing room so i can't view items in dressing room from a linked item.



function New_SetItemRef (link)
if ( strsub(link, 1, 6) == "player" ) then
local name = strsub(link, 8)
if ( name and (strlen(name) > 0) ) then
if ( IsAltKeyDown() ) then
InviteByName(name)
return --remove the default method that starts a tell with the player clicked
elseif ( IsControlKeyDown() ) then
GDKP_add(full,name)
return
elseif ( IsShiftKeyDown() ) then
GDKP_add(upgrade,name)




anyway of adding in a keydown event for dressing room or fixing the error or it not working?

[ post edited by Wakaru ]


Captain Logic has spoken!
  http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=281947&p=#post281947
 
Poster: slouken at 12/18/2005 6:48:08 PM PST
Subject: Re: keydown event for dressing room
  

Q u o t e:
This functionality is now part of the default interface, isn't it?


Yep.
  http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=281947&p=#post282028
Poster: slouken at 12/18/2005 7:25:39 PM PST
Subject: Re: keydown event for dressing room
   Thanks! :)
  http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=281947&p=#post282052

View all recent official Blue Posts

WoW Blue Tracker: Archiving World of Warcraft Blue Posts
since March 2005
Home | RSS | News | Contact
Recent | Search | Archive | CS Posts
 

Why Ads?