Only accepting first bid
joheri85 opened this issue ยท 18 comments
Since the 2.0.2 update bidding only seam to work for the very first bid on every auction. No matter who bids first.
EDIT: there is no error or anything, it just seems as the function that listens to the chat just stops working. (i use whispers only)
EDIT2: same thing in raidchat. if the first bidder cancels his bid it works for the next bid again. But as soon as there is one registerd bid it dont work no more
oh yeah that worked indeed.
Now its just the saving issue but i guess that is what you meant by "identified issues" above.
Thx for the fast response
Ok. I see why it's doing that. I'll have a new beta version up this afternoon fixing all known issues so far.
i have tried both the addon and the chat. same problem. I get the whispers but nothing happends as long as there is one active bid. if that bidder does "!bid cancel", anyone can place a bid since there is no "current bid". But ass soon ass another player bids no one else can after that unless he then cancels his bid.
Ok I'll test this as soon as I get home. The subsequent bids are higher than the first correct? Since you have decline low bids on. Just making sure.
i have tried with lower bids, bidding 0, bid the same, trying to raise my own bid (if i have the active bid). Nothing works besides "!bid cancel".
and also, thank you very much for all your work and effort. It is greatly appreciated!
Thank you. 2.0.2 is first round beta so I expected some issues getting those testing it.
oh yeah, and also. there is no reaction at all from the addon. even if i bid lower i dont get a "declined" message
I also noticed now that nothing on the main "Options"-tab saves, so mabe it has something to do with that. DKP modes saves tho.
We are not using this live yet so i can delete any file if you want me to test something
When i get a new beta ready fixing the identified issues it'll go up here as 2.0.3
Ok I identified the issue. You can fix it yourself if you like.
In the Bidding.lua, line 163, you'll see:
else
return
end
Delete the:
else
return
Will have this in the next beta. My head must have been somewhere else when i put that in 0_o.