GithubHelp home page GithubHelp logo

2021.9 update about hearthstone-hearthbuddy HOT 3 OPEN

lesuixin avatar lesuixin commented on May 17, 2024
2021.9 update

from hearthstone-hearthbuddy.

Comments (3)

lesuixin avatar lesuixin commented on May 17, 2024

提示

[ClickHubButton] An exception occurred. System.MissingFieldException: 未找到字段“Box.m_TournamentButton”。
   在 (MonoClass , String )
   在 Triton.Game.Mono.MonoClass.method_5(String string_4)
   在 Triton.Game.Mono.MonoClass.method_3[T](String string_4)
   在 (Box )
   在 Triton.Game.Mapping.Box.get_m_TournamentButton()
   在 (Enum19 , Boolean )

from hearthstone-hearthbuddy.

lesuixin avatar lesuixin commented on May 17, 2024

bald9的关于2021/9/1兄弟无法使用的修复方法

用dnspy打开兄弟的exe文件
找到Triton.Game.Mapping目录
打开Box类(文件)
查找m_TournamentButton属性
原来:
public BoxMenuButton m_TournamentButton {
get
{
return base.method_3<BoxMenuButton>("m_TournamentButton");
}
}
右键get,修改方法
改为:
return base.method_3<BoxMenuButton>("m_PlayButton")

编译保存即可运行
原理懒得讲了,反正大部分人都不想了解
名称懒得改了
冒险和战旗懒得修复了

from hearthstone-hearthbuddy.

lesuixin avatar lesuixin commented on May 17, 2024

9-22补丁patch OHKAWAYI的CardDefs
Routines\DefaultRoutine\Silverfish\cards
Routines\DefaultRoutine\Silverfish\data
9-22补丁patch OHKAWAYI的CardDefs.zip

from hearthstone-hearthbuddy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.