Welcome Guest ( Log In | Register )

15 Pages V « < 2 3 4 5 6 > »   
Reply to this topicStart new topic
> [Auction] Die Schwertkrewz Atelier Type-0, My first and biggest auctions of all time to be commenced. Thanks everyone.

 
post May 22 2014, 08:18
Post #61
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


Hmm... I knew I didn't set any maximum quota in favor for the biggest first auction, if not the biggest auction in this forum, but I've already reached my minimum quota quite awhile ago.

Now I'm tempted to open the bidding dam right away, but then it'd be hell for me to track, like... what, 50+ bids while I'm enjoying my beauty sleep?
Well, if nobody else send me any equips till tomorrow morning I would start the auction sometime between 0600-1200 UTC.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2014, 13:58
Post #62
キラ・ヤマト



Regular Poster
*****
Group: Gold Star Club
Posts: 713
Joined: 19-September 10
Level 481 (Godslayer)


Hurry up !
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2014, 14:11
Post #63
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


QUOTE(TreasureHunter @ May 22 2014, 19:58) *
Hurry up !
I will announce it's beginning tomorrow between 0600-1200 GMT, so just be patient for today and try to call the first bid tomorrow after I announced it's beginning.
Also, pestering me to rush the auction will get you nowhere.

And finally, less than 18 hours left until the equip application is closed, I'll color code them once the auction callsigns is finalized.

This post has been edited by LostLogia4: May 22 2014, 14:39
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2014, 14:41
Post #64
キラ・ヤマト



Regular Poster
*****
Group: Gold Star Club
Posts: 713
Joined: 19-September 10
Level 481 (Godslayer)


Fine. then

Slow down! slower the better

This post has been edited by TreasureHunter: May 22 2014, 14:42
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2014, 14:46
Post #65
千石 撫子



shirahebikami of dream
*******
Group: Gold Star Club
Posts: 1,883
Joined: 30-December 11
Level 500 (Godslayer)


QUOTE(LostLogia4 @ May 21 2014, 22:36) *

Awesome salute pic, I'd say.
Well, I'll be able to track them all, so no need to worry.


Actually the biggest trouble always not update auction bid(I only use excel and easy update)

Before auction deal duplicate/check item/mark item/etc
After auction sent item/check some cheater try/discuss installment/send c to seller/etc
Its more fun (X)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2014, 15:17
Post #66
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


QUOTE(千石 撫子 @ May 22 2014, 20:46) *
Actually the biggest trouble always not update auction bid(I only use excel and easy update)

Before auction deal duplicate/check item/mark item/etc
After auction sent item/check some cheater try/discuss installment/send c to seller/etc
Its more fun (X)
Hmm, fumbled a bit in my attempt to make a bid validity function, what with some people can put uncommon bids such as say, one pi Megacredits (3141592 Credits) like Google did.
But I'll be able to come up with it in due time, hopefully.

This post has been edited by LostLogia4: May 22 2014, 15:25
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2014, 15:26
Post #67
千石 撫子



shirahebikami of dream
*******
Group: Gold Star Club
Posts: 1,883
Joined: 30-December 11
Level 500 (Godslayer)


QUOTE(LostLogia4 @ May 22 2014, 21:17) *

Hmm, fumbled a bit in my attempt to make a bid validity function, what with some people can put uncommon bids such as say, one pi Megacredits like Google did.
But I'll be able to come up with it in due time, hopefully.

You already addicted to auto function working lol.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2014, 15:50
Post #68
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


QUOTE(千石 撫子 @ May 22 2014, 21:26) *

You already addicted to auto function working lol.
Here's the pseudocode which I intend to... well, put into my spreadsheet.
if existbid >= 1000k then function (x)
else if existbid >= 300k then function ©
else if existbid >= 100k then function (B)
else if existbid >= 20k then function (a)
else startbid

function (a) = if newbid >= (existbid+10000) then return valid else return invalid
function (B) = if newbid >= (existbid+20000) then return valid else return invalid
function © = if newbid >= (existbid+50000) then return valid else return invalid
function (x) = if newbid >= (existbid*1.1) then return valid else return invalid

I've done similar stuffs for my attempt to make the hvabilities spreadsheet, and it sure is pretty tiring to re-coordinate them all.
And I'll try adding "if over 1000k then slash three digits to M suffix" if possible.

This post has been edited by LostLogia4: May 22 2014, 15:53
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2014, 15:52
Post #69
千石 撫子



shirahebikami of dream
*******
Group: Gold Star Club
Posts: 1,883
Joined: 30-December 11
Level 500 (Godslayer)


QUOTE(LostLogia4 @ May 22 2014, 21:50) *

Here's the pseudocode which I intend to... well, put into my spreadsheet.
if existbid >= 1000k then function (x)
else if existbid >= 300k then function ©
else if existbid >= 100k then function ((IMG:[invalid] style_emoticons/default/cool.gif)
else if existbid >= 20k then function (a)
else startbid

function (a) = if newbid >= (existbid+10000) then return valid else return invalid
function ((IMG:[invalid] style_emoticons/default/cool.gif) = if newbid >= (existbid+20000) then return valid else return invalid
function © = if newbid >= (existbid+50000) then return valid else return invalid
function (x) = if newbid >= (existbid*1.1) then return valid else return invalid

I've done similar stuffs for my attempt to make the hvabilities spreadsheet, and it sure is pretty tiring to re-coordinate them all.

Lazy ver
(IMG:[i.imgur.com] http://i.imgur.com/FWC20n3.jpg)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2014, 15:56
Post #70
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


QUOTE(千石 撫子 @ May 22 2014, 21:52) *
Lazy ver
(IMG:[i.imgur.com] http://i.imgur.com/FWC20n3.jpg)
yay, thanks a million.
So it's basically upper function to determine minimum next bid, welp, saves me loads off headaches all the same to me.

This post has been edited by LostLogia4: May 22 2014, 16:07
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 22 2014, 20:54
Post #71
Scremaz



A certain pervert. OT expert. Just dancing around in the game.
***********
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
Level 500 (Ponyslayer)


QUOTE(malkatmp @ May 21 2014, 15:04) *

i Ksenee salutes you... ...

Attached Image

interesting i'd say...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2014, 06:11
Post #72
qinkin1979



Veteran Poster
********
Group: Catgirl Camarilla
Posts: 4,804
Joined: 13-December 13
Level 500 (Ponyslayer)


mSH01 60K
LHA01 100K
mHA01 60K
mHA06 50K
xHA04 60K

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2014, 07:06
Post #73
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


QUOTE(qinkin1979 @ May 23 2014, 12:11) *
mSH01 60K
LHA01 100K
mHA01 60K
mHA06 50K
xHA04 60K
Man, have I even announced the auction's start yet? The auction hasn't started yet, so your bid is invalid, sorry for that.
Anyway, I've plugged the equip submissions now. Now finalizing the equipment order.

This post has been edited by LostLogia4: May 23 2014, 08:12
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2014, 08:45
Post #74
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


The auction is now ready for bidding, and now I only need to announce it officially.

Bidding Rules:
1. Minimum bid increments is as stated in the main page
2. Edited bids are considered invalid
3. The organizer can proxy bid on behalf of himself and the equip providers.
4. Check the latest bid as I can't update for every single thread.

Official start time = 1200UTC -> 1000UTC -> 0645UTC
With that said, I hereby announce:

Die Schwertkrewz Atelier Type-0 Auction

Start
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2014, 09:02
Post #75
Fuu



Regular Poster
*****
Group: Members
Posts: 659
Joined: 11-February 11
Level 316 (Godslayer)


Let me be the first bidder (IMG:[invalid] style_emoticons/default/biggrin.gif)
x1H04 [] Exquisite Ethereal Rapier of Slaughter [seller:catdrag0n] START
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2014, 09:02
Post #76
malkatmp



┬─┬ ︵ /(.□. \)
********
Group: Gold Star Club
Posts: 4,102
Joined: 30-April 12
Level 408 (Godslayer)


1st bid?

m1H02
x1H01
x2H01
LHA01
mLA07

start. (IMG:[invalid] style_emoticons/default/biggrin.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2014, 09:03
Post #77
malkatmp



┬─┬ ︵ /(.□. \)
********
Group: Gold Star Club
Posts: 4,102
Joined: 30-April 12
Level 408 (Godslayer)


a few seconds too slow. (IMG:[invalid] style_emoticons/default/sad.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2014, 09:09
Post #78
threekoala



Road Runner Pinkie Pie
***
Group: Catgirl Camarilla
Posts: 214
Joined: 20-January 14
Level 500 (Godslayer)


L1H01 1000K
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2014, 10:02
Post #79
Hahhaa



Henjutsu Level
*****
Group: Members
Posts: 582
Joined: 5-October 09
Level 340 (Godslayer)


mHA01
xHA04

Start (IMG:[invalid] style_emoticons/default/smile.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 23 2014, 10:10
Post #80
kii9999



Just corpse
*****
Group: Gold Star Club
Posts: 737
Joined: 7-January 14
Level 500 (Godslayer)


X1H07 the Two.

http://hentaiverse.org/pages/showequip.php...;key=8ba6c099dc

Start Bid
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


15 Pages V « < 2 3 4 5 6 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 4th April 2025 - 21:13