Close
Showing results 1 to 3 of 3
  1. #1

    Default How do I relaychannel to Raid Warning using Twobox toolkit?

    I have been trying everything and cant seem to get this to work. I would love to have this relay to RW but not sure if this is possible. Anyone know if this can be done?
    Keyclone-Best multi-boxing program period!!
    latest release: http://solidice.com/keyclone ( v1.8e 26feb2008 )
    download: Download Keyclone
    Hotkeynet -awesome free multi-boxing tool.

  2. #2

    Default

    You wrote in the other thread that you tried to set the relaychannel to rw and party and so on. This function probably wants a ChatTypeID, like "RAID_WARNING". That should do it, but if you don't want all the messages in the /rw channel, or if it doesn't work for some reason, you can edit the file twoboxtoolkit.lua. Look for a function that looks like this:

    Code:
    function twoboxtoolkit:AUTOFOLLOW_END()
    	isBroken = true
    	if (isFollowing) then
        	--SendChatMessage("Follow is broken", "WHISPER", nil, self.db.profile.master);
        	if (self.db.profile.followwarning) then
            	twoboxtoolkit:relayMessage("Follow is broken")
        	end
        	isFollowing = false
    	end
    end
    And try replacing it with this:

    Code:
    function twoboxtoolkit:AUTOFOLLOW_END()
    	isBroken = true
    	if (isFollowing) then
        	SendChatMessage("Follow is broken", "RAID_WARNING");
        	--if (self.db.profile.followwarning) then
        	--	twoboxtoolkit:relayMessage("Follow is broken")
        	--end
        	isFollowing = false
    	end
    end

  3. #3

    Default

    Quote Originally Posted by maqz',index.php?page=Thread&postID=40045#post40045]You wrote in the other thread that you tried to set the relaychannel to rw and party and so on. This function probably wants a [url='http://www.wowwiki.com/ChatTypeId
    ChatTypeID[/url], like "RAID_WARNING". That should do it, but if you don't want all the messages in the /rw channel, or if it doesn't work for some reason, you can edit the file twoboxtoolkit.lua. Look for a function that looks like this:

    Code:
    function twoboxtoolkit:AUTOFOLLOW_END()
    	isBroken = true
    	if (isFollowing) then
        	--SendChatMessage("Follow is broken", "WHISPER", nil, self.db.profile.master);
        	if (self.db.profile.followwarning) then
            	twoboxtoolkit:relayMessage("Follow is broken")
        	end
        	isFollowing = false
    	end
    end
    And try replacing it with this:

    Code:
    function twoboxtoolkit:AUTOFOLLOW_END()
    	isBroken = true
    	if (isFollowing) then
        	SendChatMessage("Follow is broken", "RAID_WARNING");
        	--if (self.db.profile.followwarning) then
        	--	twoboxtoolkit:relayMessage("Follow is broken")
        	--end
        	isFollowing = false
    	end
    end
    Super great idea, I tried it thought and I did not work any other ideas? Thanks again for the great advice.
    Keyclone-Best multi-boxing program period!!
    latest release: http://solidice.com/keyclone ( v1.8e 26feb2008 )
    download: Download Keyclone
    Hotkeynet -awesome free multi-boxing tool.

Similar Threads

  1. No more Twobox Toolkit?
    By Ryan in forum Macros and Addons
    Replies: 4
    Last Post: 04-16-2009, 12:57 PM
  2. Low Health Broadcast in Raid Warning
    By Savage in forum Macros and Addons
    Replies: 1
    Last Post: 09-03-2008, 08:58 PM
  3. twobox toolkit follow problem
    By warden1337 in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 04-15-2008, 09:26 AM
  4. TwoBox Toolkit Mod
    By Dinkydau in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 03-30-2008, 01:01 PM
  5. Is it possible to broadcast break follow in Raid Warning?
    By LancerX in forum General WoW Discussion
    Replies: 5
    Last Post: 03-03-2008, 10:28 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •