Jump to content
  • 0

Help with the announcement


Budots

Question


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

I got this script somewhere in rAthena forum, as i understand this
script gives an item 9524 100pcs every 1 hour and 1000pcs every 6
consecutive hours. Am i RIGHT?

Can someone please help me put some announcements on this script

When a player receives the item, it will automatically announce.

Thanks in advance :)

hourly_reward.txt

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

below

dispbottom "You received 100 "+getitemname( 9524 )+" by staying ingame for 1 hour";

and

dispbottom "You received 1000 "+getitemname( 9524 )+" by staying ingame for consecutive of 6 hour";

 

you can put this:

announce " "+strcharinfo(0)+" has received"+getitemname(9524)+" by staying ingame for 1 hour", 0;

 

This may be a spam: will be broadcasted server-wide, and for players who gets the item.

Use this:

announce " "+strcharinfo(0)+" has received"+getitemname(9524)+" by staying ingame for 1 hour", bc_self;

to broadcast ONLY for that player

 

refer to: http://rathena.org/wiki/Announce

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  200
  • Reputation:   1
  • Joined:  09/25/13
  • Last Seen:  

below

 

dispbottom "You received 100 "+getitemname( 9524 )+" by staying ingame for 1 hour";

and

 

dispbottom "You received 1000 "+getitemname( 9524 )+" by staying ingame for consecutive of 6 hour";

 

you can put this:

 

announce " "+strcharinfo(0)+" has received"+getitemname(9524)+" by staying ingame for 1 hour", 0;

 

This may be a spam: will be broadcasted server-wide, and for players who gets the item.

Use this:

 

announce " "+strcharinfo(0)+" has received"+getitemname(9524)+" by staying ingame for 1 hour", bc_self;

to broadcast ONLY for that player

 

refer to: http://rathena.org/wiki/Announce

Thanks for the quick reply sir, can you please check my script? it seems that its not working , i think the problem is with the <tab> or whatsoever, because i just copy paste it somewhere in this forum.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

eeehhhh... why don't you fix it by yourself by taking a look at the map-server? =.=



http://tny.cz/7f8a14e7

password: windowhaha

  • Upvote 1
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...