雲生結海😇
雲生結海
关注数: 540
粉丝数: 663
发帖数: 9,576
关注贴吧数: 183
我听说学校有🍉吃 第一时间赶赴现场吃🍉,各位学弟学妹请细说耳光事件
求助一款战棋游戏 小时候在光盘安装玩的,应该是dos,好像是女主角,两场战斗中间可以选择睡觉,讲课之类的,队友有一个带着一群黄色胖麻雀的飞行兵,如果讲课就是在黑板上给小鸟上课,选另一个是队友在搓衣服,选休息的话还可以偷看,有特写,好像能看到女主的胖次这类,求助求助有没有吧友玩过
刚入坑一个月,求帮组个PVE的阵容 萌新刚入坑,自己的号抽了一万五,就扎马斯红色6星打活动推图都经常卡关,求各位帮配推图的阵容
求助修改姜维挑衅技能多摸一张牌 从LUA手册照搬了挑衅的代码,想添加对方不出杀被弃牌姜维摸牌的效果, 之前在room:throwCard下一行加个player:drawCards(1)好像没用,请问应该怎么加 LuaTiaoxinCard = sgs.CreateSkillCard{ name = "LuaTiaoxinCard" , filter = function(self, targets, to_select) return #targets == 0 and to_select:inMyAttackRange(sgs.Self) and to_select:objectName() ~= sgs.Self:objectName() end , on_effect = function(self, effect) local room = effect.from:getRoom() local use_slash = false if effect.to:canSlash(effect.from, nil, false) then use_slash = room:askForUseSlashTo(effect.to,effect.from, "@tiaoxin-slash:" .. effect.from:objectName()) end if (not use_slash) and effect.from:canDiscard(effect.to, "he") then room:throwCard(room:askForCardChosen(effect.from,effect.to, "he", "LuaTiaoxin", false, sgs.Card_MethodDiscard), effect.to, effect.from) end end }
求教一个插入技能配音的问题 神杀的LUA小白,只会模仿修改阶段,参照LUA技能手册的激昂改了个技能,不知道触发语音放在哪,试着把语音的 room:broadcastSkillInvoke("Xbenxi") 插在摸牌前,结果不仅不放语音,技能都触发不了求助各位大神 Xbenxi = sgs.CreateTriggerSkill{ name = "Xbenxi" , events = {sgs.TargetConfirmed, sgs.TargetSpecified}, frequency = sgs.Skill_Frequent, on_trigger = function(self, event, sunce, data) local use = data:toCardUse() local room = player:getRoom() if event == sgs.TargetSpecified or (event == sgs.TargetConfirmed and use.to:contains(sunce)) then if use.card:isKindOf("Duel") or (use.card:isKindOf("Slash")) then if sunce:askForSkillInvoke(self:objectName(), data) then room:broadcastSkillInvoke("Xbenxi") sunce:drawCards(1, self:objectName()) end end end return false end }
1
下一页