Former Member
inherit
guest@proboards.com
131621
0
Dec 3, 2024 22:22:02 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 16, 2013 11:43:19 GMT -8
This is not a request thread. Not yet, anyway. This is me seeing if anyone else would be interested in this plugin before I waste anyone's time making requests.
It could be an addition to the Monetary System or it could be its own new plugin. Yes, this is achievable through roleplay boards, but so are most plugins.
I imagine the ability to set an item up for auction--perhaps a text field box where they can write what they're selling and perhaps provide pictures optionally. They can optionally set up a reserve price like on ebay, which basically means if this price isn't met in the auction, the item won't be sold but the price doesn't show to those bidding. That way, the item isn't sold for less than they want. They set up the time limit on the auction, perhaps an option to make mandatory increments (for example, if the last bid was $10, the next has to be at least $10 more than that). Obviously, real money couldn't be used, which is why coupling with the monetary system would be a good idea. A potential problem I see, though, is that someone might want bids that aren't money--for example, art commissions (which was frequent payment on one of my RPGs before), so maybe an option to pay with cash only, cash and other (a text field for them to offer what else they are bidding, maybe?), and other only. Members can bid by pushing buttons and refresh the page to see new bids, the timer, etc., (or it could run real-time, I just imagine that might cause overload). Perhaps, if you bid, you can check a box to say you want PM notifications every time you are outbid.
I don't know, I personally would love it and would use it often but I'd love to see what everyone else's thoughts on it are.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 16, 2013 12:12:19 GMT -8
the main issue I can see with it, is it wouldnt be able to auto-refresh. lets say for sake of attempt, you were to store the item in a super key so everyone could see it. they could even bid on it by clicking a button that automatically put them at the top of the list. however there is a problem with that.. keys are only read once on a page load. it can be set at any time, but you cant get updated key info without refreshing the page. which may lead to people hitting F5 over and over and getting themselves banned by cloudflare for potential flooding.
based on what you have above, you might as well use a thread. the first post being the item, and everyone just hitting reply to bid on it. you might be able to request having a button for bidding that automatically puts in their bid to their post, but even then I can see a problem of someone not getting updated information (like being on the first page of a 10 page bidding war) and trying to bid $10 over a bid that expired already.
the only way to get accurate info would be a live feed server that took in and spit out the current bids real time so someone couldnt underbid and if 2 people tried to bid at the same time it would reject the slower person.
Im just throwing out potential obtacles though, so feel free to still request it and someone smarter then me can find a way to make it work.
|
|
inherit
215754
0
Aug 22, 2024 8:27:20 GMT -8
Gator
All ways building something
575
November 2014
jason777
|
Post by Gator on Nov 17, 2014 9:03:17 GMT -8
I would like this but it be nice if it could maybe go with trading..i not sure really how to woth that with idems people buy from my shop
|
|
inherit
193550
0
Jun 20, 2015 11:53:38 GMT -8
shazaam2005
353
April 2013
shazaam2005
|
Post by shazaam2005 on Nov 19, 2014 8:59:18 GMT -8
I LOVE THIS IDEA.... I've been wanting to auction real prizes using the monetary system.... Please keep me informed and tag me for any testing if needed...
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Dec 8, 2014 6:48:44 GMT -8
Wormopolis, would this not be possible via a push call? Or am I incorrect in believing that if you simply set the key as an array and push to it the push call won't overwrite new data?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Dec 8, 2014 15:54:56 GMT -8
push never overwrites data. its the same as pushing to a normal array.
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Dec 8, 2014 20:37:48 GMT -8
So (and I'm just trying to add to the conversation here, I don't have time to do this) couldn't you (meaning some theoretical person who might want to do this) theoretically just push information with a time-stamp? That way nothing gets overwritten. Obviously it's rather bulky and eventually you'd have to clear everything out, so you couldn't effectively do that many auctions at the same time. But it wouldn't be too hard? Or am I over simplifying things?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Dec 8, 2014 21:11:43 GMT -8
still wouldnt be able to get most updated key value without refreshing the page. which would lead to people holding down the F5 key and causing the automatic flood detection to kick in and ban them
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Dec 9, 2014 6:00:25 GMT -8
Wormopolis, see, I knew I was missing something. It seemed to simple.
|
|
inherit
216224
0
Aug 1, 2024 1:18:46 GMT -8
Quozzo
408
November 2014
quozzo
|
Post by Quozzo on Dec 9, 2014 7:09:57 GMT -8
You could use a third party database like firebase that would act as a message trigger and would alert all users if there was an updated price which could then refresh the page for them (as I think AJAX is banned).
|
|