📄 xmaseventslayer.lua
字号:
------------------------------------------------------------------------------------ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -