R
(170Kb)
Download
Updated: 03-01-23 08:58 PM
C
(168kB)
Download
Updated: 11-30-20 02:17 PM
BC
(170kB)
Download
Updated: 06-07-21 02:38 AM
Pictures
File Info
Compatibility:
Dragonflight patch (10.0.5)
Updated:03-01-23 08:58 PM
Created:unknown
Downloads:26,373
Favorites:213
MD5:

Elephant  Popular! (More than 5000 hits)

Version: 10.0.5d, Classic: 1.13.5
by: pb_ee1 [More]

"Shoot... what did he say again? I just got disconnected."
"Didn't that guy already loot that rare item 10 minutes ago?"
"I really wish I could remember the name of the item linked on the guild chat yesterday at 9:00 PM."
...

Already been in one of these situations? Don't be annoyed anymore, here is the solution!

Solution to chat loss annoyance

Elephant logs the chat for you in the background. It saves the WHISPER & BATTLE.NET, RAID, INSTANCE & BATTLEGROUND, PARTY, GUILD, SAY, YELL and OFFICER chats separately, but also all general chats (General, Trade, LocalDefense, ...), custom chats you are currently on, achievements, loots and finally system messages (auctions, rolls, server going down, ...). You can easily go through all these logs, thanks to a straightforward interface displaying all the access buttons on the right side of the main window. You can access the options of the addon by typing /elephant and also bind a key to pop up the addon.

Elephant gives you the ability to copy up to 100,000 (yes, 100k) characers of logs to another application. A BBCode feature is even included, letting you copy/paste a chat with colors and links to an item database in a very quick and simple way to your favorite forum.

This is THE addon that you should install if you want to never forget what somebody told you in game. Be a pro of managing hell tells, go peacefully AFK for a few minutes, or be an awesome role player. Elephant is also perfectly designed for Guild Leaders, Officers and Raid Leaders particularly because it saves the chats even when you get disconnected.

Main features
* Logs the chats in the background, with a limit of 10,000 lines for each chat (Blizzard's default is 161 lines for everything).
* Saves the logs when you log out or get disconnected.
* Display the chats with timestamps, or using your Prat settings if you have it installed.
* Copy the chat and paste it in other applications (BBCode supported!), up to 100,000 characters.
* Save the chat and combat log in two different files on your computer (using the default Blizzard logging system).

Other features
* Use filters to avoid logging some of the custom channels you join.
* Enable/disable logging for each chat separately.
* Item links in logs are displayed in their proper color and are clickable.
* Player names in the main window are clickable.
* ...and much more!

Community
Report an issue (bug & suggestions): https://www.wowace.com/projects/elephant/issues

tag 3f4811c88148589bd1650f6ce67a34d0474e2c7a 3.4.1
Author: AllInOneMighty <[email protected]>
Date: Thu Feb 2 00:08:22 2023 -0800

commit 2a044489cd98b61f2b477c250f9cd54b784c4900
Author: AllInOneMighty <[email protected]>
Date: Thu Feb 2 00:08:08 2023 -0800

Updating TOC

tag f8dde1232ae7e4225afa038d4ccd679bfa23314f 3.4.1a
Author: AllInOneMighty <[email protected]>
Date: Sat Feb 11 17:27:00 2023 -0800

commit 59bccb601d2e98426b68389c319276206517b32f
Author: AllInOneMighty <[email protected]>
Date: Sat Feb 11 17:23:57 2023 -0800

- Removing a lot of duplicate messages when logging with Prat. Sorry it took so long to do so! - Added Raid Boss Emotes as a loggable type of message.

tag b535f3c3dac5327050506219909a6eef149cabc0 3.4.1b
Author: AllInOneMighty <[email protected]>
Date: Sun Feb 12 22:02:59 2023 -0800

commit b4b0f0d6e388c0d20048e019162873611a56f7a8
Author: AllInOneMighty <[email protected]>
Date: Sun Feb 12 22:02:45 2023 -0800

Removing incorrect tab bind for CHAT_MSG_RAID_BOSS_EMOTE

tag 7b67817b982bf8141b52ef3b11ac5f72cff06537 3.4.1.c
Author: AllInOneMighty <[email protected]>
Date: Sun Feb 12 22:22:49 2023 -0800

commit cafa5fb4d8f203254e0168721ada507c2eef23f9
Author: AllInOneMighty <[email protected]>
Date: Sun Feb 12 22:21:48 2023 -0800

Fixing Elephant not logging anymore. :(
Archived Files (3)
File Name
Version
Size
Author
Date
10.0.2
168kB
pb_ee1
11-19-22 04:32 AM
10.0.0
168kB
pb_ee1
11-07-22 04:19 PM
9.0.5
170kB
pb_ee1
06-07-21 02:29 AM


Post A Reply Comment Options
Unread 05-17-09, 10:41 AM  
AllInOneMighty
A Defias Bandit
 
AllInOneMighty's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 21
Uploads: 4
Re: The coloring of custom channels is wrong

Originally posted by Everdreamer
The coloring of custom channels is wrong, for more information please check the documentation of API GetChannelList on WoWWiki

Here is my not-so-pretty fix (in Core-Interface.lua)
Code:
	else
		typeInfo = "CHANNEL1"
		
		local chlist = { GetChannelList() }
		local chindex,chname
		local t = {}
		for i,v in ipairs(chlist) do
			if math.fmod(i,2) == 1 then
				chindex = v
			else -- math.fmod(i,2) == 0
				chname = v
				t[chindex] = chname
			end
		end

		for k,v in pairs(t) do
			if string.lower(v) == string.lower(self.db.char.logs[self.db.char.currentlogindex].name) then
				typeInfo = "CHANNEL" .. k
				break
			end
		end
Fixed in next beta release (should be before end of week).
Report comment to moderator  
Reply With Quote
Unread 05-18-09, 02:58 AM  
Nastarria
A Fallenroot Satyr
 
Nastarria's Avatar

Forum posts: 27
File comments: 6
Uploads: 0
Originally posted by pb_ee1
1: Just check you WoW/Logs folder. Everything should be there.

2: The copy window is also limited in size, since it is not able to contain an unlimited number of characters (UI limitation). So you'll have to copy everything in more than one step by scrolling into the logs and displaying the copy window each time.

3: D'oh. Never happened. Maybe an interference of another addon. Did you try to reset all settings just to see if it fixes the problem?
hmmm... I mustn't have the option enabled then... nothing in wow/logs to do with elephant.

2: Ahh, Makes sence.

3: Well, it dosn't seem to do it now (odd)... One thing I do remember doing though, but It may have been something diffrent, is I turned on Prat Format (Or what ever the Prat option is) then the tripling effect happened, but I turned it off and hasn't happened... I'll try turning it back on and let you know if it happens again.

and thanks for the Mod, It's really handy...

Also, the Log that is saved to the computer, is it in BB code or is it like it is in game, minus colour?

EDIT:
It's the Prat option that make the text double/triple (It was just doubled today)
__________________
Crusader Solnaren - Nagrand ; My first lvl 80 character.
Elder Crólg - Nagrand ; Resto Shaman, my First Raiding character.MAIN
Last edited by Nastarria : 05-18-09 at 04:52 AM.
Report comment to moderator  
Reply With Quote
Unread 05-18-09, 08:21 AM  
Snave
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Really handy addon, thanks a lot for your time developing it.

I have the same problem when i enable the prat option, the only reason i want to use it really is to colour names by class but really that's not the end of the world.

One suggestion i have would be if you could make the button (from the show button option) moveable? At the moment i have the other chat buttons hidden and having a arrow in the right middle of my chat is a little out of place.

I lied when i said one suggestion, another one would to incorporate a "clear all" option when you right click the addon rather than having to clear each window one by one, if you could add right click functionality to the chat box button also that would be sexual.

Thanks again!
Report comment to moderator  
Reply With Quote
Unread 05-21-09, 03:41 PM  
Braysen
A Murloc Raider
 
Braysen's Avatar

Forum posts: 5
File comments: 20
Uploads: 0
Thumbs up KUDOS!!

Just wanted to say that I LOVE this add-on, and now...so do many of my guildies! I've never had any problem or conflict with it, and it's saved my bacon (money and butt) maaany times!! Thank you! Keep up the great work!!
Report comment to moderator  
Reply With Quote
Unread 05-26-09, 07:27 AM  
AllInOneMighty
A Defias Bandit
 
AllInOneMighty's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 21
Uploads: 4
Thanks

@Snave & Nastarria: Thanks for the bug report. I note it. I'll look into it asap (I'm using Prat too).

@Snave: Simply right-click-and-drag the arrow and you should be able to move it.

@Nastarria: Try looking for a WoWChat.txt or a WoWChatLog.txt file (or something similar) in the Logs folder. The logging is made by WoW, cannot be controlled by Elephant (thus everything or nothing) and the format cannot be changed as well.
Report comment to moderator  
Reply With Quote
Unread 05-26-09, 01:51 PM  
khurzog
A Frostmaul Preserver
 
khurzog's Avatar

Forum posts: 266
File comments: 194
Uploads: 0
when i finally thought it was safe to uninstall Fubar2Broker i was wrong =( when is this gonna make the switch??? in the mean time i could just bind a key to toggle it, but how do i get rid of the minimap icon???? plz help thanks =D
Report comment to moderator  
Reply With Quote
Unread 05-27-09, 08:08 AM  
AllInOneMighty
A Defias Bandit
 
AllInOneMighty's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 21
Uploads: 4
The addon is still using the FubarPlugin, I want to migrate it to Broker. But I can't say when it will be done. Be sure it's something I've noted and I wish to implement ASAP.
Report comment to moderator  
Reply With Quote
Unread 06-09-09, 08:21 AM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
Question: where do I turn off the timestamps? I don't care about them. I use Prat, and I don't have timestamps turned on in Prat either. I've looked in the options, but its prolly in the lua, if you could point me to the right place that would be great.

Also, even though I've never changed it, it only seems to copy 250 lines of any of the chats I'm logging. Is the option to change that in the lua too and if so, where? In the lua on line 72 is the section for log size, and the max log size is 1000 lines, but all my logs in Elephant in-game say "201/250" or "4/250" lines.
Last edited by xtoq : 06-09-09 at 08:24 AM.
Report comment to moderator  
Reply With Quote
Unread 06-13-09, 09:21 AM  
Coren
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 55
Uploads: 6
Version: 2.5
X-Curse-Packaged-Version: 2.5.7-beta

Error message:
Elephant-2.5/EventHandle.lua:24: attempt to index field '?' (a nil value)

Code line:
if not self.db.char.logs[cIndex].enabled then return end

Error popped while zoning from Dalaran to Darnassus, not reproducible on purpose. (Potentially it trips when city channels change at the wrong moment?)
Report comment to moderator  
Reply With Quote
Unread 07-02-09, 03:34 PM  
PatoDaia
A Defias Bandit

Forum posts: 2
File comments: 36
Uploads: 0
Hi !

I've recently installed this usefull addon, and some minutes after loggin in, I allways get this error:

Code:
Date: 2009-07-02 23:32:03
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Elephant\Event-Handle.lua line 24:
   attempt to index field '?' (a nil value)
Debug:
   (tail call): ?
   ...e\AddOns\Elephant\Libs\AceEvent-2.0\AceEvent-2.0.lua:303: TriggerEvent()
   ...e\AddOns\Elephant\Libs\AceEvent-2.0\AceEvent-2.0.lua:910:
      ...e\AddOns\Elephant\Libs\AceEvent-2.0\AceEvent-2.0.lua:903
European WoW using esES language pack.

Cya !
Report comment to moderator  
Reply With Quote
Unread 07-09-09, 02:07 PM  
PatoDaia
A Defias Bandit

Forum posts: 2
File comments: 36
Uploads: 0
The addon has been abandoned, or the author does not visit this place often ?
Report comment to moderator  
Reply With Quote
Unread 10-03-09, 05:01 PM  
oXid_FoX
A Deviate Faerie Dragon
 
oXid_FoX's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 147
Uploads: 1
Report comment to moderator  
Reply With Quote
Unread 10-06-09, 06:45 PM  
twistdshade
A Fallenroot Satyr
 
twistdshade's Avatar

Forum posts: 21
File comments: 124
Uploads: 0
More configuration would be great. I'd love to be able to choose exactly what goes in what category.
Also, an option to put /rolls into the loot chat window would be excellent.
Clickable tradeskill links would be nice too. Though I doubt it would be easy to code into the mod.

Overall, a great addon.
Thank you very much for your hard work in the WoW addon community.



PS. Curse sucks, can't even post a comment. Tried in FF and IE.
Report comment to moderator  
Reply With Quote
Unread 11-19-09, 01:48 AM  
twistdshade
A Fallenroot Satyr
 
twistdshade's Avatar

Forum posts: 21
File comments: 124
Uploads: 0
Another suggestion;

It would be nice if the fubar interface had more features.

I really don't care which channels it's monitoring..
Some sort of drop-down menu showing recent chat would be nice.
Report comment to moderator  
Reply With Quote
Unread 12-14-09, 10:00 AM  
AllInOneMighty
A Defias Bandit
 
AllInOneMighty's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 21
Uploads: 4
Update for 3.3 patch. Sorry for the delay!

Also, an option to put /rolls into the loot chat window would be excellent.
True.

Clickable tradeskill links would be nice too. Though I doubt it would be easy to code into the mod.
Dunno if it's easily doable. I'll check that!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.