Jump to content
Dextan

Problem with auto woe script

Recommended Posts

Ich hab ein ganz ganz großes problem mit dem auto woe script

ich wollte die woe zeiten

Tuesday @ 16:00~Tuesday @ 20:00

Thursday @ 16:00~Thursday @ 20:00

Sunday @ 14:00~Sunday @ 20:00

 

Komme aber mit dem autoscript nicht wirklich klar

mein script momentan

 

Agit Controller

- script Agit_Event -1,{

end;

 

OnClock1600: //start time for Tues(2), Thurs(4)

OnClock2000: //end time for Tues(2), Thurs(4)

OnClock1400: //start time for Sat(6)

OnClock2000: //end time for Sat(6)

OnAgitInit:

// starting time checks

if((gettime(4)==2) && (gettime(3)>=16 && gettime(3)<20) ||

    (gettime(4)==4) && (gettime(3)>=16 && gettime(3)<20) ||

    (gettime(4)==0) && (gettime(3)>=14 && gettime(3)<20)) {

  if (!agitcheck()) {

   AgitStart;

   callsub S_DisplayOwners;

  }

  end;

}

// end time checks

if ((gettime(4)==2) && (gettime(3)==20) ||

     (gettime(4)==4) && (gettime(3)==20) ||

     (gettime(4)==0) && (gettime(3)==20)) {

  if (agitcheck()) {

   AgitEnd;

   callsub S_DisplayOwners;

  }

  end;

}

end;

S_DisplayOwners:

setarray [email protected]$[0],"aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05";

setarray [email protected]$[5],"gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05";

setarray [email protected]$[10],"payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05";

setarray [email protected]$[15],"prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05";

for( set [email protected], 0; [email protected] <= 19; set [email protected], [email protected]+1 ) {

  if (GetCastleData([email protected]$[[email protected]],1)) {

   Announce "The [" + GetCastleName([email protected]$[[email protected]]) + "] castle has been conquered by the [" + GetGuildName(GetCastleData([email protected]$[[email protected]],1)) + "] guild.",bc_all|bc_woe;

  }

  else {

   Announce "The [" + GetCastleName([email protected]$[[email protected]]) + "] castle is currently unoccupied.",bc_all|bc_woe;

  }

}

end;

}

 

Aber das script will nicht wo liegt mein fehler

Link to comment
Share on other sites

doch versuch ihn gleich mal zu posten auf jeden fall bekommt er das orginal script nicht geladen und bei dem script was du mir gegeben hattest ist das problem das die monster nioht spawnen

Link to comment
Share on other sites

script error on npc/guild2/agit_start_se.txt line 22

My script looks here

//===== rAthena Script =======================================

//= War of Emperium SE - Auto-Start

//===== By: ==================================================

//= L0ne_W0lf

//===== Current Version: =====================================

//= 1.0

//===== Compatible With: =====================================

//= rAthena Project; RO Episode 11.3

//===== Description: =========================================

//= Auto-start for War of Emperium SE.

//= For instructions, see doc/woe_time_explanation.txt.

//===== Additional Comments: =================================

//= 1.0 Copy/Paste of the original setter.

//============================================================

- script Agit2_Event -1,{

end;

OnClock1600: //start time for Tues(2), Thurs(4)

OnClock2000: //end time for Tues(2), Thurs(4)

OnClock1400: //start time for Sun(0)

OnClock2000: //end time for Sun(0)

OnAgitInit2:

// starting time checks

if((gettime(4)==2) && (gettime(3)>=16 && gettime(3)<20)) goto L_Start;

(gettime(4)==4) && (gettime(3)>=16 && gettime(3)<20)) goto L_Start;

(gettime(4)==0) && (gettime(3)>=14 && gettime(3)<20)) goto L_Start; {

if (!agitcheck2()) {

AgitStart2;

}

end;

}

// end time checks

if ((gettime(4)==2) && (gettime(3)==20)) goto L_End;

(gettime(4)==4) && (gettime(3)==20)) goto L_End;

(gettime(4)==0) && (gettime(3)==20)) goto L_End; {

if (agitcheck2()) {

AgitEnd2;

}

end;

}

end;

}

Link to comment
Share on other sites

den error mit zu posten wäre gut du kann bilder von detop genauso machen wie es in ro geht an paint öffnen und str+v dan haste das destop bild ^^

 

mach mal (gettime(4)==4) && (gettime(3)==20)) goto L_End; zu (gettime(4)==4) && (gettime(3)==20)) goto L_End; {

Edited by EL Dragon
Link to comment
Share on other sites

wiso machste die mob spwans nicht extra ?

wen ein server online ist solltest du eh besser alle castles auf gm gilde machen ansonsten könn sie jeder zeit geh takt werden

Edited by EL Dragon
Link to comment
Share on other sites

Habs nun hinbekommen wenn also jemand das orginal script haben will ich hab es korrigiert

hmm ok nun brauch ich nurnoch den scriptbefehl wenn weo beginnt das ne annouce kommt

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.