Jump to content
  • 0

I get script_rid2sd: fatal error ! player not attached!


anjoliwanag

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  06/05/12
  • Last Seen:  

Hello, I Want a script in which every 30th Minute of the hour all players gets a message. I.E:

 

-    script    Hello   -1,{
OnMinute30:
mes "Hello";
close;
end;
}
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


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


OnMinute00:

OnMinute30:

addrid(0);

mes "Hello";

close;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  06/05/12
  • Last Seen:  

OnMinute00:
OnMinute30:
addrid(0);
mes "Hello";
close;

Thanks for the reply ;) Unfortunately it didn't solve my problem.  

it gives me;

 

     parse_line: expect command, missing function name or calling undeclared func

tion
     1 : {
     2 : OnMinute57:
*    3 : 'a'ddrid(0);
 
I checked trunk/doc/script_commands.txt and the command addrid isn't there.
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:  

update your rathena svn ... 

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

A message popping up every 30 minutes on my screen would be rather annoying on any server... I recommend you use...

announce "This will be shown to everyone at all in green.",bc_all,0x00FF00;

And broadcast what ever you have to say to the players.

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