Download
(1Kb)
Download
Updated: 11-24-12 02:06 PM
Pictures
File Info
Updated:11-24-12 02:06 PM
Created:07-31-10 12:39 PM
Downloads:2,231
Favorites:10
MD5:

Lazy Chat Binds

Version: 5.0.4
by: LazyBoot, kaimox

This addon will allow you to bind keys to send messages to specific channels.
Just set the keys via the standard wow keybinding interface

Example: you can bind . to party, then you only need to push . to open the editbox with the party channel selected.

4.1
updated for wow 4.1
changed version numbering to match wow version

1.0b
Updated toc for patch 4.0

1.0
Initial upload
Optional Files (0)


Post A Reply Comment Options
Unread 04-08-13, 10:59 AM  
LazyBoot
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 1
While I'm not maintaining this anymore because I've quit wow, the code in the latest version I uploaded is:
if (IsInRaid()) then
ChatFrame_OpenChat("/raid");
else
ChatFrame_OpenChat("/p");
end
for that bit...
however if IsInRaid() returns true for lfg as well, then maybe something could be done with GetLFGMode()
Last edited by LazyBoot : 04-08-13 at 11:00 AM.
Report comment to moderator  
Reply With Quote
Unread 04-07-13, 05:25 PM  
kaimox
A Fallenroot Satyr

Forum posts: 25
File comments: 100
Uploads: 0
This still works fine for guild and private channels but not for raids and lfg groups. Blizz has changed something there. Does anybody know how to fix this?

It's because the addon uses the following code to check whether I'm in a raid or not:

if (GetNumRaidMembers() > 0) then
ChatFrame_OpenChat("/raid");
else
ChatFrame_OpenChat("/p");
end

GetNumRaidMembers() doesn't exist anymore. How do I correctly check for a raid?

Edit: It seems I'm in a raid in lfg too ... I have to investigate that further. Maybe somebody knows a place with further information about those changes?
Last edited by kaimox : 04-07-13 at 05:39 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: