Problem with fixing it to Fubar, is 'technically' it should be able to run without fubar, and yes, it spawns mostly just centered in the screen, seemed like a good place, not like you should be looking at it in combat anyways. I might have to shift it left some, once I figure out how the sublevels work finally. Shift click shouldn't be hard, it was in at one point, but that was back when clicking made the tooltip come up, heh.
Thought I fixed the warlock stuff, and now I remember why I skipped the war stuff, the comments were in the way, I was going to go back to it, but forgot. Anyways, fixed now.
Edit: Shiftclick to link should be in the next push, if I didn't break something.
Edit2: After much fighting, I finally got the sub headings working, new menu system, again. Should finally be able to start adding Blue sets soon tho.
[2006/12/27 10:48:10-209-x5]: Evpsets\Evpsets.lua:296: bad argument #1 to 'pairs' (table expected, got nil)
Evpsets\Evpsets.lua:296: in function `AddDew'
Evpsets\Evpsets.lua:336: in function `OnMenuRequest'
I have absoltely no idea how it will work on a nonlocal client I would think it would work as I don't think I use any localized strings in my if statements, though if that error still happens, maybe not.
In other news, just put up new tables to finally begin taking in blue items.
I just commited a fix to the locals problem, hopefully, try 22278.
Edit2: If you get to them before I get around to adding the comments, use the bluemisc table to fit any misc items, quivers, etc, that dont fit the other categories, no reason to have a seperate one for each instance, considering there's at most like 1 item like that per, if that.
[2006/12/27 19:56:43-1622-x2]: Evpsets\Evpsets.lua:447: bad argument #1 to 'pairs' (table expected, got nil)
Evpsets\Evpsets.lua:447: in function `AddDew'
Evpsets\Evpsets.lua:495: in function `OnMenuRequest'
FuBarPlugin-2.0-22169:951: in function <...\FuBarPlugin-2.0\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:928>
Dewdrop-2.0-22149 (DewdropLib):1521: in function <...erface\AddOns\DewdropLib\Dewdrop-2.0\Dewdrop-2.0.lua:1470>
Dewdrop-2.0-22149 (DewdropLib):2241: in function <...erface\AddOns\DewdropLib\Dewdrop-2.0\Dewdrop-2.0.lua:2201>
Dewdrop-2.0-22149 (DewdropLib):387: in function <...erface\AddOns\DewdropLib\Dewdrop-2.0\Dewdrop-2.0.lua:373>
---
Is what i seem to be getting, same without !!!StandaloneLibraries. No clue what to do about it. But i'm seeing WARRIOR in misc section alone. Weapon and armor menu spots seem to be empty.
oh, I think I see what it is, apparently the nonlocalized text is all in Caps, I 'think' I know how to fix it, I'll edit this with the revision # to try, sec.
I would like this addon to also take into account my current level. It's all level 55+ stuff for now, so not really useful for my level 26 hunter that might start BGing a bit to get some cool gear. No hurries on getting this done, though, it's more of a 'finishing touch' I'd say.
Not really concerned with the low level stuff, and neither should you, honestly. You outlevel it too fast for it to be worth wasting honor on. Save that honor for when you can buy the toplevel stuff.
Edit: I've added some of the basic horde stuff, wsg mostly so far, I also added categories for all of the blue related items, if you want to move anything you already put up.
Edit2: Few revisions later, it now has an icon to replace the text on fubar to take up less space, feel free to suggest a better one. I also added a Current Honor value to the first menu, I won't do token lookups though as that would more or less require a bag check event that eats compute cycles, not really worth it. Horde side at least as far as WSG should be done.
Very nice work on the horde stuff, yay now I don't have to do it ;)
One thing though, if you could please, on the non set specific things add some tags as to what type of item it is, and should go to? For example
--Legionnaire's Band (Melee,Hunter)
[19510] = {2250,20,0,0,0,0,0},
--Scout's Medallion ( Melee, Hunter)
[19534] = {2250,20,0,0,0,0,0},
--Advisor's Gnarled Staff (Staff) ( Caster +dmg)
[19566] = {15000,40,0,0,0,0,0},
--Outrider's Mail Leggings (Mail) (Melee,Hunter)
[22740] = {13125,40,0,0,0,0,0},
--Outrider's Chain Leggings (Mail) (SHAMAN)
[22676] = {13125,40,0,0,0,0,0},
Basically, anything that would help me set who each item would go to
The chain Legs for example have caster stats on mail, which only a shaman would give a crap about, etc.
Just about perfect, thanks :) There are a 'few' with no tags, but not that big a deal, a few is much better than all >:)
I'll start adding over the next day or 3.
How do you like the design of how the menus and such work now? I'm fairly happy with it now and it's finally shaping up to about how I envisioned it to begin with, but I'm always open to suggestions, as long as they don't add any massive overhead to the processing etc.
Edit: Revison 22683: All of the HWL weapons should now be in, also you should find a honor count in the parent menu.
The menu looks more or less like that now, other than misc being mostly blank.
I won't do marks because that requires doing regular bag checks tied to bag update, too much of a performance issue for very little gain. With the rate of honor gain, even if you lose every game you ever play, you get honor faster than the marks you'd spend.
Edit: What I need most at the moment, is the blue sets for horde side, for every class but mage, and also someone to give me the costs in honor and marks for all of the epic sets that I have placeholders for {1,1,0,0 etc
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Thought I fixed the warlock stuff, and now I remember why I skipped the war stuff, the comments were in the way, I was going to go back to it, but forgot. Anyways, fixed now.
Edit: Shiftclick to link should be in the next push, if I didn't break something.
Edit2: After much fighting, I finally got the sub headings working, new menu system, again. Should finally be able to start adding Blue sets soon tho.
[2006/12/27 10:48:10-209-x5]: Evpsets\Evpsets.lua:296: bad argument #1 to 'pairs' (table expected, got nil)
Evpsets\Evpsets.lua:296: in function `AddDew'
Evpsets\Evpsets.lua:336: in function `OnMenuRequest'
menue is empty
version: r22270
client: german
In other news, just put up new tables to finally begin taking in blue items.
I just commited a fix to the locals problem, hopefully, try 22278.
Edit2: If you get to them before I get around to adding the comments, use the bluemisc table to fit any misc items, quivers, etc, that dont fit the other categories, no reason to have a seperate one for each instance, considering there's at most like 1 item like that per, if that.
i have change "Warrior" to "Krieger" and now its works.
i got only the name "warrior" in the tabs (weapon, armors...)
And if you self localize the if statement it works?
change the if(class == "warrior") bit, that is?
Evpsets\Evpsets.lua:447: in function `AddDew'
Evpsets\Evpsets.lua:495: in function `OnMenuRequest'
FuBarPlugin-2.0-22169:951: in function <...\FuBarPlugin-2.0\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:928>
Dewdrop-2.0-22149 (DewdropLib):1521: in function <...erface\AddOns\DewdropLib\Dewdrop-2.0\Dewdrop-2.0.lua:1470>
Dewdrop-2.0-22149 (DewdropLib):2241: in function <...erface\AddOns\DewdropLib\Dewdrop-2.0\Dewdrop-2.0.lua:2201>
Dewdrop-2.0-22149 (DewdropLib):387: in function <...erface\AddOns\DewdropLib\Dewdrop-2.0\Dewdrop-2.0.lua:373>
---
Is what i seem to be getting, same without !!!StandaloneLibraries. No clue what to do about it. But i'm seeing WARRIOR in misc section alone. Weapon and armor menu spots seem to be empty.
Edit: Give 22343 a try.
Misc still is stating WARRIOR tho, not sure what's there supposed to be? But weapons and armor section show up nice now.
Edit: I've added some of the basic horde stuff, wsg mostly so far, I also added categories for all of the blue related items, if you want to move anything you already put up.
Edit2: Few revisions later, it now has an icon to replace the text on fubar to take up less space, feel free to suggest a better one. I also added a Current Honor value to the first menu, I won't do token lookups though as that would more or less require a bag check event that eats compute cycles, not really worth it. Horde side at least as far as WSG should be done.
Edit: I've also got lower level items if you really want.
One thing though, if you could please, on the non set specific things add some tags as to what type of item it is, and should go to? For example
--Legionnaire's Band (Melee,Hunter)
[19510] = {2250,20,0,0,0,0,0},
--Scout's Medallion ( Melee, Hunter)
[19534] = {2250,20,0,0,0,0,0},
--Advisor's Gnarled Staff (Staff) ( Caster +dmg)
[19566] = {15000,40,0,0,0,0,0},
--Outrider's Mail Leggings (Mail) (Melee,Hunter)
[22740] = {13125,40,0,0,0,0,0},
--Outrider's Chain Leggings (Mail) (SHAMAN)
[22676] = {13125,40,0,0,0,0,0},
Basically, anything that would help me set who each item would go to
The chain Legs for example have caster stats on mail, which only a shaman would give a crap about, etc.
*Druid - represents that the item appears to be designed for that class or player type
I'll start adding over the next day or 3.
How do you like the design of how the menus and such work now? I'm fairly happy with it now and it's finally shaping up to about how I envisioned it to begin with, but I'm always open to suggestions, as long as they don't add any massive overhead to the processing etc.
Edit: Revison 22683: All of the HWL weapons should now be in, also you should find a honor count in the parent menu.
My suggestion for the menu looks something linke this.
I won't do marks because that requires doing regular bag checks tied to bag update, too much of a performance issue for very little gain. With the rate of honor gain, even if you lose every game you ever play, you get honor faster than the marks you'd spend.
Edit: What I need most at the moment, is the blue sets for horde side, for every class but mage, and also someone to give me the costs in honor and marks for all of the epic sets that I have placeholders for {1,1,0,0 etc