-YYYCZ- 最高最帅的65
黄b云站号:越yin越出众
关注数: 4 粉丝数: 46 发帖数: 2,059 关注贴吧数: 9
三国杀也可以玩俄罗斯轮盘赌了 进入游戏——开始游戏——作弊——在服务端执行脚本 粘贴下这段话进去点确定就可以了 ------------------------------------------------------- if R:askForSkillInvoke(P,"Russian Roulette") then local msg = sgs.LogMessage() msg.type = "#Let's go." R:sendLog(msg) for _, p in sgs.qlist(R:getAlivePlayers()) do local skills = p:getVisibleSkillList() local detachList = {} for _,skill in sgs.qlist(skills) do if not skill:inherits("SPConvertSkill") and not skill:isAttachedLordSkill() then table.insert(detachList,"-"..skill:objectName()) end end R:handleAcquireDetachSkills(p, table.concat(detachList,"|")) p:throwAllCards() end while true do for _, p in sgs.qlist(R:getAlivePlayers()) do local judge = sgs.JudgeStruct() judge.pattern = "BasicCard|spade"--这里可以改成其他,这里写的是失败条件,我写的是黑桃基本牌 judge.good = false judge.play_animation = true judge.who = p R:judge(judge) if judge:isBad() then if p:isLord() and p:getMark("Russian Roulette") == 0 then local msg = sgs.LogMessage() msg.type = "#The Lord has a two chance." R:sendLog(msg) p:addMark("Russian Roulette") else R:loseMaxHp(p,99999) end end end end end ------------------------------------------------------- --规则:开始游戏后,所有人弃置所有牌失去所有技能,从主公开始,所有人轮流进行判定:如果判定结果为黑桃基本牌,进行判定的角色立即死亡(因为某些原因主公有两次机会)。
1 下一页