CEA 金頭腦問題
到第7關的時候,異常PC不能對話//***************金頭腦第一關***************
izlude,69,183,2 script 劍士雕像 111,{
if(GoldBrain==1)
{
mes "[劍士雕像]";
mes "歡迎來到第一關!";
next;
callfunc "GoldBrain_quest";
}
else if(GoldBrain==2){callfunc "GoldBrain_location";}
end;
}
//***************金頭腦第二關***************
/*記得去eye_of_hellion.txt修改這段
pay_arche,141,29,1 script 佛像#HellionStat 111,3,3,{
if(GoldBrain==2)
{
mes "[佛像]";
mes "歡迎來到第二關";
mes "我是保佑斐楊弓箭手村平安的大佛";
mes "請多指教";
next;
callfunc "GoldBrain_quest";
}
else if(GoldBrain==3){callfunc "GoldBrain_location";}
end;
}
*/
//***************金頭腦第三關***************
moc_ruins,102,130,2 script 法老王石像 111,{
if(GoldBrain==3)
{
mes "[法老王石像]";
mes "哼哼!想不到你也到得了這關啊!";
mes "讓我看看你的實力吧!";
next;
callfunc "GoldBrain_quest";
}
else if(GoldBrain==4){callfunc "GoldBrain_location";}
end;
}
//***************金頭腦第四關***************
geffen,120,191,2 script 路標#GB 111,{
mes "[路標]";
mes "唷!想問路嗎?";
next;
if(GoldBrain==4)
{
mes "[路標]";
mes "呵呵~其實我就是第四關的關主啦!!";
mes "又一個被法老耍得團團轉的人...";
next;
callfunc "GoldBrain_quest";
}
else if(GoldBrain==5){callfunc "GoldBrain_location";}
mes "[路標]";
mes "請往前直走,謝謝!";
close;
end;
}
//***************金頭腦第五關***************
aldebaran,171,173,2 script 女神雕像 111,{
if(GoldBrain==5)
{
mes "[女神雕像]";
mes "您好,這邊是第五關";
next;
callfunc "GoldBrain_quest";
}
else if(GoldBrain==6){callfunc "GoldBrain_location";}
end;
}
//***************金頭腦第六關***************
xmas,95,296,2 script 雪人#GB 111,{
if(GoldBrain==6)
{
mes "[雪人]";
mes "嗚~嗚~";
mes "歡迎來到第六關,我是雪人^_^";
next;
callfunc "GoldBrain_quest";
}
else if(GoldBrain==7){callfunc "GoldBrain_location";}
end;
}
//***************金頭腦第七關***************
comodo,189,168,2 script 大樹#GB 111,{
if(GoldBrain==7)
{
mes "[大樹]";
mes "喔喔喔喔-------!!(喘氣喘氣)";
mes "莎枯拉桑真是太正點啦!!";
next;
mes "[大樹]";
mes "不好意思我太興奮了…";
mes "歡迎來到第七關";
next;
callfunc "GoldBrain_quest";
}
else if(GoldBrain==8){callfunc "GoldBrain_location";}
end;
}
//***************金頭腦第八關***************
amatsu,262,197,1 script 傳說中的 樹木#GB 111,{
if(GoldBrain==8)
{
mes "[櫻花樹]";
mes "歡迎來到第八關哦~";
mes "那麼,請加油囉!!";
next;
callfunc "GoldBrain_quest";
}
else if(GoldBrain==9){callfunc "GoldBrain_location";}
end;
}
//***************金頭腦第九關***************
ra_temple,119,158,1 script 拉赫女神像 111,{
if(GoldBrain==9)
{
mes "[拉赫女神像]";
mes "歡迎來到第九關!";
mes "勝利離你不遠了,努力吧!";
next;
callfunc "GoldBrain_quest";
}
else if(GoldBrain==10){callfunc "GoldBrain_location";}
end;
}
//***************金頭腦第十關***************
lhz_in02,145,179,7 script 酒醉的關主 849,{
if(GoldBrain==10)
{
mes "[酒醉的關主]";
mes "嗝嗝嗝";
mes "再來一杯…";
next;
mes "[酒醉的關主]";
mes "歡迎...嗝...來到第十關";
mes "加油…嗝";
next;
callfunc "GoldBrain_quest";
}
else if(GoldBrain==11){callfunc "GoldBrain_location";}
end;
}
function script GoldBrain_quest {
switch(rand(1,60))
{
----------------------------------------------------------------------------分隔線
function script GoldBrain_location {
switch(GoldBrain)
{
case 1:
mes "";
mes "第一關的關主在^ff0000依斯魯德島^000000";
mes "是個很威風的^669900劍士雕像^000000!!";
break;
case 2:
mes "[劍士雕像]";
mes "下關的關主我應像沒錯的話...";
mes "她應該在^ff0000斐楊-弓箭手村^000000";
mes "好像是尊^669900佛像^000000呢";
break;
case 3:
mes "[佛像]";
mes "正確,那麼下關的關主";
mes "位於^ff0000夢羅克左上郊區^000000的^669900綠洲^000000";
mes "外貌是尊法老王石像";
mes "那傢伙有點古板,小心應付他";
break;
case 4:
mes "[法老王石像]";
mes "咳咳,看在你不小心答對的份上,";
mes "我就勉強透露你下一關關主的位置吧!";
mes "它在^ff0000吉芬^000000的北方";
mes "^669900如果找不到他就問當地的路標吧^000000。";
break;
case 5:
mes "[路標]";
mes "恭喜啦,快去找下一關關主吧!";
mes "它在^ff0000艾爾帕蘭^000000的聖誕老人旁邊";
mes "是尊很美麗的雕像~";
break;
case 6:
mes "[女神雕像]";
mes "非常好,";
mes "那麼我就告訴你下一關的地點吧";
mes "^ff0000薑餅城^000000左上方^669900教堂左方的雪人^000000";
break;
case 7:
mes "[雪人]";
mes "嗚~達對了";
mes "下一關請去^ff0000克摩島^000000";
mes "卡普拉姐姐旁邊的^669900大樹^000000吧!!";
break;
case 8:
mes "[大樹]";
mes "恭喜啊~";
mes "下一站請去^ff0000天津町^000000找^669900櫻花樹^000000吧";
mes "她真的超辣的,見到她時記得代替我向她問好!";
break;
case 9:
mes "[傳說中的 樹木]";
mes "哇~很棒喔!";
mes "那麼我就告訴你下一關的地點吧!";
mes "位於^ff0000拉赫大神殿門口^000000";
mes "中上方的^669900拉赫女神雕像^000000";
break;
case 10:
mes "[拉赫女神像]";
mes "非常好,我就把最後的試驗地點告訴你!";
mes "這位考官住在^ff0000里西塔樂鎮^000000的旅館裡,";
mes "他非常的愛喝酒,如果旅館找不到他的話";
mes "可以去酒吧找他看看,若還是找不到他的話...";
mes "我估計他大概又酒後鬧事被抓到警局";
mes "那麼你可以去警局裡找找看他。";
break;
case 11:
mes "[喝醉的關主]";
mes "嗝嗝,恭喜你全部闖關成功啦~";
mes "現在你可以回去找^669900Mr.金頭腦^000000領獎啦";
mes "這一路上辛苦你啦....嗝";
mes "那麼...嗝...祝你...嗝...好....嗝嗝......運 (倒地)";
set GoldBrain,GoldBrain+1;
break;
}
頁:
[1]