xmaseventvampire.lua
来自「dk1游戏的原代码文件,完整.编译系统redhat7.3,mysql 3.23 」· LUA 代码 · 共 41 行
LUA
41 行
------------------------------------------------------------------------------------ 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 = 2 OptionType = selectOne( OptionInfoSet.Level20 )elseif Level <= 40 then ItemType = 4 OptionType = selectOne( OptionInfoSet.Level40 )elseif Level <= 60 then ItemType = 5 OptionType = selectOne( OptionInfoSet.Level60 )elseif Level <= 80 then ItemType = 6 OptionType = selectOne( OptionInfoSet.Level80 )else -- Level < 100 then ItemType = 7 OptionType = selectOne( OptionInfoSet.Level100 )end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?