I recieve messages from people whispering my alts, however when I reply to them they do not get the message. I end up having to talk to them directly from my main. I have double checked my config and disabled WIM with no success. Any ideas?
I recieve messages from people whispering my alts, however when I reply to them they do not get the message. I end up having to talk to them directly from my main. I have double checked my config and disabled WIM with no success. Any ideas?
5 Boxing - 1x Paladin 4x Shaman - 70
Charles - And his 4 angels.
Aman'Thul - Alliance
NICE! I have been wanting something like this. I was always tripping about getting a PM from a GM from and alt.
AKAMA > (The Zerg) > 4x Shamans > FirstRock, SecondRock, ThridRock, FourthRock
[quote='firest4rter',index.php?page=Thread&postID=5 0163#post50163]I recieve messages from people whispering my alts, however when I reply to them they do not get the message. I end up having to talk to them directly from my main. I have double checked my config and disabled WIM with no success. Any ideas?[/quote][url='http://www.dual-boxing.com/forums/index.php?page=User&userID=3429']firest4rter[/url], I can't think of anything in my mod that would cause this to happen. If you are describing exactly what happens then I would say it is something else you have installed having a conflict with my mod and not knowing what you have installed I can't begin do diagnose the problem.
You're main doesn't even have to have the mod installed... I just made it to work that way for people who use one folder for all their toons.
Things to check:
Your main is set on all your toons with the proper spelling and CAPITALIZATION.
Turn off you other mods one by one and see if any of them are interfering with WhipserRelay. If so and you can tell me which one it is I can look into it and see what is going on.
Like I have said before .. it is a really simple mod. (I wouldn't have been the one to write it if it wasn't) So I can't think of what might be going wrong here. It especially puzzles me that the whispers go one way for you but not the other... the only way this would be possible is if between the time the alt gets Bob's whisper and your main's reply some other mod is reseting the "self.rply" value. But even then your alt should be sending the whisper SOMEWHERE and you should get an error saying that that player doesn't exist (if something is setting "self.rply" to something other than a player name).
Anyway... please let me know if you are still having this issue.
Thanks,
-J (The IT Monkey)
-J (Make Your Own Brew)
I've fired this up and use it in conjunction with my other mods with no problems, I run WIM on my main but not my alts...
Anyhow great work, the only thing I'd ask is to trim the string indicating who it's from...
Something shorter like "WR[Fromname]: whisper" would be great for me.
Question: How does it handle chatty situations? For example if two people start spamming my alt Bazan, I can reply but is it likely to cross tells? (Simply using the Reply feature on one client it would be...)
Feature Suggestion to handle that: Allow the prepending of [Targetname] in the reply, it would allow you to direct the alt to send whispers to a specific person if desired.
[> Sam I Am (80) <] [> Team Doublemint <][> Hexed (60) (retired) <]
[> Innerspace & ISBoxer Toolkit <][> Boxing on Blackhand, Horde <]
"Innerspace basically reinvented the software boxing world. If I was to do it over again, I'd probably go single PC + Innerspace/ISBoxer." - Fursphere
It would be just as you described. You would get cross tells. I designed this mod to behave JUST LIKE regular whispers. If your alt gets whispered from Tom after a whisper from Bob before your main responds to Bob then your response is going to go to Tom.Question: How does it handle chatty situations? For example if two people start spamming my alt Bazan, I can reply but is it likely to cross tells? (Simply using the Reply feature on one client it would be...)
mmmmm.... feature requests... /droooolFeature Suggestion to handle that: Allow the prepending of [Targetname] in the reply, it would allow you to direct the alt to send whispers to a specific person if desired.
I'll see what I can do. Can't promise anything but I will look into it.
-J (Make Your Own Brew)
I found the problem which you highlighted. The main must be set correctly, caps and all. Sorting this out fixed my problem. Thanks for an awesome mod. Combined with WIM on my main it makes it easy talking to all the WTF HOW DO YOU DO THAT ppl.
Again thanks for the great mod.
5 Boxing - 1x Paladin 4x Shaman - 70
Charles - And his 4 angels.
Aman'Thul - Alliance
WhisperRelay has been updated to Version 1.0
The only difference is now you can set the text to be displayed before the name of the person who originally sent the whisper. Before it was set to "Message from"... that is still the default setting but you can change it to whatever you like via /wr wrtext <Whatever you want here>.
The worry about "chatty situations" has not been addressed yet... I looked into it and it is a bit beyond my current level of understanding of the code involved. So I'll keep learning and when/if I figure out how to do it I will put out a 2.0
Any other suggestions for this mod please let me know. Keep the suggestions on target as far as whisper handling goes.... do go asking for WhisperRelay to "auto mobs" or help with the auction house![]()
-J (Make Your Own Brew)
Ok some thoughts...
instead of using /w to relay, why not use the addon channel? The information could be displayed just like a whisper (maybe a new color)
how about maintaining a stack for each group member of tells with syncronised id for each whisper?
Every relay received is stored with source id and remote unique sequence number(USN) (Can you tell I work with Active Directory?)
implement a new slash command - /wr or similar that the addon will interpret, it knows which message it last displayed so when it sends the response, complete with sequence id, the addon on the clone will know to whom it should respond.
when you reply to a relayed tell, it looks up the id of that tell and sends your response over the addon channel to the client id (from the stack), including the remote USN. The remote instance looks up that tell in its own stack and replies to the relevant party.
All the whisper functions could be replicated in the addon, such as buffer history etc.
[align=center]AeineiA AeineiB AeneiC AenieD AeineiX
All your soul are belong to us
"They can't be bargained with. They can't be reasoned with. They don't feel pity, or remorse, or fear. And they absolutely will not stop, ever, until you are dead"
The Wiki is your Friend
[/align]
Friggin awesome man! Well done!
~Elo of BlackHand (Alliance)
(TBC Team) 1xPally, 4xShaman -> Elothyn(70), Eloshama(70), Eloshamb(70), Eloshamc(70), Eloshamd(70)
(Wrath Team) 1xPally, 2x Shaman, 1xMage, 1xDruid -> Elothyn(74), Eloshama(74), Eloshamc(73), Elozaen(73), Elothune(73)
(Alts) 1xPriest, 1xWarlock, 1xWarrior -> Elothin(70), Elozen(70), Elothan(70)
I am worried about interfering with other whisper addons such as WiM. To make the above happen it would not come in over the whisper channel but the addon channel. I might be able to find a way around that but that only leads me to problem two... User interface. How does the main distinguish which whisper he is replying to? There may be ways to do this all and have it interface correctly with other mods but that leads me to my last problem. I am a noob at this.... I took a look at the mod PRAT and you would not believe the amount of code in there to do what you would think is simple.Originally Posted by 'Djarid',index.php?page=Thread&postID=52390#post52 390
What it basically comes down to is my lack of knowledge in the area (which I am hopping to rectify by trying things) and the fact that I don't know how useful any of that would be for the amount of work it would entail. How often are your alt's bombarded with whispers from many different sources? I hardly ever get a whisper at all to one of my alts. When I do it's usually a request from someone who had done a /who to find out who can summon them or prot them or the never ending tells to my priest "wanna run <insert instance here> and heal for us?" When this happens WhisperRelay comes in very handy (I even used it to talk to a GM the other day regarding a quest reward that I needed switched out) and they are never any wiser unless I tell them.
The premise behind WhisperRelay was a very simple one, make it easy to get tells from other players and easy to respond. I think it does that very well right now. To implement what you are asking looks like it would take a tremendous amount of code. Not something I am affraid of doing but something that may be beyond my capabilities at the moment. I also want to keep the mods I make focused and as small as possible. Granted WhisperRelay is not currently as small as it can be but I need to learn more before I can start stripping things out of it. As I do learn more I will be sure to keep my eye out for ways of doing the things you have requested in an easy and/or compact type way.
Thanks for the suggestions.. keep them coming.
-J (Make Your Own Brew)
Connect With Us