GM Symbols in chat - need help menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Hermitiess's Avatar Member
    Reputation
    8
    Join Date
    Sep 2006
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    GM Symbols in chat - need help

    Ok I saw how to place a GM symbol into the GMOTD thank's to kh2riv19.

    But.. I wanted to be able to link it into chat and such so after some poking around I found i was able to link the Symbol into the default chat with a script and theres is were im stuck. Heres what i have so far.

    /script DEFAULT_CHAT_FRAME:AddMessage("\124Tinterface\\ChatFrame\\UI-ChatIcon-Blizz.blp:18:12:0:-1\124t")

    This makes it apear in your chat but no one else can see it but you, you cannot even copy it with the mod Prat(Chat mod). - Im not to good at scripts so to make it work might be simple ><

    Heres a picture of it.
    ~Look at the Chat box~

    GM Symbols in chat - need help
  2. #2
    Captain Planet's Avatar Active Member
    Reputation
    41
    Join Date
    May 2007
    Posts
    648
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    :repost:

    sorry man

  3. #3
    shadowbladex's Avatar Member
    Reputation
    145
    Join Date
    Apr 2007
    Posts
    948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Plus its not much use if no one else can see it..


  4. #4
    Captain Planet's Avatar Active Member
    Reputation
    41
    Join Date
    May 2007
    Posts
    648
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not true shadowblade otherwise nobody would use model edits

  5. #5
    Hermitiess's Avatar Member
    Reputation
    8
    Join Date
    Sep 2006
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    They cant see it yet, im hoping somone that's good with script knows how to send it to /say instead of the default chat frame

  6. #6
    crosecret's Avatar Banned
    Reputation
    20
    Join Date
    Mar 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dont worth anything if only you can see it

  7. #7
    jjaa's Avatar Contributor
    Reputation
    245
    Join Date
    Dec 2006
    Posts
    562
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /script SendChatMessage("");

    try that?

  8. #8
    xTwoStepx's Avatar Member
    Reputation
    5
    Join Date
    Mar 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As an addon author (WIM), I would like to contribute that icons are not allowed to be transmitted. Blizzard specifically put this into place for reasons such as mentioned above as well as to prevent people from spamming certain images.

    Images are added client side through WoW's UI.

    If a GM whispers you, it simply send text to the default chat frame along with the icon. If it sees {star} it converts it into the texture/image tag.

    The only way to get another user to see the images you are sending aside from WoW's preloaded raid icons, is if the other user is using the same addon as yourself to interpret them. In my case.. WIM.

    Hope that helped clear things up.

  9. #9
    Tkz's Avatar Member
    Reputation
    1
    Join Date
    Oct 2006
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ^^ GooD post

  10. #10
    DJZ's Avatar Active Member
    Reputation
    22
    Join Date
    Aug 2006
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So.. Can u write it to others?

  11. #11
    Randie's Avatar Contributor
    Reputation
    96
    Join Date
    Mar 2008
    Posts
    667
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice found there, too bad no-one else can see it : (

  12. #12
    Hermitiess's Avatar Member
    Reputation
    8
    Join Date
    Sep 2006
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I see, thanks for clearing that up for me xtwostepx

  13. #13
    Nolixz's Avatar ★ Elder ★
    Reputation
    1000
    Join Date
    Oct 2006
    Posts
    1,371
    Thanks G/R
    6/17
    Trade Feedback
    16 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hehe, so this is like a Model Edit without editing really? Only you can see it... pretty useless exploit or whatever you want to call it.


  14. #14
    elliotthehobo's Avatar Active Member
    Reputation
    45
    Join Date
    Nov 2007
    Posts
    311
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you find a way to link it in chat, thatd be awesome

  15. #15
    Airwavez's Avatar Active Member
    Reputation
    68
    Join Date
    Jul 2007
    Posts
    300
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xTwoStepx View Post
    As an addon author (WIM), I would like to contribute that icons are not allowed to be transmitted. Blizzard specifically put this into place for reasons such as mentioned above as well as to prevent people from spamming certain images.

    Images are added client side through WoW's UI.

    If a GM whispers you, it simply send text to the default chat frame along with the icon. If it sees {star} it converts it into the texture/image tag.

    The only way to get another user to see the images you are sending aside from WoW's preloaded raid icons, is if the other user is using the same addon as yourself to interpret them. In my case.. WIM.

    Hope that helped clear things up.
    Isn't WIM made by Pazza?

Page 1 of 2 12 LastLast

Similar Threads

  1. Quick help with chat needed...
    By fvicaria in forum WoW Memory Editing
    Replies: 1
    Last Post: 11-01-2014, 11:27 AM
  2. need help with shammy talents
    By jason in forum World of Warcraft General
    Replies: 5
    Last Post: 07-19-2006, 02:02 AM
  3. Need Help
    By Slumlorde in forum World of Warcraft General
    Replies: 4
    Last Post: 06-23-2006, 08:20 AM
All times are GMT -5. The time now is 12:30 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