PoE-Overlay-Community / PoE-Overlay-Community-Fork

An Overlay for Path of Exile. Built with Angular.
MIT License
459 stars 84 forks source link

Can you change korean trade regexes? #297

Closed luensys closed 1 year ago

luensys commented 2 years ago

🐞 bug report

Describe the bug Korean trade regexes was changed several league ago. So korean trade whilper is not working

To Reproduce

Steps to reproduce the behavior: src > asserts > poe > trade-regexes.jon

Expected behavior tradeBulk

^μ•ˆλ…•ν•˜μ„Έμš”, (?.)리그의 (?\d) (?.)(을)λ₯Ό (?\d([.|,]\d)?) (?.)(으)둜 κ΅¬λ§€ν•˜κ³  μ‹ΆμŠ΅λ‹ˆλ‹€(?.*)? ex) μ•ˆλ…•ν•˜μ„Έμš”, Standard 리그의 200 카였슀 였브(을)λ₯Ό 520 μ§€λ„μ œμž‘μžμ˜ 끌(으)둜 κ΅¬λ§€ν•˜κ³  μ‹ΆμŠ΅λ‹ˆλ‹€. https://regex101.com/r/u6TSKR/1

tradeItemPrice ^μ•ˆλ…•ν•˜μ„Έμš”, (?.) 리그의 (?.)(을)λ₯Ό (?\d([.|,]\d)?) (?.)(으)둜 κ΅¬λ§€ν•˜κ³  μ‹ΆμŠ΅λ‹ˆλ‹€(보관함 νƒ­ \"(?.)\", μœ„μΉ˜: μ™Όμͺ½ (?\d), 상단 (?\d))(?.*)? ex) μ•ˆλ…•ν•˜μ„Έμš”, μŠ€νƒ λ‹€λ“œ 리그의 λΉ„ν˜Έμ˜ 였둜라 μš©μ‚¬μ˜ μ—°λͺ¨μ–‘ 방패(을)λ₯Ό 3 chaos(으)둜 κ΅¬λ§€ν•˜κ³  μ‹ΆμŠ΅λ‹ˆλ‹€(보관함 νƒ­ "~price 3 chaos", μœ„μΉ˜: μ™Όμͺ½ 23, 상단 1) https://regex101.com/r/67r6Qu/1

tradeItemNoPrice ^μ•ˆλ…•ν•˜μ„Έμš”, (?.) 리그의 (?.)(을)λ₯Ό κ΅¬λ§€ν•˜κ³  μ‹ΆμŠ΅λ‹ˆλ‹€(보관함 νƒ­ \"(?.)\", μœ„μΉ˜: μ™Όμͺ½ (?\d), 상단 (?\d))(?.)? ex) μ•ˆλ…•ν•˜μ„Έμš”, μŠ€νƒ λ‹€λ“œ 리그의 λΉ„ν˜Έμ˜ 였둜라 μš©μ‚¬μ˜ μ—°λͺ¨μ–‘ 방패(을)λ₯Ό κ΅¬λ§€ν•˜κ³  μ‹ΆμŠ΅λ‹ˆλ‹€(보관함 νƒ­ "판맀", μœ„μΉ˜: μ™Όμͺ½ 6, 상단 7) https://regex101.com/r/jbOeJp/1

Screenshots

🌍 Your Environment

WhiteFang5 commented 1 year ago

Thank you for reporting this and providing us with the new regexes. The next poe overlay release (v0.8.20) will include the updated regexes.