[Fun] Communicate with opposite faction menu

User Tag List

Results 1 to 13 of 13
  1. #1
    Sodomy's Avatar Private
    Reputation
    25
    Join Date
    Aug 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Fun] Communicate with opposite faction

    Tried to find if there was another thread like this but was unsuccessful so sorry if it is a repost.



    With the new companion features there is an option to rename your companions to whatever you want (with no penalty or cooldown) , and a limit of 16 characters.


    How to do it,

    * Shift + P
    * Pet Journal
    * Choose any companion. (I prefer the faction Balloon because its more obvious)
    * Right click and rename. (It lets you put spaces and caps for each new word)

    Words like, lol and rofl don't work, however you can just replace the vowels with alt code symbols.

    Proof
    http://i46.tinypic.com/142g684.jpg
    http://i45.tinypic.com/2v2y7hl.jpg


    You can use this in BG's n stuff and /point at your companion named "LòL òwned fggt"
    Last edited by Sodomy; 08-30-2012 at 03:59 AM.

    [Fun] Communicate with opposite faction
  2. #2
    Nyarly's Avatar ★ Elder ★ Lorekeeper of Exploration
    Reputation
    1092
    Join Date
    Aug 2007
    Posts
    1,648
    Thanks G/R
    367/316
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Nice one

  3. #3
    Thatfatninja's Avatar Private
    Reputation
    5
    Join Date
    Aug 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This, is such a good idea.

  4. #4
    OverLordErIcH's Avatar Explorer / Exploiter
    Reputation
    517
    Join Date
    Jan 2009
    Posts
    542
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you keep renaming the companion? good idea btw.
    Wowgamerxx119 exploit life

    www.youtube.com/user/overlorderich

  5. #5
    eggsampler's Avatar Contributor
    Reputation
    208
    Join Date
    Jan 2008
    Posts
    106
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Made a quick macro which adds the command /rr to rename your currently summoned pet,
    Code:
    /script SLASH_RR1 = "/rr" SlashCmdList["RR"] = function(msg, edit) C_PetJournal.SetCustomName(C_PetJournal.GetSummonedPetID(), string.sub(msg, 0, 16)) end
    To use it, just type: /rr wang and your pet will be renamed to wang. Handy if you want to make a couple of macros to point at your pet and insult the other faction.

    You can rename your pet quite a few times but it does take a second to update after setting it.

    Good idea OP.
    Last edited by eggsampler; 08-30-2012 at 05:40 AM.

  6. #6
    Sodomy's Avatar Private
    Reputation
    25
    Join Date
    Aug 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by OverLordErIcH View Post
    Can you keep renaming the companion? good idea btw.
    Yes, currently there is no cost or cool down with renaming the companions.

    Also, hello fellow Melbournian ;D

  7. #7
    Warper's Avatar Active Member
    Reputation
    32
    Join Date
    Oct 2008
    Posts
    101
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really nice idea, Thanks for the script !

  8. #8
    Thormn's Avatar Sergeant
    Reputation
    27
    Join Date
    Oct 2010
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by eggsampler View Post
    Made a quick macro which adds the command /rr to rename your currently summoned pet,
    Code:
    /script SLASH_RR1 = "/rr" SlashCmdList["RR"] = function(msg, edit) C_PetJournal.SetCustomName(C_PetJournal.GetSummonedPetID(), string.sub(msg, 0, 16)) end
    To use it, just type: /rr wang and your pet will be renamed to wang. Handy if you want to make a couple of macros to point at your pet and insult the other faction.

    You can rename your pet quite a few times but it does take a second to update after setting it.

    Good idea OP.
    Does this macro currently work on live servers (I wasn't able to get it to work for me)? I need to know this as soon as possible so I can release a game-breaking exploit!

  9. #9
    ev0's Avatar ★ Elder ★ murlocs.com

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1852
    Join Date
    Jul 2012
    Posts
    2,735
    Thanks G/R
    313/379
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)
    Originally Posted by Thormn View Post
    Does this macro currently work on live servers (I wasn't able to get it to work for me)? I need to know this as soon as possible so I can release a game-breaking exploit!
    Worked fine for me, just need to have a pet summoned. It changes your current pet
    Need a guild in the US? Visit murlocs.com

  10. #10
    Thormn's Avatar Sergeant
    Reputation
    27
    Join Date
    Oct 2010
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know how I could manipulate the variable through "/rr" in a script? Ex: I click a macro and it inputs "/rr Bolt".

    EDIT: Remember, it would need to be in a traditional script syntax (not just "/rr Bolt").

  11. #11
    ev0's Avatar ★ Elder ★ murlocs.com

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1852
    Join Date
    Jul 2012
    Posts
    2,735
    Thanks G/R
    313/379
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)
    Originally Posted by Thormn View Post
    Does anyone know how I could manipulate the variable through "/rr" in a script? Ex: I click a macro and it inputs "/rr Bolt".

    EDIT: Remember, it would need to be in a traditional script syntax (not just "/rr Bolt").
    I'm confused by your request. What part of the "/rr" variable are you trying to execute on?
    Need a guild in the US? Visit murlocs.com

  12. #12
    eggsampler's Avatar Contributor
    Reputation
    208
    Join Date
    Jan 2008
    Posts
    106
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    /script C_PetJournal.SetCustomName(C_PetJournal.GetSummonedPetID(), "dummkopf")

  13. #13
    Thormn's Avatar Sergeant
    Reputation
    27
    Join Date
    Oct 2010
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by eggsampler View Post
    Code:
    /script C_PetJournal.SetCustomName(C_PetJournal.GetSummonedPetID(), "dummkopf")
    Thanks a ton for a follow up post with another code block!

Similar Threads

  1. [Zombie Event] Open trade with opposite faction
    By R3kLaW in forum World of Warcraft Exploits
    Replies: 17
    Last Post: 10-25-2008, 06:18 PM
  2. [Mage] [Fun] [Griefing Interupt opposite faction's drinking/eating
    By brynz0rz in forum World of Warcraft Exploits
    Replies: 18
    Last Post: 09-12-2008, 12:07 PM
  3. Speak with opposite faction
    By kerradon11 in forum World of Warcraft Guides
    Replies: 18
    Last Post: 08-01-2008, 09:08 PM
  4. How to speak with opposite factions
    By Dignox in forum World of Warcraft Exploits
    Replies: 24
    Last Post: 12-14-2007, 10:17 PM
  5. Don't communicate with opposite faction.
    By Maq- in forum World of Warcraft Guides
    Replies: 34
    Last Post: 09-24-2007, 09:11 AM
All times are GMT -5. The time now is 08:28 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search