- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,102 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
PawnCraft Upgrade Finder
- 5 Likes
- World of Warcraft
- 208 Monthly Downloads
- Supports: 4.3
- 5,460 Total Downloads
- Updated 01/27/2012
- Created 11/11/2011
- 17 Favorites
- Project Site
- Comments
- Release Type: Release
- License: All Rights Reserved
- Newest File: pawncraft upgrade finder v1.2
About PawnCraft Upgrade Finder
Youtube video showing pawncraft working
PawnCraft allows you to easily and quickly see upgrades for your character when they look at the professions windows.
Pawncraft works for leatherworking, blacksmithing and tailoring at the moment.
The basic workings of Pawncraft is this.
You open your crafting window, or someone elses window they link in chat (for example if you need something from a higher level crafter Pawncraft will also show you the upgrades you can get from them too)
Pawncraft will show an upgrade window if it finds any upgrades and hooks into pawn.
You can choose the pawn scale you want to use (it selects your default scales) - and it also allows you to use custom scales (be careful with these, if they are not setup right you will get upgrades you might not want!)
Finally your presented with a list of the upgrades that can be crafted, and you can mouse over to see a side by side comparason of your item and the craftable item.
I also added some tooltip information at the bottom in this window to show you the current pawn scale of your craft item and the new scale of the new crafting item.
V1.2 removed the verbose numbers in the tooltip and replaced with upgrade % fixed a bug where it wouldnt show you upgrades for one pawn scale if you were in another pawn scale fixed a bug where the dropdown was showing the wrong information for the listed information in the treeview
V 1.1 fixed several bugs in the scales being read from pawn fixed upgrade list duplicating and giving strange behaviors when opening and closing the profession window fixed bug where upgrades for a higher character level were being shown
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| pawncraft upgrade finder v1.2 | Release | 4.3 | 3,989 | 01/27/2012 |
| pawncraft upgrade finder v1.1 | Release | 4.2 | 1,878 | 11/12/2011 |
| pawncraft upgrade finder v1.0 repack | Release | 4.2 | 101 | 11/12/2011 |
Addon Packs Containing This...
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 999,752 Monthly Downloads
-
- Bagnon
- Bags & Inventory
- 466,028 Monthly Downloads
-
- Auctioneer
- Mail, Tooltip, Bags & Inventory, Professions, and Auction & Economy
- 340,607 Monthly Downloads
-
- Recount
- Combat
- 314,809 Monthly Downloads
-
- HealBot Continued
- Healer and Unit Frames
- 293,027 Monthly Downloads




Comments
I have done a fan update so it would work for me.... 2 things to change... in the core.lua because of slot changes - change the local CharacterSlotType to the following:
local CharacterSlotType = {
[1] = "HeadSlot", -- Head/helmet slot.
[2] = "NeckSlot", -- Necklace slot.
[3] = "ShoulderSlot", -- Shoulder slot.
[4] = "ShirtSlot", -- Shirt slot.
[5] = "ChestSlot", -- Chest slot.
[6] = "WaistSlot", -- Waist/Belt slot.
[7] = "LegsSlot", -- Legs/Pants slot.
[8] = "FeetSlot", -- Feet/Boots slot.
[9] = "WristSlot", -- Wrist/Bracer slot.
[10] = "HandsSlot", -- Hand/Gloves slot.
[11] = "Finger0Slot", -- First finger/ring slot.
[12] = "Finger1Slot", -- Second finger/ring slot.
[13] = "Trinket0Slot", -- First trinket slot.
[14] = "Trinket1Slot", -- Second trinket slot.
[15] = "BackSlot", -- Back/Cape slot.
[16] = "MainHandSlot", -- Main hand slot.
[17] = "SecondaryHandSlot", -- Secondary hand/Off-hand slot.
[18] = "TabardSlot", -- Tabard slot.
[19] = "Bag0Slot", -- First bag slot.
[20] = "Bag1Slot", -- Second bag slot.
[21] = "Bag2Slot", -- Third bag slot.
[22] = "Bag3Slot", -- Fourth bag slot.
};
and then make a change to function getCharacterEquipScales() (around line 113)
for i = 1, 22 do
This made the addon work for me once again.
Thanks for writing the addon TOPProto!
still praying for an update
Hopefully it will be updated for MoP?
at the moment i am working on my main project www.criticalpointgame.com so this addon is not on my radar at the moment.
I will see if i can get some time in the future to do the updates but my time is on CPI at the moment.
I would love to see this updated for 5.0.4
kfckieth thanks, i will look into this - looks like you hit one of my log entries that i left in place for debugging. I thought this slot was not used, but it appears it is :)
hi rjcurse, Theirs no minimap icon, and no configuration you need to do.
The only time the addon will show is if their is an upgrade.
Personally im a huge fan of keeping this addon simple to use and non intrusive. (i still think its quite intrusive)
In terms of not working, provided you have your pawn scales set correctly and you have armor in your craft ablility that is an upgrade it will show the window. These are the rules around showing the pawncraft window. Hope this helps.
I 've run into a problem that it ends up spamming the main chat window:
reference to character slot - did not find a reference for INVTYPE_RANGEDRIGHT Invalid slot
This is for an Enchanter & Tailor character. I've encountered similar error on my Leatherworker, Jewelcrafter, and Blacksmith.
This currently doesn't happen when i've only opened Tailoring
I also have the Skillet Addon installed
Doesn't work for me at all. No errors. Only addons enabled are Pawn, this, and Ace3 library. No minimap icon (idk if there's supposed to be one).
The following LUA error occurs when I open a tradeskill window. Pawn and PawnCraft Upgrade Finder are the only two addons I have enabled.
Message: Interface\AddOns\PawnCraftUpgradeFinder\Core.lua:322: attempt to compare number with nil
Time: 03/22/12 18:56:25
Count: 1
Stack: Interface\AddOns\PawnCraftUpgradeFinder\Core.lua:322: in function `gettradeskills'
Interface\AddOns\PawnCraftUpgradeFinder\Core.lua:399: in function `ScaleDropdownChanged'
Interface\AddOns\PawnCraftUpgradeFinder\Core.lua:71: in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
[string "safecall Dispatcher[1]"]:4: in function <[string "safecall Dispatcher[1]"]:4>
[C]: ?
[string "safecall Dispatcher[1]"]:13: in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: in function `Fire'
Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:120: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>
[C]: in function `CastSpell'
Interface\FrameXML\SpellBookFrame.lua:420: in function `SpellButton_OnClick'
[string "*:OnClick"]:4: in function <[string "*:OnClick"]:1>
Locals: <none>
During my next patch i will look into this problem.
Thanks for the informtion :)
Does this addon work with the tradeskill information available through the Professions dropdown in the guild roster? Every time I look at the crafting patterns of a guildie through this interface, I immediately get a "Interface\AddOns\PawnCraftUpgradeFinder\Core.lua:362: attempt to perform arithmetic on local 'xOfs' (a nil value)", and an empty PawnCraft Upgrade Finder window opens.
EDIT: Looks like I get this error when a guildie posts their tradeskill link too... I'm assuming this is an issue with my Tradeskill window replacement (ATSW), as disabling that removed this error. So nevermind, I guess!
Yes to draw the pawncraft window it uses the tradeskill window, but your other addon forcibly removes it (making any other addons that want to work with it break).
Your addons rock and roll. Way to go pal!!!