Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 12

Hybrid View

  1. #1

    Default Can you use alt characters in macros?

    Can you use alt-codes, such as ì or í in macros? I was using a FTL system, but with the renaming of my toons that may no longer be possible. I can't even have an "/assist Owltoìd" since the ì seems to be screwed up.
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  2. #2

    Default

    Hmm, it looks like that if you use notepad to edit the macros and put in special characters, then it has problems. However, if I copy it directly into the macro editor in WoW then everything works fine... not sure why
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  3. #3

    Default

    More info that possibly nobody else cares about other than me, but if I open the macros in notepad after entering the values through the WoW macro editor, then it makes some sort of translation that holds.

    WoW macro editor I entered:
    Owltoìd
    Owltoíd

    Notepad read the character as:
    Owltoìd
    Owltoíd­

    And actually, Owltoíd isn't pasting correctly into this text box because in notepad is actually looks like Owltoí-d
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  4. #4

    Default

    After testing it looks like you definitely can use special characters. However, if you use a text editor, such as notepad, then make sure you translate properly otherwise the macros will look like gibberish.
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  5. #5

    Default

    Some info for you (given to the best of my very limited knowledge):

    Wow stores the special characters in a format called UTF-8 . If you use a text editor like windows notepad; it doesn't know how to handle the special characters (I think). However if you use a better editor like Notepad++ you can specify the format to use (which you want to be UTF-8). This is important to know if you want to change addon's saved variables as those files are stored encoded as UTF-8.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  6. #6

    Default

    Thank you very much, Jafula! That could save some headaches in the future.
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  7. #7

    Default

    maybe you could try WordPad instead of notepad.
    I think wordpad uses Unicode while notepad only uses ascii and translates characters around ( or something like that ).
    X Five, a Galakrond alliance guild for multiboxers
    pally/shaman (thiliander/xenoca) , Shaman/Hunters (Zhedrar), Priest/Warlocks(Yarili,Yarlii,Yariil,Yarlli,Yarill)

  8. #8

    Default

    It's not only the special characters that get messed up, line breaks are also handled differently in notepad vs the game, so watch for those as well. Notepad saves just a new line character (/n) and the in game editor uses new line followed by a carriage return (/n/r).

  9. #9

    Default

    Notepad can do UTF-8 just fine (check the Save As dialog), but it may not be as smart as some other editors at recognizing the encoding if the file isn't saved with something called a Byte Order Mark indicating that it is UTF-8.

    I'm actually surprised that WoW saves macros as UTF-8 since LUA doesn't support Unicode.
    All my codes r belong to you: wow5box

  10. #10

    Default

    Assuming all you're chars are in a group, there would be no harm in setting all you're slaves to follow the leader irrelevant of his name using:

    "/target [target=party1] "

Similar Threads

  1. Macros over 255 characters, and smart-cleansing
    By Bigfish in forum Macros and Addons
    Replies: 7
    Last Post: 11-20-2008, 10:18 AM
  2. Macro Question: Fastest way to set up bars and macros on 4 characters.
    By Ryouge in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 08-20-2008, 08:49 AM
  3. creating macros/keybindings for multiple characters - Question
    By TheGreek in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 03-06-2008, 10:36 PM
  4. can you mind non-standard asci characters to macros...
    By laeelin in forum Macros and Addons
    Replies: 1
    Last Post: 01-10-2008, 04:32 PM
  5. WoW Macros for power leveling characters (dual)
    By Jared_Nye in forum General WoW Discussion
    Replies: 11
    Last Post: 05-22-2007, 11:26 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
  •