It would be nice to have more options for the FuBar plugin. For instance right now it only shows the number of quests i have.
I would like to get more infos there, for example number of completed quests, number of quests in the current zone , maximum number of quests, all either seperated by / or with a keyword in front.
Example: 5/1/3 or Quests:5 Completed:1 "Current Zone": 3 (where Current Zone would be replaced by the zone your in)
["Comments"] = "Kommentare",
["Description"] = "Kommentare zu Questdetails von wowhead.com.",
["Minimum width"] = "Mindestbreite",
["Set the minimum width of the comments frame"] = "Legt die Mindestbreite des Kommentarfensters fest",
["Maximum height"] = "maximale H?he",
["Set the maximum Height of the comments frame"] = "Legt die maximale H?he des Kommentarfensters fest",
} end)
should be the german localisation for the comments.lua. If there is more need for german localisation just send me an PM. if i use your mod, i could atleast help you out a little bit with this.
I Finally started working with cartographer and wanted to change some of the icons. Right now it seems impossible to override the original icons (skull, diamond, etc.). I use the townguard pack and it works well with cartographer_trainer, but this line
I'm currently thinking about changing from MetaMap to Cartographer. Two of the best features are hopefully implemented down the road (side list and two map modes).
The biggest difference for me it seems is, that in MetaMap you can change every note, even the auto-generated. But if i use cartographer_trainer or something similiar i'm unable to change the notes afterwards. Is this a feature or a bug?
edit: So i sat down and looked at the code. Anyone who wants to modify autogenerated notes (from vendors or trainers) just needs to change the foolowing line in Cartographer_Notes:Notes.lua.
2737: t.manual = nil has to be changed into t.manual = true
Still like to get an answer why this isn't the standard.
0
0
0
0
0
I would like to get more infos there, for example number of completed quests, number of quests in the current zone , maximum number of quests, all either seperated by / or with a keyword in front.
Example: 5/1/3 or Quests:5 Completed:1 "Current Zone": 3 (where Current Zone would be replaced by the zone your in)
Not a must have, but would be very nice.
0
0
0
My Bad. Didn't check the copy and paste.
0
["Comments"] = "Kommentare",
["Description"] = "Kommentare zu Questdetails von wowhead.com.",
["Minimum width"] = "Mindestbreite",
["Set the minimum width of the comments frame"] = "Legt die Mindestbreite des Kommentarfensters fest",
["Maximum height"] = "maximale H?he",
["Set the maximum Height of the comments frame"] = "Legt die maximale H?he des Kommentarfensters fest",
} end)
should be the german localisation for the comments.lua. If there is more need for german localisation just send me an PM. if i use your mod, i could atleast help you out a little bit with this.
0
In core.lua the german localisation has one minor error. Lines 115 and 116
should read:
[" hidden)"] = " versteckt)",
[" visible)"] = " sichtbar)",
the ")" are missing right now.
0
0
Cartographer_Icons:RegisterOverride('towerguard_iconpack',"Star",iconPath.."Exclamation Mark")
does not override the original star icon. Instead it shows some black square and if i reload the UI it shows the star.
0
The biggest difference for me it seems is, that in MetaMap you can change every note, even the auto-generated. But if i use cartographer_trainer or something similiar i'm unable to change the notes afterwards. Is this a feature or a bug?
edit: So i sat down and looked at the code. Anyone who wants to modify autogenerated notes (from vendors or trainers) just needs to change the foolowing line in Cartographer_Notes:Notes.lua.
2737: t.manual = nil has to be changed into t.manual = true
Still like to get an answer why this isn't the standard.