⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xmaseventvampire.lua

📁 天之炼狱1服务器端源文件游戏服务端不完整
💻 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 + -