Download
(32Kb)
Download
Updated: 12-09-09 08:31 AM
Pictures
File Info
Updated:12-09-09 08:31 AM
Created:05-12-09 11:29 AM
Downloads:7,712
Favorites:124
MD5:

Jobber  Popular! (More than 5000 hits)

Version: 30300.2
by: Maul [More]



Jobber
is a Trade Skill replacement interface. It adds features that make using and leveling trade skills easier.

Features -
Larger list of items to view.
Enchanced sorting methods.
The ability to disable confirmation popups related to crafting (i.e. enchanting)
A Procurement Manager to make obtaining and keeping track of needed reagents easier.
Compatible with most "missing receipe" addons.
Not going to happen -
A production Queue.
A note from me -
I have never been satisfied with other TradeSkill replacement addons out there. I dislike the real-estate some of them occupy. I have this OCD thing where I like to watch my character craft stuff. But the Blizz default is somewhat inadequate as well. So I threw together Jobber.

I actually dislike the Queue system most other TradeSkill addons have, as they usually tend to want to keep making things I canceled or I try to process the queue and nothing happens. So don't rely on me adding a queuing system to Jobber. This is an addon to suit what I need out of a tradeskill addon and the feature set will be consistent with that. Unlike my other addons, I am not likely to add features unless I think the idea is realy, realy cool

30300.2 -
Added options to enable/disable the procurement manager showing at the bank, guild bank, mailbox and auction house.

30300.1 -
- Some minor bug fixes
- Works again with Ackis recipe list
- Added trade tabs to the window.

30100.2 -
Added support for Lil Sparky's Workshop. Will only work with the current alpha version found on WoWAce.
Changed the location of the procurement manager to better use screen space when using the tradeskill frame.
Made some procurement manager improvements and added a new sort (sort by character name)
Some bug fixes.


30100.1.3 -
To correct some version weirdness with the last upload.
Some compatibility changes in prep for allowing Jobber to work with other addons like LilSparky's Workshop.

30100.1.2 -
Movable/Resizable frame added

30100.1.1 -
Fixed sorts other than default not updating while crafting.

30100.1 -
Initial release version.
Added a "procurement manager" - aids in figuring out where mats are on other characters and banks.
Optional Files (0)


Post A Reply Comment Options
Unread 12-09-09, 08:02 PM  
Maul
Ion Engines, Engage!
 
Maul's Avatar
AddOn Author - Click to view AddOns

Forum posts: 401
File comments: 157
Uploads: 14
Originally posted by ricks322
Thank you for the option. I was thinking more of how it showed over things like bags and such, but this is great also.


Thanks again.....
Oh, I see, a frame strata setting. I can do that too
__________________

Twitter: @IonMaul | Windows Live: [email protected] | Google Talk: [email protected]
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 07:51 PM  
ricks322
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 153
Uploads: 1
Thank you for the option. I was thinking more of how it showed over things like bags and such, but this is great also.


Thanks again.....
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 08:54 AM  
karmamuscle
A Cobalt Mageweaver
 
karmamuscle's Avatar
AddOn Author - Click to view AddOns

Forum posts: 205
File comments: 173
Uploads: 1
The changes to the procurement manager and the addition of trade tabs is sooo awesome, thank you Maul!
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 07:19 AM  
Maul
Ion Engines, Engage!
 
Maul's Avatar
AddOn Author - Click to view AddOns

Forum posts: 401
File comments: 157
Uploads: 14
Originally posted by ricks322
How do I get the Procurement Manager window/line to NOT show up on top of everthing?
Ask me to add that option

Will do
__________________

Twitter: @IonMaul | Windows Live: [email protected] | Google Talk: [email protected]
Report comment to moderator  
Reply With Quote
Unread 12-08-09, 11:59 PM  
ricks322
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 153
Uploads: 1
How do I get the Procurement Manager window/line to NOT show up on top of everthing?
Report comment to moderator  
Reply With Quote
Unread 11-14-09, 09:40 PM  
seebs
Premium Member
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 155
File comments: 157
Uploads: 5
Doesn't play well with newer AckisRecipeList, because AckisRecipeList.ScanButton may be nil -- it doesn't get populated as early.

My solution:

1. In the event handler for TRADE_SKILL_SHOW:

Code:
                        if (not IsAddOnLoaded(k) and reason ~= "MISSING") then
                                LoadAddOn(k)
                        end
+                       if (IsAddOnLoaded(k) and v[2] == false) then
+                               v[1](k)
+                       end
                end
(Copying the logic from the OnUpdate handler that performed that check. That's a diff; the plus signs show you the lines to add.)

Then, in loadAckis, move the ENTIRE function body, including "plugins[name][2] = true" into:

Code:
if (AckisRecipeList.ScanButton) then
[...]
end
So here's the revised function:

Code:
local function loadAckis(name)
        if (AckisRecipeList.ScanButton) then
                AckisRecipeList.ScanButton:RegisterEvent("TRADE_SKILL_SHOW")
                AckisRecipeList.ScanButton:SetScript("OnEvent", function(self) self:SetParent(JobberFrame) self:ClearAllPoints(); self:SetPoint("TOPRIGHT", JobberFrame, -68, -98) end)
                AckisRecipeList.ScanButton:Hide()

                TradeSkillFrame = JobberFrame
                TradeSkillFrameCloseButton = JobberFrameCloseButton
                TradeSkillFramePortrait = JobberFramePortrait
                TradeSkillCancelButton = JobberCancelButton
                TradeSkillCreateAllButton = JobberCreateAllButton
                TradeSkillSubClassDropDown = JobberSubClassDropDown
                TradeSkillInvSlotDropDown = JobberInvSlotDropDown
                TradeSkillFrameAvailableFilterCheckButton = JobberFrameAvailableFilterCheckButton
                plugins[name][2] = true
        end
end
Some of this may have gotten screwed up by the board, but it should give you the right idea.
Report comment to moderator  
Reply With Quote
Unread 10-31-09, 03:41 AM  
keLston
A Deviate Faerie Dragon

Forum posts: 11
File comments: 174
Uploads: 0
I know you stated you weren't sure you were going to continue writing addons but I figured i'd put in a report either for you to look at or one of the users.

What I seem to notice is that when I open a window when a profession window is open, I lose the top of the frame. I basically get a blank black area where there used to be the text search and the pulldown menus for sorting. This seems to occur with mailbox windows, bank windows, and AH windows.

Additionally, sometimes when I log in, I will have to relog multiple times or my profession windows will be blank. I see no recipe list though I could blindly search for it and still make items.
Report comment to moderator  
Reply With Quote
Unread 10-26-09, 12:19 PM  
Baine
A Murloc Raider
 
Baine's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 393
Uploads: 1
following scenario:
want to enchant my items
so i open my tradeskill window for enchanting, jobber in that case
i press c, to open my character window
and it also pops up the usual tradeskill window
(the old one)

and it does that for ALL tradeskills oder windows :/ (trade, vendor, etc)

any chance to see a fix for that?
Report comment to moderator  
Reply With Quote
Unread 10-12-09, 07:13 PM  
Toran
A Nerdscale Dorkin
 
Toran's Avatar
Premium Member

Forum posts: 143
File comments: 433
Uploads: 0
Why does Jobber put the "procurement manager" in the mail window frame? It shows at the bottom of it for me. I use both Postal and Postman.
Report comment to moderator  
Reply With Quote
Unread 09-29-09, 10:49 PM  
KleinerMink
A Deviate Faerie Dragon

Forum posts: 11
File comments: 70
Uploads: 0
Hi,

first of all i really like the look and feel of you addon. The only problem i have is when another player links me his recipe book and i open it. The individual craftable items shown on the list differ from the actual tooltip when i mouseover and i also when i click on them.

I'm playing with the german client version. A localisation problem?
Report comment to moderator  
Reply With Quote
Unread 09-25-09, 10:28 AM  
Foozz
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Feature request - Add Hide Trivial

Maul,
First of all great job...like all your work and addons.

One small suggestion that you could add to jobber would be a "Hide Trivial", like the "Have Materials".

"Hide Trivial" is very useful when leveling a skill so that only the ones that will level you (green, yellow and orange) will be shown.

NOTE: "Sort by Difficulty" for the most part achieves this also.

tks...Foozz
Last edited by Foozz : 09-25-09 at 10:31 AM.
Report comment to moderator  
Reply With Quote
Unread 09-15-09, 12:08 AM  
seebs
Premium Member
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 155
File comments: 157
Uploads: 5
Originally posted by sandur776
[b]Really liking this addon, good size and fits what I need just right.

Been getting this msg of late
Message: Interface\AddOns\Jobber\Jobber.lua:157: 'for' limit must be a number
See my message below. It seems to be an instance of a general category of occasionally-seen bugs where a constant that's clearly part of the core Blizzard UI becomes briefly unfindable and then comes back later.
Report comment to moderator  
Reply With Quote
Unread 09-15-09, 12:07 AM  
seebs
Premium Member
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 155
File comments: 157
Uploads: 5
In sortings other than "Default Sorting", items with colons (such as "Wormhole Generator: Northrend") show up without the text after the colon and with no valid link/reference/mats/etc.
Report comment to moderator  
Reply With Quote
Unread 08-18-09, 09:38 AM  
eldavido
A Kobold Labourer

Forum posts: 1
File comments: 106
Uploads: 0
Any way to have it so when you open your profession of choice, that only the jobber window opens, as currently it opens both jobber AND the default blizz window when you open any prof :/

Edit: found another bug. When you shift-click the prof to open the tradeskill window, it's sometimes missing the buttons along the bottom (create / create all etc)
Last edited by eldavido : 08-19-09 at 03:55 AM.
Report comment to moderator  
Reply With Quote
Unread 08-17-09, 07:59 PM  
sandur776
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Really liking this addon, good size and fits what I need just right.

Been getting this msg of late
Message: Interface\AddOns\Jobber\Jobber.lua:157: 'for' limit must be a number
Time: 08/17/09 18:57:19
Count: 52
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: ?
Interface\AddOns\Jobber\Jobber.lua:157: in function <Interface\AddOns\Jobber\Jobber.lua:149>
Interface\AddOns\Jobber\Jobber.lua:1924: in function `ProcurementManager_OnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>

Locals: tab = 1
link = nil
name = nil
count = nil
_ = nil
_ = 1
_ = 1
stacks = 1
(for index) = 1
(for limit) = nil
(for step) = 1
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "'for' limit must be a number"
clearTable = <function> defined @Interface\AddOns\Jobber\Jobber.lua:45
access = <table> {
}
noaccess = <table> {
}

no clue what all this means
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: