UID172987
帖子
精華
主題
積分-17
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限0
註冊時間2009-7-12
在線時間 小時
最後登錄1970-1-1
該用戶從未簽到
|
- - script Agit2_Event -1,{
- end;
- OnClock2100: //start time for Sat(6)
- OnClock2300: //end time for Sat(6)
- OnAgitInit2:
- // starting time checks
- if( (gettime(4)==6) && (gettime(3)>=21 && gettime(3)<23) ) {
- if (!agitcheck2()) {
- AgitStart2;
- callsub S_DisplayOwners1;
- sleep2 500;
- callsub S_DisplayOwners2;
- }
- end;
- }
- // end time checks
- if ( (gettime(4)==6) && (gettime(3)==23) ) {
- if (agitcheck2()) {
- AgitEnd2;
- callsub S_DisplayOwners1;
- sleep2 500;
- callsub S_DisplayOwners2;
- }
- end;
- }
- end;
- S_DisplayOwners1:
- if (GetCastleData("arug_cas01",1)) {
- Announce "秘密基地 [" + GetCastleName("arug_cas01") + "]的 '馬勒杜'被 [" + GetGuildName(GetCastleData("arug_cas01",1)) + "] 公會所佔領了",bc_all;
- }
- else {
- Announce "秘密基地 [" + GetCastleName("arug_cas01") + "]的 '馬勒杜'被 [] 公會所佔領了",bc_all;
- }
- if (GetCastleData("arug_cas02",1)) {
- Announce "秘密基地 [" + GetCastleName("arug_cas02") + "]的 '希樂'被 [" + GetGuildName(GetCastleData("arug_cas02",1)) + "] 公會所佔領了",bc_all;
- }
- else {
- Announce "秘密基地 [" + GetCastleName("arug_cas02") + "]的 '希樂'被 [] 公會所佔領了",bc_all;
- }
- if (GetCastleData("arug_cas03",1)) {
- Announce "秘密基地 [" + GetCastleName("arug_cas03") + "]的 '霍倫'被 [" + GetGuildName(GetCastleData("arug_cas03",1)) + "] 公會所佔領了",bc_all;
- }
- else {
- Announce "秘密基地 [" + GetCastleName("arug_cas03") + "]的 '霍倫'被 [] 公會所佔領了",bc_all;
- }
- if (GetCastleData("arug_cas04",1)) {
- Announce "秘密基地 [" + GetCastleName("arug_cas04") + "]的 '吉本'被 [" + GetGuildName(GetCastleData("arug_cas04",1)) + "] 公會所佔領了",bc_all;
- }
- else {
- Announce "秘密基地 [" + GetCastleName("arug_cas04") + "]的 '吉本'被 [] 公會所佔領了",bc_all;
- }
- if (GetCastleData("arug_cas05",1)) {
- Announce "秘密基地 [" + GetCastleName("arug_cas05") + "]的 '巴拿迪斯'被 [" + GetGuildName(GetCastleData("arug_cas05",1)) + "] 公會所佔領了",bc_all;
- }
- else {
- Announce "秘密基地 [" + GetCastleName("arug_cas05") + "]的 '巴拿迪斯'被 [] 公會所佔領了",bc_all;
- }
- end;
- S_DisplayOwners2:
- if (GetCastleData("schg_cas01",1)) {
- Announce "秘密基地 [" + GetCastleName("schg_cas01") + "]的 '喜民'被 [" + GetGuildName(GetCastleData("schg_cas01",1)) + "] 公會所佔領了",bc_all;
- }
- else {
- Announce "秘密基地 [" + GetCastleName("schg_cas01") + "]的 '喜民'被 [] 公會所佔領了",bc_all;
- }
- if (GetCastleData("schg_cas02",1)) {
- Announce "秘密基地 [" + GetCastleName("schg_cas02") + "]的 '安得郎克'被 [" + GetGuildName(GetCastleData("schg_cas02",1)) + "] 公會所佔領了",bc_all;
- }
- else {
- Announce "秘密基地 [" + GetCastleName("schg_cas02") + "]的 '安得郎克'被 [] 公會所佔領了",bc_all;
- }
- if (GetCastleData("schg_cas03",1)) {
- Announce "秘密基地 [" + GetCastleName("schg_cas03") + "]的 '畢得布萊因'被 [" + GetGuildName(GetCastleData("schg_cas03",1)) + "] 公會所佔領了",bc_all;
- }
- else {
- Announce "秘密基地 [" + GetCastleName("schg_cas03") + "]的 '畢得布萊因'被 [] 公會所佔領了",bc_all;
- }
- if (GetCastleData("schg_cas04",1)) {
- Announce "秘密基地 [" + GetCastleName("schg_cas04") + "]的 '何料德'被 [" + GetGuildName(GetCastleData("schg_cas04",1)) + "] 公會所佔領了",bc_all;
- }
- else {
- Announce "秘密基地 [" + GetCastleName("schg_cas04") + "]的 '何料德'被 [] 公會所佔領了",bc_all;
- }
- if (GetCastleData("schg_cas05",1)) {
- Announce "秘密基地 [" + GetCastleName("schg_cas05") + "]的 '思凱提樂尼'被 [" + GetGuildName(GetCastleData("schg_cas05",1)) + "] 公會所佔領了",bc_all;
- }
- else {
- Announce "秘密基地 [" + GetCastleName("schg_cas05") + "]的 '思凱提樂尼'被 [] 公會所佔領了",bc_all;
- }
- end;
- }
複製代碼 |
評分
-
查看全部評分
|