Coming

Results 13 comments of Coming

现在可以手动把换鱼饵的代码去掉

我记得是在environment.py里

是fisher/environment.py里的select_food函数

![image](https://user-images.githubusercontent.com/74850890/206454320-785f3b0f-5248-434c-9639-1687ff3d7f94.png) Modify ***\chatgpt\chatgpt.py like this.

async版 elif status != '408': payload = EventScanPayload( status=ScanStatus.Cancel, qrcode=f"https://login.weixin.qq.com/l/{self.uuid}" ) event_stream.emit('scan', payload) await asyncio.sleep(0.1) break await asyncio.sleep(1) if isLoggedIn: payload = EventScanPayload( status=ScanStatus.Confirmed, qrcode=f"https://login.weixin.qq.com/l/{self.uuid}" )

> ![df97f78dcbe01f2](https://user-images.githubusercontent.com/53287753/222618798-aaa16351-b04d-497e-a697-2b6d6a8375dc.png) Same issue. Seems the pearl only loaded chunks for 1 or 2 gameticks. In theory, pearl should be loaded 2gt. The problem now is that it is not...

https://github.com/toytag/PearlTickets works great. Maybe we need to inject ender_pearl separately instead of projectiles.

> > https://github.com/toytag/PearlTickets works great. Maybe we need to inject ender_pearl separately instead of projectiles. > > hmmm it's OK but won't work with starlight or That's very odd, It...