📄 boss_starswitch.ksr
字号:
static int bossstarswitch=0;
if(bossstarswitch==1)
EOF
end if
if(bossstar1==1)
if(bossstar2==1)
if(bossstar3==1)
if(bossstar4==1)
if(bossstar5==1)
if(bossstar6==1)
Talk("提示" "强烈建议Save!!" " 确认已Save完并启动开关吗?" " ");
LoadUIFrame("choice_frame");
FindVar("findvar_choice");
if(findvar_choice==1)
EOF
end if
Talk("""启动!""""");
PlayWave("thunder");
for(i=0;i<20;i=i+1)
MoveMap(10,0,10);
MoveMap(0,10,10);
MoveMap(-10,0,10);
MoveMap(0,-10,10);
next
i=0;
for(i=0;i<30;i=i+1)
MoveMap(10,0,5);
MoveMap(0,10,5);
MoveMap(-10,0,5);
MoveMap(0,-10,5);
next
AddMonster(,23,熔岩守护兽,7,64,64,NULL,2.5,2,10,40,54,57,33,1000,0,70,70,-1,20,1,1,2,1,5000,10000,white stone,monster_cry1,-1,300,);
MoveMonsterTo("熔岩守护兽",352,288);
PlayMidi("fight");
FindVar("熔岩守护兽_astar");
SetMonsterProp("熔岩守护兽",direction,1);
Talk("" "出现了隐藏BOSS [熔岩守护兽]!""""");
SetMonsterProp("熔岩守护兽",active,1);
SetMonsterProp("熔岩刺客1",maxhp,200);
SetMonsterProp("熔岩刺客2",maxhp,200);
SetMonsterProp("熔岩刺客3",maxhp,200);
SetMonsterProp("熔岩刺客4",maxhp,200);
SetMonsterProp("熔岩刺客5",maxhp,200);
SetMonsterProp("熔岩刺客6",maxhp,200);
SetMonsterProp("熔岩刺客1",hp,200);
SetMonsterProp("熔岩刺客2",hp,200);
SetMonsterProp("熔岩刺客3",hp,200);
SetMonsterProp("熔岩刺客4",hp,200);
SetMonsterProp("熔岩刺客5",hp,200);
SetMonsterProp("熔岩刺客6",hp,200);
SetMonsterProp("熔岩刺客1",speed,1);
SetMonsterProp("熔岩刺客2",speed,1);
SetMonsterProp("熔岩刺客3",speed,1);
SetMonsterProp("熔岩刺客4",speed,1);
SetMonsterProp("熔岩刺客5",speed,1);
SetMonsterProp("熔岩刺客6",speed,1);
SetMonsterProp("熔岩刺客1",active,1);
SetMonsterProp("熔岩刺客2",active,1);
SetMonsterProp("熔岩刺客3",active,1);
SetMonsterProp("熔岩刺客4",active,1);
SetMonsterProp("熔岩刺客5",active,1);
SetMonsterProp("熔岩刺客6",active,1);
OpenClockScript("boss_clock1");
bossstarswitch=1;
end if
end if
end if
end if
end if
end if
if(bossstarswitch==0)
Talk("""开关紧闭.""""");
end if
EOF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -