禁止NPC回购

function disable_redeem_item()
{
    Interceptor.attach(ptr(0x85F7C04), {
        onEnter: function (args) {
            //console.log("disable_redeem_item ="+ args)

        },
        onLeave: function (retval) {
            var returnValue = retval.toInt32();
            console.log("Return Value = "+returnValue);
            retval.replace(1);
        }
    });
}

更新:用这个CItem::IsBanRedeemItem(void)    085F7BE0    更对一点 不过不影响 上面这个也能用

© 版权声明
THE END
喜欢就支持一下吧
点赞15 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容