Jump to content
  • 0

Automatic Braodcasting


Werdio

Question


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

Hi,

I want to make a script where every 20 minutes the Players will get a message like this:

- script Info -1,{
On20mins:
announce "Die aktuellsten Infos zum Server findest du auf www.forum.soro.hy-s.de! ",bc_all;

OnPCLoginEvent:
addtimer 1200000, strnpcinfo(3)+"::On20mins";
end;
}

I need help to complete this script. I guess my idea was right. ^^

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  205
  • Reputation:   19
  • Joined:  10/12/12
  • Last Seen:  

-    script    Info    -1,{
OnTimer1200000:
   stopnpctimer;
   announce "Die aktuellsten Infos zum Server findest du auf www.forum.soro.hy-s.de! ", 0;
OnInit:
   //setnpctimer 0; //Shouldn't be necessary as initnpctimer already set npc timer to 0.
   initnpctimer;
   end;
}

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:  


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

Thank you both! :D

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