I started messing around with PT3Bar on my own (using it in conjunction with PT3Browser makes it very easy to use). One thing I would recommend is making a custom config.lua file for your settings (mine is named gorConfig.lua) and then referencing it in the .toc file at the bottom instead of Config.lua. This way you'll easily be able to recover your settings in case you update and your files get wiped out.
Heres my first crack at a bar after about 1.5 hours of screwing around:
In the PT:AddData variable i have:
["PT3BarCustom.Mounts"] = "m,Misc.Mount.Flying,Misc.Mount.Normal,Misc.Mount.Ahn'Qiraj",
["PT3BarCustom.Goofing"] = "m,Misc.Minipet.Normal",
["PT3BarCustom.MostWater"] = "m,Consumable.Water.Basic,Consumable.Food.Combo Mana,Consumable.Water.Conjured",
["PT3BarCustom.HealthStuff"] = "m,Consumable.Potion.Recovery.Healing,Consumable.Cooldown.Stone.Health.Warlock",
["PT3BarCustom.BuffingPotions"] = "m,Consumable.Buff.Healing.Self,Consumable.Buff.Regen Mana.Self",
["PT3BarCustom.MiscRecovery"] = "m,Consumable.Potion.Recovery.Dreamless Sleep,Consumable.Potion.Recovery.Rejuvenation",
and the below text goes in the PT3Bar:InputSets variable:
"PT3BarCustom.Mounts",
"Consumable.Bandage.Basic",
"PT3BarCustom.HealthStuff",
"Consumable.Potion.Recovery.Mana",
"Consumable.Leatherworking.Drums",
"PT3BarCustom.BuffingPotions",
"PT3BarCustom.MostWater",
"PT3BarCustom.MiscRecovery",
"PT3BarCustom.Goofing",
"Consumable.Food.Edible.Basic",
It really didn't take very long at all to setup when using PT3Browser (plus I was able to dump atlasloot in the bargain). So I think anyone who wanted to put together a grouping for melee/tanks/offensive casters could easily do so in a few minutes.
Originally Posted by adlwow
I want to figure out how to add categories/buttons because I'd at least like to add a mount button. It'd be great if people could share some config files.
|
The above buttons for mounts work great
