点数调整
parent
0fdb6b608d
commit
5b2ddbf8e6
|
@ -110,8 +110,8 @@ function this:Init()
|
|||
if not this.playerViews[0] then
|
||||
--LogGreen(m_curMapId)
|
||||
if ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.guajigongneng) then
|
||||
iconNum = 12
|
||||
local randomNum = math.random(2,4)
|
||||
iconNum = 9
|
||||
local randomNum = math.random(2,3)
|
||||
PlayerManager.GetFightMapPlayerNPCData(randomNum,function(NPCList)
|
||||
--LogGreen("NPCList:"..LengthOfTable(NPCList))
|
||||
local index = 1
|
||||
|
@ -250,7 +250,7 @@ function this.AsideTriggerJudge(data,isSelf,_userData)
|
|||
isGetIconList = true
|
||||
else
|
||||
--LogGreen("等待中")
|
||||
coroutine.wait(0.01)
|
||||
coroutine.wait(0.1)
|
||||
end
|
||||
end
|
||||
--LogGreen("得到了访问权")
|
||||
|
|
Loading…
Reference in New Issue