S sharonke83 New Member Joined Apr 28, 2015 Messages 12 Reaction score 0 Jan 16, 2017 #1 求助e大最新的插件里如何删除自动打开国服商店。以前的代码好像不行了。
EricPhone Active Member Joined Feb 17, 2013 Messages 5,665 Reaction score 3 Jan 16, 2017 #2 https://www.thebuddyforum.com/-and-...-21306-/demonbuddy-/213026-a.html#post1938341 可以的,只是文件改了路径而已
EricPhone Active Member Joined Feb 17, 2013 Messages 5,665 Reaction score 3 Jan 16, 2017 #4 1.国服DB打开仓库自动打开商城修复补丁 该补丁可以修复打开仓库时自动打开商城的问题 Code: Demonbuddy\Plugins\Trinity\Reference\GameUI.cs 用记事本打开上面这个文件,搜索下面代码 Code: if (isInGame && SafeClickElement(StashBuyNewTabButton, "Buying new Stash Tab")) return; 替换为以下代码,或者直接删掉 Code: //if (isInGame && SafeClickElement(StashBuyNewTabButton, "Buying new Stash Tab")) //return;
1.国服DB打开仓库自动打开商城修复补丁 该补丁可以修复打开仓库时自动打开商城的问题 Code: Demonbuddy\Plugins\Trinity\Reference\GameUI.cs 用记事本打开上面这个文件,搜索下面代码 Code: if (isInGame && SafeClickElement(StashBuyNewTabButton, "Buying new Stash Tab")) return; 替换为以下代码,或者直接删掉 Code: //if (isInGame && SafeClickElement(StashBuyNewTabButton, "Buying new Stash Tab")) //return;