随笔分类 - HearthBuddy 炉石兄弟
摘要:// Token: 0x06008CE9 RID: 36073 RVA: 0x0059629A File Offset: 0x00591E9A [MethodImpl(MethodImplOptions.NoInlining)] protected override void OnSourceIni
阅读全文
摘要:I'm new here and have never used this bot before. But a few days ago I tried it and I liked it :)I wanted to use silverfish, but, unfortunately, I saw
阅读全文
摘要:https://tieba.baidu.com/p/5275382967 默认的配置不是很合理,花了点时间读了下silverfish(也就是兄弟用的AI)的代码后也尝试修改了些参数,有没有效果仁者见仁吧。吧里已有一篇注释翻译,基础请结合那篇的内容看,我补充一点自己对参数的理解和测试结果。;playa
阅读全文
摘要:错误1 赋值问题 貌似编译器版本有点低,无法识别C#的高级语法糖 属性的初始值,必须是public bool IsEnabled { get{return true;} } 不能写成public bool IsEnabled { get; }=true; Control Compiler Error
阅读全文
摘要:namespace Triton.Bot public static class PluginManager 通过load函数进行加载,而且加载的是固定路径,扫描Plugins文件夹 使用AssemblyLoader加载插件,只扫描.cs文件
阅读全文
摘要:界面上无法识别,提示是 [Unidentified card ID :DAL_010][Unidentified card ID :DAL_415] Unidentified card ID :HERO_02c 首先使用卡牌工具,查询卡牌id对应的卡牌名字 https://github.com/Ch
阅读全文
摘要:https://github.com/ChuckFork/HearthstoneBot Sigmund Card game automation framework Hooks game and loads plugins as they are modified (or explicitly re
阅读全文
摘要:偶数萨 手打两天已上传说,各位加油 欧洲牧羊人 ### 火元素换艾雅# 职业:萨满祭司# 模式:狂野模式## 2x (2) 图腾魔像 # 2x (2) 大漩涡传送门 # 2x (2) 恐狼前锋 # 1x (2) 自动漩涡打击装置# 2x (2) 衰变 # 2x (2) 连环爆裂# 2x (2) 阴燃
阅读全文
摘要:表现1 配置是标准,休闲模式 然后一直重复提示 select desire deck select causal mode 表现2 配置是狂野,休闲模式 然后一直提示 切换到狂野 切换到标准 把模式切换到auto好像就可以了 [QuestPlus] You don't have the deck n
阅读全文
摘要:https://www.cnblogs.com/chucklu/p/10020221.html 使用Powershell查看 PS C:\repository\GitHub\ChuckLu\Test\HearthbuddyRelease> [reflection.assemblyname]::Get
阅读全文
摘要:构造函数 需要注意的是this.intptr_0 = this.method_18("mono.dll"); 所以,这个类里面的操作,最后是和mono.dll相关的 this.intptr_0 = this.method_18("mono.dll"); + intptr_0 0x10000000 S
阅读全文
摘要:[CollectionManagerScene_COLLECTION] An exception occurred when calling CacheCustomDecks: System.MissingMethodException: Method 'CollectionDeckBoxVisua
阅读全文
摘要:HearthBuddy https://www.jiligame.com/70639.html 解压缩包,打开hearthbuddy.exe直接运行就可以;不用替换mono.dll直接可用;不需要校验任何文件hash值;key随便输入什么字符; by大神beebee102 https://pan.b
阅读全文