Monolith DKP

Monolith DKP

687k Downloads

Only accepting first bid

joheri85 opened this issue ยท 18 comments

commented

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

commented

For that bidder? Or any bidders? What DKP mode are you using?

commented

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

commented

I checked the file in saved variables btw and it seems data is indeed saved. it appears that the options tab does not read the file.
File looks like this:
image

but interface ingame still shows 70 in all slots:
image

commented

Ok. I see why it's doing that. I'll have a new beta version up this afternoon fixing all known issues so far.

commented

And are the bids submitted with the UI or !bid command?

commented

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.

image

image

commented

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.

commented

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!

commented

And higher bids ofc

commented

Thank you. 2.0.2 is first round beta so I expected some issues getting those testing it.

commented

oh yeah, and also. there is no reaction at all from the addon. even if i bid lower i dont get a "declined" message

commented

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.

commented

Did you click the save settings button at the bottom?

commented

yes, i even get the "Defult settings saved" message in chat

commented

We are not using this live yet so i can delete any file if you want me to test something

commented

When i get a new beta ready fixing the identified issues it'll go up here as 2.0.3

commented

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.

commented

All issues appear to be corrected and uploaded to Git here. Can download and disseminate as needed.