Jump to content
  • 0

Help me guys:)


Dev Blaze

Question


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  212
  • Reputation:   5
  • Joined:  01/24/12
  • Last Seen:  

I need to make this Event become Automated event Every 30mins

Please help me :

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

lol

http://www.eathena.ws/board/index.php?showtopic=241950

when I wrote that script I did use OnWhisperGlobal to turn event on and off

but his script uses different direction -> actively register to start, and when over, another 2 guilds can sign up again

either you try to expand my script there ( I already learned battleground script system by then )

or you have to figure out the way how to stop active-registration ...

btw since this is support section, at least show which part of the script you have edited

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  212
  • Reputation:   5
  • Joined:  01/24/12
  • Last Seen:  

@AnnieRuru BTW Thank You With your script I like your script but i need some excitement can you make this every 30 mins..the event will announce to starts

Script :http://pastebin.com/S3yYdeiy

And can you put Prizes every team won this game warp on 1 map and click npc for the prizes for exmple 1 tcg then move out to prontera thnx in advace

Sorry for my bad english

Edited by o GM Mark o
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

above this line..

announce "assault event will start, the 1st two guilds that register will be participated in this event", 0;

add this.

OnMinute00:
OnMinute30:

the value behind OnMinute can be change to any value you want between 0 ~ 59 and with a interval of 30 minutes.

or....

if put above this line....

if ( .assault_on == 1 ) {
 dispbottom "event has started";
 end;
}
else if ( .assault_on == 2 ) {
 dispbottom "event is going on";
 end;
}

then would have to edit the dispbottom to announce or others..

Edited by Emistry
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
Answer this question...

×   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...