modui

Re: modui

by Haunt » Thu Dec 17, 2015 12:23 am

The newest update gives a visual bug with the mass mail tab when using the Postal addon. Is there any way to disable to mailbox skin portion of this addon?
Haunt
Private
Private
 

Re: modui

by modernist » Thu Dec 17, 2015 8:36 am

kuurtzen wrote:
balsh wrote:cool, not sure if it was planned but still no interrupt on kick.

issue is:
Code: Select all
nameplates.lua
296:            elseif fphits then t = phits c = UnitName'player'
297:            elseif fpcrits then t = pcrits c = UnitName'player'

is registering the playre's name where it should be the player's target. change to:
Code: Select all
296:      elseif fphits then t = phits c = gsub(arg1, t, '%2')
297:      elseif fpcrits then t = pcrits c = gsub(arg1, t, '%2')


saving me again — thanks.
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by modernist » Thu Dec 17, 2015 8:37 am

Haunt wrote:The newest update gives a visual bug with the mass mail tab when using the Postal addon. Is there any way to disable to mailbox skin portion of this addon?


delete this file and see if it helps. that said, i'd like to add support for this (been looking for a mass-mail addon) and will try and turnaround a proper fix soon.
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by Haunt » Thu Dec 17, 2015 11:47 am

Yeah, that would be a great addition to your mod, so I don't have to rely upon standalone addons.
Haunt
Private
Private
 

Re: modui

by balsh » Thu Dec 17, 2015 7:23 pm

kuurtzen wrote:
balsh wrote:cool, not sure if it was planned but still no interrupt on kick.

issue is:
Code: Select all
nameplates.lua
296:            elseif fphits then t = phits c = UnitName'player'
297:            elseif fpcrits then t = pcrits c = UnitName'player'

is registering the playre's name where it should be the player's target. change to:
Code: Select all
296:      elseif fphits then t = phits c = gsub(arg1, t, '%2')
297:      elseif fpcrits then t = pcrits c = gsub(arg1, t, '%2')

Thanks man

I did the same change in castbar.lua for uf and it works now!
balsh
Sergeant
Sergeant
 

Re: modui

by Zacharybinx34 » Thu Dec 17, 2015 7:24 pm

Have you considered expanding the quest log into a dual frame setup? Quests on the left and description on the right.

I love that look.
Zacharybinx34
Sergeant
Sergeant
 

Re: modui

by modernist » Thu Dec 17, 2015 9:55 pm

nope! other addons do that just fine
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by Zacharybinx34 » Thu Dec 17, 2015 10:24 pm

Well since you added all in one bag, I figured maybe you'd branch out here too =)

Speaking of, is there a way to default it to open the all in one bag in "b" press instead of "shift + b"?
Zacharybinx34
Sergeant
Sergeant
 

Re: modui

by Zacharybinx34 » Fri Dec 18, 2015 5:57 am

i'm getting a black frame that is randomly in different spots that I think is suppose to be the info panel. When I mouse over things, nothing is in the bottom right where it should be. Any ideas?
Zacharybinx34
Sergeant
Sergeant
 

Re: modui

by saruwatabi » Fri Dec 18, 2015 9:15 am

Zacharybinx34 wrote:Well since you added all in one bag, I figured maybe you'd branch out here too =)

Speaking of, is there a way to default it to open the all in one bag in "b" press instead of "shift + b"?


Just change it in the keybindings-menu.
User avatar
saruwatabi
Grunt
Grunt
 

PreviousNext

Return to Addons & macros