xmaseventslayer.lua
来自「dk1游戏的原代码文件,完整.编译系统redhat7.3,mysql 3.23 」· LUA 代码 · 共 41 行
LUA
41 行
------------------------------------------------------------------------------------ xmasEventSlayer.lua------------------------------------------------------------------------------------ 捞芭 荤侩窍扁 傈俊 xmasEventCommon.lua甫 load秦具 茄促.-- Input : SUM-- Output : ItemClass, ItemType, OptionType---------------------------------------------------------------------------------- select ItemClassItemClass = selectOne( ItemClassSlayerSet )-- select ItemType, OptionType by SUMItemType = 0OptionType = 0if SUM <= 80 then ItemType = 2 OptionType = selectOne( OptionInfoSet.Sum80 )elseif SUM <= 140 then ItemType = 4 OptionType = selectOne( OptionInfoSet.Sum140 )elseif SUM <= 200 then ItemType = 5 OptionType = selectOne( OptionInfoSet.Sum200 )elseif SUM <= 250 then ItemType = 6 OptionType = selectOne( OptionInfoSet.Sum250 )else -- SUM < 300 then ItemType = 7 OptionType = selectOne( OptionInfoSet.Sum300 )end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?