WIM (WoW Instant Messenger) v3
WIM (WoW Instant Messenger) is a World of Warcraft addon which brings an instant messenger feel to communication in game.
Features
- Whispers in their own windows.
- Chat in their own windows.
- Tabbed windows
- Highly configurable.
- History
- Copy and paste as:
- Raw Text
- BBCode
- Copy and paste as:
- Advanced, intellectual window behaviors & animations.
- Skins
- Emoticons
- Clickable web URLS for easy viewing. No more retyping a long url a friend sends you.
- Customizable sound options.
- Expose - great way to clear your screen of windows when you are in combat.
- Addon Compatibility: (Always make sure you are running the latest versions.
- Prat
- DBM
I have enabled alpha builds on this project. If you want to help test out the latest versions, you should set your curse client to get alphas. Keep in mind that alphas will break from time to time.
I probably wont be doing many beta builds now that I have enabled alphas.
As soon as I get some feedback on 3.5.0b3 as to it working or not working it will be released.
Greetz.
It would be nice to have the mod check your whispers against your realid friends list and then group all of the whispers from that person under that name instead of using seperate names, even if they message you from a character instead of realid.
Time: 12/08/10 21:25:53
Count: 2
Stack: [C]: in function `BNGetFriendInfoByID'
Interface\AddOns\WIM\Modules\WhisperEngine.lua:564: in function <Interface\AddOns\WIM\Modules\WhisperEngine.lua:557>
[C]: in function `ChatEdit_ExtractTellTarget'
Interface\FrameXML\ChatFrame.lua:3969: in function <Interface\FrameXML\ChatFrame.lua:3964>
(tail call): ?
Interface\FrameXML\ChatFrame.lua:4115: in function <Interface\FrameXML\ChatFrame.lua:4074>
[C]: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:3951: in function `ChatEdit_OnTextSet'
[string "*:OnTextSet"]:1: in function <[string "*:OnTextSet"]:1>
[C]: ?
[C]: in function `SetText'
Interface\FrameXML\ChatFrame.lua:3403: in function `ChatEdit_OnUpdate'
[string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>
Locals: (*temporary) = nil
I get this upon clicking on the persons name in the chat to bring up wim..
only does it for BN friends..
Rilgamon on the WIM forums came up with a temporary fix. Add this to line 147 of WIM/Sources/Socket.lua:
if(ttype == "WHISPER" and target == nil) then return end
And it should be fixed. All credit goes to Rilgamon, link to the original post here: http://www.wimaddon.com/forums/index.php/topic,1222.0.html
by going into options and unchecking Wim2wiM.
http://www.wimaddon.com/forums/index.php/topic,1227.0.html
and another one:
Date: 2010-12-01 21:47:29
ID: 1
Error occured in: Global
Count: 12
Message: ..\FrameXML\BNet.lua line 52:
Usage: GetAutoCompletePresenceID("name")
Debug:
[C]: ?
[C]: GetAutoCompletePresenceID()
..\FrameXML\BNet.lua:52:
..\FrameXML\BNet.lua:51
(tail call): ?
WIM\Sources\Socket.lua:147: SendData()
WIM\Modules\W2Wv2.lua:355: callBack()
WIM\Sources\Socket.lua:71:
WIM\Sources\Socket.lua:64
WIM\Sources\Socket.lua:111:
WIM\Sources\Socket.lua:78
Date: 2010-11-27 08:58:05
ID: 3
Error occured in: Global
Count: 17
Message: ..\AddOns\WIM\Sources\WindowHandler.lua line 603:
attempt to perform arithmetic on a nil value
Debug:
[C]: ?
WIM\Sources\WindowHandler.lua:603:
WIM\Sources\WindowHandler.lua:582
this comments out the hide code and allows you to manually click to hide the container.. otherwise it stays open ;)