📄 xmaseventvampire.lua
字号:
------------------------------------------------------------------------------------ xmasEventVampire.lua------------------------------------------------------------------------------------ 捞芭 荤侩窍扁 傈俊 xmasEventCommon.lua甫 角青秦具 茄促.-- Input : Level-- Output : ItemClass, ItemType, OptionType---------------------------------------------------------------------------------- select ItemClassItemClass = selectOne( ItemClassVampireSet )-- select ItemType, OptionType by LevelItemType = 0OptionType = 0if Level <= 20 then ItemType = 4 OptionType = selectOne( OptionInfoSet.Level40 )elseif Level <= 40 then ItemType = 5 OptionType = selectOne( OptionInfoSet.Level40 )elseif Level <= 50 then ItemType = 5 OptionType = selectOne( OptionInfoSet.Level60 )elseif Level <= 60 then ItemType = 6 OptionType = selectOne( OptionInfoSet.Level60 )elseif Level <= 70 then ItemType = 6 OptionType = selectOne( OptionInfoSet.Level80 )elseif Level <= 80 then ItemType = 7 OptionType = selectOne( OptionInfoSet.Level80 )elseif Level <= 90 then ItemType = 7 OptionType = selectOne( OptionInfoSet.Level100 )else -- Level < 100 then ItemType = 8 OptionType = selectOne( OptionInfoSet.Level100 )end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -