122 lines
		
	
	
		
			6.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			122 lines
		
	
	
		
			6.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | //循环加载 | ||
|  | 
 | ||
|  | //---@回调事件类 | ||
|  | dofile("sqr/LenheartCallBack/Sq_SendPackType_Event.nut"); //发包类型事件回调 | ||
|  | dofile("sqr/LenheartCallBack/Sq_Pack_Control.nut"); //收包类型事件回调 | ||
|  | dofile("sqr/LenheartCallBack/Sq_GetExeStr_Event.nut"); //获取EXE字符串回调 | ||
|  | dofile("sqr/LenheartCallBack/Sq_SelectCharacter.nut"); //选择角色界面回调 | ||
|  | dofile("sqr/LenheartCallBack/Sq_CreatChr.nut"); //创建角色界面回调 | ||
|  | dofile("sqr/LenheartCallBack/Sq_DrawItem.nut"); //绘制Item的函数 回调 | ||
|  | dofile("sqr/LenheartCallBack/Sq_DrawMainMaxLayerCustomUI.nut"); //最高层界面绘制回调 | ||
|  | dofile("sqr/LenheartCallBack/Sq_DrawMainTopLayerCustomUI.nut"); //窗口界面绘制回调 | ||
|  | dofile("sqr/LenheartCallBack/Sq_SettingWindow.nut"); //设置窗口绘制回调 | ||
|  | dofile("sqr/LenheartCallBack/Sq_RecoveryCallBack.nut"); //背包窗口回收回调 | ||
|  | dofile("sqr/LenheartCallBack/Sq_MouseEventCallBack.nut"); //鼠标点击回调 | ||
|  | //----------------------------------------------------------------------------------------------------- | ||
|  | 
 | ||
|  | 
 | ||
|  | //---@工具API类 | ||
|  | dofile("sqr/Tool/Tool.nut"); //主要拓展API工具类 | ||
|  | dofile("sqr/Tool/ClassTool.nut"); //主要拓展API工具类 | ||
|  | dofile("sqr/Tool/UiClassTool.nut"); //UI | ||
|  | dofile("sqr/Tool/DebugInfo.nut"); //输出人物主要信息类 | ||
|  | //----------------------------------------------------------------------------------------------------- | ||
|  | 
 | ||
|  | dofile("sqr/Plugins/Medal/Medal.nut"); //勋章系统 | ||
|  | //---@UI类 | ||
|  | dofile("sqr/DrawMainCustomUi/DrawMainCustomUi_All.nut"); //全职业界面绘制函数 | ||
|  | dofile("sqr/ProcPassiveSkill/ProcPassiveSkill_All.nut"); //全职业被动技能函数 | ||
|  | dofile("sqr/UI/HOOK_UI/CreatChr.nut"); //创建角色界面绘制函数 | ||
|  | 
 | ||
|  | dofile("sqr/Plugins/Training/Training.nut"); //修炼场 | ||
|  | dofile("sqr/UI/TeamDps/TeamDps.nut"); //组队DPS | ||
|  | dofile("sqr/Plugins/BuffSwitching/BuffSwitching.nut"); //BUFF换装 | ||
|  | dofile("sqr/Plugins/NewUpgrade/NewUpgrade.nut"); //新版强化系统 | ||
|  | dofile("sqr/Plugins/Ptst/Ptst.nut"); //护石系统 | ||
|  | dofile("sqr/Plugins/Ptst/Ptst_Func.nut"); //护石函数系统 | ||
|  | //dofile("sqr/UI/MonsterBloodUi/MonsterBloodUi.nut");//怪物血条 | ||
|  | //dofile("sqr/UI/MonsterBloodUi/MonsterBloodUi_TWO.nut");//怪物血条 | ||
|  | //----------------------------------------------------------------------------------------------------- | ||
|  | 
 | ||
|  | dofile("sqr/Plugins/Luke/luke.nut"); //卢克8人 | ||
|  | dofile("sqr/Plugins/Luke/lukeparty.nut"); //卢克8人 | ||
|  | dofile("sqr/Plugins/Luke/lukedungeoninfo.nut"); //卢克8人 | ||
|  | 
 | ||
|  | 
 | ||
|  | 
 | ||
|  | dofile("sqr/Plugins/WorldTower/WorldTower.nut"); //世界之塔 | ||
|  | dofile("sqr/Plugins/RaidAuction/RaidAuction.nut"); //团本竞拍 | ||
|  | 
 | ||
|  | dofile("sqr/Plugins/SignIn/SignIn.nut"); //每日签到 | ||
|  | dofile("sqr/Plugins/ServerAuction/ServerAuction.nut"); //全服拍卖 | ||
|  | dofile("sqr/Plugins/CollectBox/CollectBox.nut"); //宝珠图鉴 | ||
|  | dofile("sqr/Plugins/AvatarShape/AvatarShape.nut"); //时装变身 | ||
|  | dofile("sqr/Plugins/OnlineEvent/OnlineEvent.nut"); //在线活动 | ||
|  | dofile("sqr/Plugins/MarrySystem/MarrySystem.nut"); //结婚系统 | ||
|  | dofile("sqr/Plugins/Fate_Select/Fate_Select.nut"); //命运的抉择 | ||
|  | dofile("sqr/Plugins/DamageFont/DamageFont.nut"); //伤害字体 | ||
|  | dofile("sqr/Plugins/CollectBooks/CollectBooks.nut"); //收集图鉴 | ||
|  | dofile("sqr/Plugins/LaunchAnnouncement/LaunchAnnouncement.nut"); //上线公告 | ||
|  | dofile("sqr/Plugins/DungeonRank/DungeonRank.nut"); //副本排行 | ||
|  | dofile("sqr/Plugins/TownMove/TownMove.nut"); //城镇移动 | ||
|  | dofile("sqr/Plugins/HorseGuessing/HorseGuessing.nut"); //骑士马战 | ||
|  | dofile("sqr/Plugins/SeverNotiAnimotion/SeverNotiAnimotion.nut"); //全服公告Ani | ||
|  | dofile("sqr/Plugins/AradPass/AradPass.nut"); //阿拉德探险记 | ||
|  | dofile("sqr/Plugins/Tuguan/Tuguan.nut"); //土罐 | ||
|  | dofile("sqr/Plugins/MidsummerParty/MidsummerParty.nut"); //夏日音乐会 | ||
|  | dofile("sqr/Plugins/Tomb/Tomb.nut"); //夏日音乐会 | ||
|  | dofile("sqr/Plugins/100UI/100UI.nut"); //百级UI | ||
|  | dofile("sqr/Plugins/Fiendwar/Fiendwar.nut"); //超时空之战 | ||
|  | 
 | ||
|  | //---@状态类 | ||
|  | dofile("sqr/SetState/SetState_All.nut"); //全职业设置状态函数 | ||
|  | dofile("sqr/procAppend/procAppend_All.nut"); //全职业Proc循环函数 | ||
|  | dofile("sqr/character/GetCurrentModuleDamageRate.nut"); //获取技能攻击力 | ||
|  | //----------------------------------------------------------------------------------------------------- | ||
|  | 
 | ||
|  | 
 | ||
|  | //---@技能类 | ||
|  | dofile("sqr/character/atgunner_load_state.nut"); //女漫游 | ||
|  | dofile("sqr/character/swordman_load_state.nut"); //鬼剑士 | ||
|  | //----------------------------------------------------------------------------------------------------- | ||
|  | 
 | ||
|  | //单次加载 | ||
|  | if (getroottable().rawin("InitDofile") && InitDofile) { | ||
|  | 
 | ||
|  |     //初始化Item颜色类 | ||
|  |     dofile("sqr/UI/Init_ItemColor/Init_ItemColor.nut"); | ||
|  |     //初始化文字绘制类 | ||
|  |     dofile("sqr/UI/Init_CodeDraw/Init_CodeDraw.nut"); | ||
|  |     //----------------------------------------------------------------------------------------------------- | ||
|  | 
 | ||
|  | 
 | ||
|  |     //城镇区域移动类 | ||
|  |     dofile("sqr/MoveTownEvent/MoveTownEvent.nut"); | ||
|  |     //----------------------------------------------------------------------------------------------------- | ||
|  | 
 | ||
|  | 
 | ||
|  |     //---@插件类 | ||
|  |     dofile("sqr/Plugins/DragonBox/DragonBox.nut"); //圣者遗物箱 | ||
|  |     dofile("sqr/Plugins/Tuguan/Tuguan.nut"); //土罐的特别袖珍罐 | ||
|  |     dofile("sqr/Plugins/Anton/anton.nut"); //安图恩20人 | ||
|  |     dofile("sqr/Plugins/Roters/New_Roters.nut"); //罗特斯团本 | ||
|  |     dofile("sqr/Plugins/Luke/luke.nut"); //卢克8人 | ||
|  |     //----------------------------------------------------------------------------------------------------- | ||
|  | 
 | ||
|  |     //dofile("sqr/UI/MonsterBloodUi/MonsterBloodUi_TWO.nut");//怪物血条 | ||
|  |     dofile("sqr/UI/MonsterBloodUi/MonsterBloodUi.nut"); //怪物血条 | ||
|  |     InitDofile = !InitDofile; | ||
|  | } | ||
|  | 
 | ||
|  | //手动加载 | ||
|  | if (getroottable().rawin("ArtDofile") && ArtDofile) { | ||
|  | 
 | ||
|  |     //---@插件类 | ||
|  |     //dofile("sqr/Plugins/Anton/anton.nut"); //安图恩20人 | ||
|  |     dofile("sqr/Plugins/DragonBox/DragonBox.nut"); //圣者遗物箱 | ||
|  |     //----------------------------------------------------------------------------------------------------- | ||
|  | 
 | ||
|  |     //dofile("sqr/UI/MonsterBloodUi/MonsterBloodUi_TWO.nut");//怪物血条 | ||
|  |     //dofile("sqr/UI/MonsterBloodUi/MonsterBloodUi.nut");//怪物血条 | ||
|  |     ArtDofile = !ArtDofile; | ||
|  | } |