TW-Raino

Results 4 comments of TW-Raino

Hi, Jerry : 我上傳圖片到Google Drive: https://drive.google.com/file/d/1db8iuQQ6bBKPEWaMrHT4sOrA9Rwq-WVB/view?usp=sharing 有缺圖在反應給我! Jerry Ho 於 2018年9月30日 週日 上午11:43寫道: > --> Add command [NotJPserverForStaminaRefillExtraClick = 1] can fix this > issue. > 看來國服改版行為跟上其他服了,確實這條該拿掉 > > -->...

我覺得這個問題應該沒有這麼複雜,BQA卡的顏色剛好就是RGB。 直接抓指定位置的像素來檢查RGB的值就可以判斷是哪種卡了。 Local loc = Location(x, y) Local r,g,b = getColor(loc) if(r > g and r > b) then return B; else if(g > b) then return Q; else return...

weak/resist 有很明顯的圖形 [image: image.png] [image: image.png] 儘管圖形會上下飄動,某些座標點還是可以抓到正確的顏色。 Local loc_w = Location(x_w, y_w) Local loc_r = Location(x_r, y_r) Local r_w,g_w,b_w = getColor(loc_w) Local r_r,g_r,b_r = getColor(loc_w) Local weak = false Local...

Hi, All 1. CN was update GUI at 10/24 so some image couldn't recognized now. I update some image to fixed it. ![battle](https://user-images.githubusercontent.com/43514453/47507205-52315100-d8a4-11e8-8561-400505bd901a.png) ![result](https://user-images.githubusercontent.com/43514453/47507213-565d6e80-d8a4-11e8-8495-34494b24a81a.png) ![weak](https://user-images.githubusercontent.com/43514453/47507235-683f1180-d8a4-11e8-9619-8a0b5af37f33.png) 2. I also try to...