vertix combo announcer

announces vertix kill combos in chat

目前为 2016-06-13 提交的版本。查看 最新版本

// ==UserScript==
// @name         vertix combo announcer
// @version      0.1
// @description  announces vertix kill combos in chat
// @author       pasimko
// @match        http://vertix.io/
// @namespace https://gf.qytechs.cn/users/48620
// ==/UserScript==
a.on("3", function(a) {
    if (a.kd == 2) {
        socket.emit("cht", "TRIPLE KILL", 'ALL');
    }
});

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址