krulci
krulci
**BEFORE YOU SUBMIT AN ISSUE** follow these steps: 1. Make sure you are using the latest commit of Il2CppInspector, which is usually ahead of the latest pre-compiled release 2. Make...
metadata & libil2cpp - https://drive.google.com/drive/folders/1lgZ-RddJ24NVJ4e5J5oHHKnllusy6R4P?usp=sharing Extracted using libdumper.apk from memory First four bytes of metadata are: `AF 1B B1 FA` ``` C:\Users\_\Downloads\Il2CppInspector-2021.1>C:\Users\_\Downloads\Il2CppInspector-2021.1\Il2CppInspector-cli.exe Il2CppInspector Command-Line Edition Version 2021.1 (c) 2017-2021 Katy...
不知道bigfun是否有官方api 想给自己的discord bot用上
``` ``` I am getting the following error after using the above settings: ```System.AggregateException: One or more errors occurred. (The entity type 'G' requires a primary key to be defined....
### What happened? This is the the first-time run to generate configuration files. Configuration file was generated. No BepInEx/LogOutput.txt was generated ### BepInEx Distribution Bleeding Edge from BepisBuilds ### Log...
I am currently looping my local directory to compare with remote repository. What I do not get is that everytime creating a NewBlob, Sha is generated through the Create methods...
I am creating a plugin for unity 2018 which calls this UI with dockpanelsuite I got the following error when trying to start this ```[Error : Unity Log] ArgumentException: hrgn...
I have a richtextbox that logs events of my app. I uses AppendText to append each lines and set the coloring of the line When the Log windows is released...
``` 8/2/2020 6:50:26 PM : Refresh client list 8/2/2020 6:50:27 PM : Exception at GetClientList.GetAllClients() inside new Thread(()=>{}) while sending packets probably because old thread was still running while capturedevice...
https://github.com/ZQZ44/redive_db_diff/blob/master/clan_battle_s_map_data.csv 可以使用这个项目的DB 然后血量伤害可以以查表的方式来计算进度 假设各分数倍率是 1.2 1.2 1.3 1.4 1.5 那难度一就是 600,0000*1.2=7200000 800,0000*1.2=9600000 1000,0000*1.3=13000000 1200,0000*1.4=16800000 1500,0000*1.5=22500000 假设某公会当前分数是46600025 那就代表他当前在1周目的5王 然后46600026-(7200000+9600000+13000000+16800000)=26 这个boss打掉的血条就是 26/1.5=17.333333333333333333333333333333 由于伤害乘以分数后是进位的 所以他实际在这个boss造成的伤害是 math.floor(17.333333333333333333333333333333)=17 他的进度就是1周目5王打了17点伤害 照这方法可以直接做一个500周目的表,查表反查当前进度 上面的项目是自动更新的