Results: 5Comments by: Garr3tt
File: BuffSkin10-29-10
ok so for a quick 4.0.1 fix do the...
Posted By: Garr3tt
ok so for a quick 4.0.1 fix do the following : - line 228 u'll have the function : unction DropDownTest_ItemClick() UIDropDownMenu_SetSelectedValue(this.owner, this.value); end now replace it with this one (or modify it if u will) : function DropDownTest_ItemClick(self) UIDropDownMenu_SetSelectedValue(self.owner, se...
File: GatherSage210-19-10
yeah that's because of GetNumSkillL...
Posted By: Garr3tt
yeah that's because of GetNumSkillLines() witch was removed u have to replace it with : name, icon, rank, maxrank, numspells, spelloffset, skillline = GetProfessionInfo(index) and use : prof_1, prof_2, archaeology, fishing, cooking, firstaid = GetProfessions() to get the inedxes i just havent figured out how yet
File: Dominos07-04-09
so if i got this right this change...
Posted By: Garr3tt
so if i got this right this change should fix it.. that is anchor my aspected shapeshift bar to the totembar; one thing i'm not sure i get though what's the id of the last button ?? 144 or 145 maybe ?? ======================================================== local i = Aspected_Original_GetNumShapeshiftForms(); local ssb...
File: Dominos06-27-09
hey Tuller. if u do get some insigh...
Posted By: Garr3tt
hey Tuller. if u do get some insight into the workings of the totem bar could u plz post it here as i've been trying to get aspected again to work with the damm bar but dono the first thing about the api they implemented for the totembar
File: Aspected Again11-15-07
hy i used your addon with the defau...
Posted By: Garr3tt
hy i used your addon with the default interface, as i like 2 use a less intrussive interface the thing is it pushed my pet bar 2 the right and now it covers up my bags, as its always on top. could u put an option 2 move the aspect bar or at least 2 put it right over the pet bar ??