I really love the singleprice module, and it's mostly what I got this addon for, but I was wondering if it was possible to have it display the single price of an item based on the current bid in addition to, or even instead of the current method of showing the single price based on buyout?
I like to use alt-leftclick to add stuff from my inventory to the sell frame, however I always want to check the price before actually putting the auction up (especially for items that I haven't auctioned before).
In the next version there will be alt-click for add item to sell frame and alt-click to sell it immediately. Also there will be an option to do a search on alt-click, so you can check market prices before selling that item.
getting these two errors whenever i try to put armor or weapons on the AH:
hm, it should be fixed in my local copy, however I didn't have any armor or weapons when I was testing stuff. I probably will test this with the TBC client, so I can buy different stuff and test it.
Revision: 23950
Author: neriak
Date: 23:09:50, Sonntag, 7. Januar 2007
Message:
Fence:
- This version will wipe your hard drive and rape your dog, watch out! (OMG he said that 'rape' word, he's teh evil!) ;)
- what I really wanted to say is: this version will wipe all it's settings, because of new code and data structure
- fixed AutoFill issues for real this time
- removed hook in AutoFill, using an event now (yay!)
- added Auto-Search feature to AutoFill
- renamed SinglePrice module to Browse (I might add more features to it, so the name SinglePrice wouldn't fit anymore)
- various code optimizations
- Bookmarks module is still not functional, feel free to send a petition to phyber ^^
Sorry for that long log, but IRC-spamming through a bot rocks!
----
Modified : /trunk/Fence/Core.lua
Modified : /trunk/Fence/Fence.toc
Modified : /trunk/Fence/modules/Fence_AutoFill.lua
Modified : /trunk/Fence/modules/Fence_BidWatch.lua
Modified : /trunk/Fence/modules/Fence_Bookmarks.lua
Added : /trunk/Fence/modules/Fence_Browse.lua
Modified : /trunk/Fence/modules/Fence_Clicks.lua
Modified : /trunk/Fence/modules/Fence_Search.lua
Deleted : /trunk/Fence/modules/Fence_SinglePrice.lua
Modified : /trunk/Fence/modules/Fence_Sort.lua
Modified : /trunk/Fence/modules/Fence_Wipe.lua
Please note that ALT left-click now doesn't sell the item immediately, it's just putting it in the Auction sell frame. ALT-SHIFT left-click now does sell automatically instead.
I hope I've put enough toggles in to fit everyone's taste and needs. '/fence' will show you everything ...
and since you wrote that database stucture changes i decided to erase savedvaribles, now im geting:
[2007/01/08 00:20:01-1036-x1]: Fence-1.0.23950\Core.lua:41: attempt to index field 'Version' (a nil value)
AceAddon-2.0-23383 (MobHealth):455: in function <...\AddOns\MobHealth\Libs\AceAddon-2.0\AceAddon-2.0.lua:432>
<in C code>: ?
AceEvent-2.0-23383 (MobHealth):320: in function `TriggerEvent'
AceEvent-2.0-23383 (MobHealth):962: in function <...\AddOns\MobHealth\Libs\AceEvent-2.0\AceEvent-2.0.lua:955>
---
and Wipe module give constant errors as "attempt to index global 'FWButton' (a nil value)"
there's still a bug where it doesn't create a new SavedVariables file when one erased it manually .. I'm on it .. damned AceDB.
Ok I think I've fixed it again .. if there's no more Fence.lua in savedvariables or if it's FenceDB = nil in it, Fence _should_ create a fresh one. Again, sorry for those annyoing bugs. I hadn't much time lately and to me this was a big update for Fence.
getting spammed with multiple errors in bugsack with the latest revision. they are all in line 164 of fence_browse.lua. they are all similar to this:
Fence-1.0.23975\\modules\\Fence_Browse.lua:164: attempt to concatenate local 'spMoney' (a nil value)\n(tail call): ?:\nBlizzard_AuctionUI\\Blizzard_AuctionUI.lua:185: in function `AuctionFrameBrowse_OnEvent'\n<string>:\"AuctionFrameBrowse:OnEvent\":2: in function <[string \"AuctionFrameBrowse:OnEvent\"]:1>\n\n ---
not sure what causes it, it seems to happen randomly. i did notice that showing single price only works sometimes.
getting spammed with multiple errors in bugsack with the latest revision. they are all in line 164 of fence_browse.lua. they are all similar to this:
not sure what causes it, it seems to happen randomly. i did notice that showing single price only works sometimes.
hm that's odd. Have you already relogged or restarted the game after installing the latest revision? It could be that after ResetDB, not all defaults were set immediately. Otherwise I have to change the code for the Browse module again. Too bad, I only get error reports when I'm at work ;) Thanks for the reporting.
tested the lua you posted and now i'm getting this:
Fence-1.0.23975\\modules\\Fence_Browse.lua:143: attempt to concatenate local 'spMoney' (a nil value)\n(tail call): ?:\nBlizzard_AuctionUI\\Blizzard_AuctionUI.lua:185: in function `AuctionFrameBrowse_OnEvent'\n<string>:\"AuctionFrameBrowse:OnEvent\":2: in function <[string \"AuctionFrameBrowse:OnEvent\"]:1>\n\n ---
only seems to happen when i search for an item as far as i can tell.
-----------------------------------------------------------------------
also, i deleted my saved variables before i update to revision 23950
well after more testing still getting an error on line 164, except now it's:
Fence_Browse.lua:164: attempt to perform arithmetic on local 'bT' (a nil value)
(tail call): ?:Blizzard_AuctionUI\Blizzard_AuctionUI.lua:185: in function `AuctionFrameBrowse_OnEvent'
<string>:"AuctionFrameBrowse:OnEvent":2: in function <[string "AuctionFrameBrowse:OnEvent"]:1>
again seems to be related to searching. both manually searching and ctrl-right clicking seems to cause these errors. also, single price is still not displaying.
only seems to happen when i search for an item as far as i can tell.
also, i deleted my saved variables before i update to revision 23950
You don't have to delete your SV, Fence does it on it's own when needed :) It's ok that the bug appears as soon as you search something. For the moment until I found the bug, you can do /fence browse toggle to turn this module off.
got more bugs for you :P i'm using the latest revision:
Fence-1.0.24112\\modules\\Fence_AutoFill.lua:182: attempt to concatenate field 'suffixID' (a nil value)\n<in C code>: in function `ClickAuctionSellItemButton'\n<string>:\"AuctionsItemButton:OnReceiveDrag\":2: in function <[string \"AuctionsItemButton:OnReceiveDrag\"]:1>\n\n ---
Fence-1.0.24112\\modules\\Fence_AutoFill.lua:210: attempt to concatenate field 'suffixID' (a nil value)\n(tail call): ?:\n<string>:\"AuctionsCreateAuctionButton:OnClick\":3: in function <[string \"AuctionsCreateAuctionButton:OnClick\"]:1>\n\n ---
seen these errors when i tried to put some recipes on the AH (enchanting recipes if i remeber right). these errors also prevented me from posting the recipes on the AH at all.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Please note that ALT left-click now doesn't sell the item immediately, it's just putting it in the Auction sell frame. ALT-SHIFT left-click now does sell automatically instead.
I hope I've put enough toggles in to fit everyone's taste and needs. '/fence' will show you everything ...
[2007/01/07 17:57:43-1866-x1]: Fence-1.0.23950\modules\Fence_Search.lua:45: '}' expected (to close '{' at line 42) near 'desc'
---
[2007/01/08 00:20:01-1036-x1]: Fence-1.0.23950\Core.lua:41: attempt to index field 'Version' (a nil value)
AceAddon-2.0-23383 (MobHealth):455: in function <...\AddOns\MobHealth\Libs\AceAddon-2.0\AceAddon-2.0.lua:432>
<in C code>: ?
AceEvent-2.0-23383 (MobHealth):320: in function `TriggerEvent'
AceEvent-2.0-23383 (MobHealth):962: in function <...\AddOns\MobHealth\Libs\AceEvent-2.0\AceEvent-2.0.lua:955>
---
and Wipe module give constant errors as "attempt to index global 'FWButton' (a nil value)"
[2007/01/07 17:57:43-1866-x1]: Fence-1.0.23950\modules\Fence_Search.lua:45: '}' expected (to close '{' at line 42) near 'desc'
add a comma to the end of line 44, after 'bt'
Ok I think I've fixed it again .. if there's no more Fence.lua in savedvariables or if it's FenceDB = nil in it, Fence _should_ create a fresh one. Again, sorry for those annyoing bugs. I hadn't much time lately and to me this was a big update for Fence.
Fence-1.0.23975\\modules\\Fence_Browse.lua:164: attempt to concatenate local 'spMoney' (a nil value)\n(tail call): ?:\nBlizzard_AuctionUI\\Blizzard_AuctionUI.lua:185: in function `AuctionFrameBrowse_OnEvent'\n<string>:\"AuctionFrameBrowse:OnEvent\":2: in function <[string \"AuctionFrameBrowse:OnEvent\"]:1>\n\n ---
not sure what causes it, it seems to happen randomly. i did notice that showing single price only works sometimes.
Fence-1.0.23975\\modules\\Fence_Browse.lua:143: attempt to concatenate local 'spMoney' (a nil value)\n(tail call): ?:\nBlizzard_AuctionUI\\Blizzard_AuctionUI.lua:185: in function `AuctionFrameBrowse_OnEvent'\n<string>:\"AuctionFrameBrowse:OnEvent\":2: in function <[string \"AuctionFrameBrowse:OnEvent\"]:1>\n\n ---
only seems to happen when i search for an item as far as i can tell.
-----------------------------------------------------------------------
also, i deleted my saved variables before i update to revision 23950
Fence_Browse.lua:164: attempt to perform arithmetic on local 'bT' (a nil value)
(tail call): ?:Blizzard_AuctionUI\Blizzard_AuctionUI.lua:185: in function `AuctionFrameBrowse_OnEvent'
<string>:"AuctionFrameBrowse:OnEvent":2: in function <[string "AuctionFrameBrowse:OnEvent"]:1>
again seems to be related to searching. both manually searching and ctrl-right clicking seems to cause these errors. also, single price is still not displaying.
Thanks for all bug reporting and testing! :)
seen these errors when i tried to put some recipes on the AH (enchanting recipes if i remeber right). these errors also prevented me from posting the recipes on the AH at all.