TTell
| Last Update: | April 15, 2008 (4 months ago) |
|---|---|
| Category: | Chat & Communication |
| Tags: | chat, rewhisper, target, tell, and whisper |
| Project Manager: | Matt646 |
| Current Version: | TTell 2.2.0a (for World of Warcraft 2.4.3) |
| Downloads Today: | 4 |
| Downloads Total: | 5,374 |
| Favorites: | 67 |
| Comments: | 15 |
- About TTell
What does TTell do?
TTell adds a slash command and keybind for whispering and re-whispering your current target.
Usage:
Tell/Whisper Target: /tt <message> or /wt <message>
Re-Tell/Re-Whisper: /rt <message>
Other Notes:
- Active chat box parsing to catch slash commands on space press.
- Compatible with World of Warcraft 2.4.x and Burning Crusade 2.4.x.
- Works in Cross-Realm Battlegrounds.
- Downloads (10)
- Screenshots (1)
- Tickets
- Comments
- RSS
You need to login or register to post comments.
Benefits of Registration
- Interact with hundreds of thousands of other gamers on an open social network.
- Post your stories, news, images, videos, and other content to share.
- Create a network with your fellow gamers or join an existing one.
- Gain reputation for everything you do.
- Similar Addons
- 2,323 Carbonite Quest Chat & Communication, PvP, ...
- 560 Prat 2.0 Chat & Communication
- 550 WIM (WoW Instant ... Chat & Communication
- 493 TriviaBot Chat & Communication
- 457 ChatMOD Chat & Communication and Audio
- 7,940 QuestHelper Map and Quest & Leveling
- 4,214 Atlasloot Enhanced PvP, Map, Tradeskill, and ...
- 3,948 Omen Threat Meter Raids & Encounters
- 3,883 Titan Panel Action Bars
- 3,780 GroupCalendar Group/Guild Management, Quest ...
Advertisement




- +0
- Thumbs Down
- Thumbs Up
Blixa saidDownload of 2.2.0a says "This download is temporarily unavailable" in the last days.
Is this a curse bug or why is the download disabled?
Blixa
- +0
- Thumbs Down
- Thumbs Up
Matt646 saidShould work now, not sure what was wrong.
- +0
- Thumbs Down
- Thumbs Up
Blixa said2.2.0a available at http://wowui.worldofwar.net/?p=mod&m=1293
- +0
- Thumbs Down
- Thumbs Up
Matt646 saidTTell 2.1.5 released...
Fixed the issue when sending tells to players that are out of range (again).
Hopefully 2.2 will be done soon... I haven't had time to dig through blizzards code enough to allow the slash command to work the way I would like it to. (Similar to how the keybind currently works, sets up chat in a "Tell <name>:" format)
- +0
- Thumbs Down
- Thumbs Up
nighthand saidok, working for people in range but not working for people/ party members that are out of range. Getting that "-" at the end of their name again
- -1
- Thumbs Down
- Thumbs Up
Blixa saidif ( targetrealm ~= "" and targetrealm ~= nil ) then
instead of
if ( targetrealm ~= ( "" and nil ) ) then
will work.
TIA, Blixa
- +0
- Thumbs Down
- Thumbs Up
Matt646 saidTTell 2.1.4 released
Fixes the "attempt to concatenate global 'targetrealm' (a nil value)" errors reported by Nighthand and Blixa. I made a few changes to the slash command "error handling" (no target, wrong faction, etc.) I also changed it so that the keybind will not set up your chat if your target is of the wrong (opposite) faction.
Again, this release is just a quick fix until I finish 2.2.0.
- +0
- Thumbs Down
- Thumbs Up
Blixa saidThere's a bug in line 44.
In some cases targetrealm may be nil.
So please extend line 44 to:
if ( targetrealm ~= "" and targetrealm ~= nil ) then
TIA, Blixa
- +0
- Thumbs Down
- Thumbs Up
nighthand saidGetting:
Interface\AddOns\TTell\TTell.lua:32: attempt to concatenate global 'targetrealm' (a nil value)
when person is in range. out-of-range party members are working now
- +0
- Thumbs Down
- Thumbs Up
Matt646 saidTTell 2.1.3 has been released.
2.1.3 fixes the issue reported by nighthand, as well as has an updated interface version (no need to "load out of date addons")
2.1.3 is simply a hotfix, I will (hopefully) be releasing 2.2.0 soon.
For 2.2.0 I am planning on changing how the slash commands are handled, as well as a few general code changes.
- +0
- Thumbs Down
- Thumbs Up
nighthand saidNot working for out of range players after patch 2.2. The game is adding a "-" at the end of plays. Work find with the player is in range.
I tried prat with has a target tell and has the same problem...
- +0
- Thumbs Down
- Thumbs Up
Azothoras saidHi great addon and does exatly what it says... Just a little request though.
Could you add the /rt command? (ReTell) it whispers the user you just whispered. Kinda comes in handy once in a while ;)
- +0
- Thumbs Down
- Thumbs Up
Matt646 saidThis functionality is already in the game in the form of a 'Re-Whisper' key bind I would assume there is an accompanying slash command.
I personally type /r and then tab through the list until I get to the person that I'm looking for.
I will look at adding this to the next version if it does not already exist.
- +2
- Thumbs Down
- Thumbs Up
Blixa saidReally perfect now! Thanks!
- +1
- Thumbs Down
- Thumbs Up
Zanketsu saidgood 1