Welcome Guest ( Log In | Register )

2 Pages V < 1 2  
Reply to this topicStart new topic
> [Script] Sparroff's Auction Helper, tracks the items you bid on in Noni's DIY auciton so you don't have to wait for update

 
post Jan 13 2025, 01:46
Post #21
bomberman20082009



Lurker
Group: Recruits
Posts: 4
Joined: 10-April 20
Level 296 (Destined)


Oh, this is so helpful to me, thank you very much.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 17 2025, 21:07
Post #22
sparroff



🍪 Сookie Eater
*******
Group: Catgirl Camarilla
Posts: 1,537
Joined: 3-August 11
Level 500 (Ponyslayer)


Make a small update to make the extension work with topic-started by someone other than Noni (e.g. now the auction is started by SIRIUSs). Also, the title now simply enough says “DIY ... Auction” to make the extension understand that there is an auction going on
upd. fix for parsing the price of a new template in the SIRIUSs script

This post has been edited by sparroff: May 18 2025, 17:56
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 4 2025, 02:54
Post #23
mewsf



Regular Poster
*****
Group: Gold Star Club
Posts: 583
Joined: 24-June 14
Level 500 (Ponyslayer)


Bug report:
https://forums.e-hentai.org/index.php?showtopic=286148

[tjj277408]Legendary Reinforced Buckler of the Barrier (Lv.257, SDE)(start:2.5m)

but it looks like the script thinks start price is 5m

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

 
post Jun 4 2025, 11:06
Post #24
BlackHimari



Freelance Translator
*******
Group: Gold Star Club
Posts: 2,482
Joined: 11-December 10
Level 500 (Dovahkiin)


QUOTE(mewsf @ Jun 4 2025, 08:54) *

Bug report:
https://forums.e-hentai.org/index.php?showtopic=286148

[tjj277408]Legendary Reinforced Buckler of the Barrier (Lv.257, SDE)(start:2.5m)

but it looks like the script thinks start price is 5m

Attached Image


Suggest change:

Line 294
CODE
let start_reg = new RegExp(`(?:(?:^|\\s|\\[))(${TRACKS.join("|")}).*?(?:[sS]tart:).*?(\\d{0,}(?:[kmKMbBtT]))`, "s");
to
CODE
let start_reg = new RegExp(`(?:(?:^|\\s|\\[))(${TRACKS.join("|")}).*?(?:[sS]tart:).*?(\\d+(?:\\.\\d+)?(?:[kmKMbBtT]))`, "s");


This change won't fix a bug that a start price without a suffix (e.g. start: 100000) could be ignored. If you want also fix it, just change
CODE
(?:[kmKMbBtT]))
to
CODE
(?:[kmKMbBtT])?)


This post has been edited by BlackHimari: Jun 4 2025, 11:28
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jun 4 2025, 15:15
Post #25
sparroff



🍪 Сookie Eater
*******
Group: Catgirl Camarilla
Posts: 1,537
Joined: 3-August 11
Level 500 (Ponyslayer)


0.7.13: Fixed a bug in parsing of the starting price. It's funny that we noticed it after more than a year.
BlackHimari thx
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


2 Pages V < 1 2
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: 9th June 2025 - 21:18