View Single Post
10-01-18, 04:04 AM   #4
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
Not sure as I haven't crossed that bridge myself. I would have assumed if wow wrote it to the data in that format it would understand it to read it back in correctly. Have you checked if it causes a problem when reading it back out ?

Otherwise, I would probably not save them but rather check what data they point at and put them in the relevant section of the data.

EG.

|c123456|r is a color string - I would read the string, see it has a |c in it and read the following characters in and assign them the relevant color code r,g,b,a and then stop when it hits |r and save it in a color table to and replace the string with something that can be validated myself such as COLOR[key] and replace COLOR[key] with the contents of COLOR[key] when restoring the data to the screen. Of course that is just theory and may not be physically possible in exactly this way.

Maybe someone has come across this and resolved the problem, or have a work around.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote