Jump to content
  • 0

is there easy way to broadcast for gm's? without typing /b or @broadcast


vonbad

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  07/27/12
  • Last Seen:  

is there a script for automatic broadcast?? I saw in a server that they only type #map on their pm box and it will appear your message on chat log. I got this idea maybe there is autobroadcast(typing your desire message to public without typing /b or @broadcast)

  • Upvote 1
Link to comment
Share on other sites

20 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:  


- script map -1,{

OnWhisperglobal:

announce ""+@whispervar0$,bc_map;

end;

}

- script global -1,{

OnWhisperglobal:

announce ""+@whispervar0$,bc_all;

end;

}


[ npc:map ] message

[ npc:global ] message

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  07/27/12
  • Last Seen:  

thank you!!^_^




-	script	map	-1,{
OnWhisperglobal:
	announce ""+@whispervar0$,bc_map;
	end;
}


-	script	global	-1,{
OnWhisperglobal:
	announce ""+@whispervar0$,bc_all;
	end;
}
[ npc:map ] message
[ npc:global ] message

oh sir where will i put those scripts?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  07/27/12
  • Last Seen:  

oh my god Im lost 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  595
  • Reputation:   23
  • Joined:  02/23/12
  • Last Seen:  

hi,  i have a question.

 

 so you need to whisper to this npc?

is typing "/b" that hard?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

hi,  i have a question.

 

 so you need to whisper to this npc?

is typing "/b" that hard?

 

Well, I like this idea. For me, it's easy by typing "/b". But for continuously broadcast, we still need to use "/b" for each broadcast. So, with this script, it will make our work more easier.

 

Thanks for this idea and may I use it? /ok

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  595
  • Reputation:   23
  • Joined:  02/23/12
  • Last Seen:  

so, once you whisper either , map, global, in your next broadast you will not type anything? haha..sorry i dont have time to test :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

so, once you whisper either , map, global, in your next broadast you will not type anything? haha..sorry i dont have time to test :(

 

Well, I don't mean to argue or anything. If you don't understand or don't want to understand, it's up to you. That's just a very simple yet useful script. I also didn't test it yet but already found that it's really useful for me.

Edited by uDe
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  595
  • Reputation:   23
  • Joined:  02/23/12
  • Last Seen:  

so, once you whisper either , map, global, in your next broadast you will not type anything? haha..sorry i dont have time to test :(

 

Well, I don't mean to argue or anything. If you don't understand or don't want to understand, it's up to you. That's just a very simple yet useful script. I also didn't test it yet but already found that it's really useful for me.

 

irrelevant,you did not answer my question

 

i am now back home,  ill just test it myself.

Edited by Mr BrycE
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

I'm sure that you still don't know the main purpose of this script.

 

I'm not testing it yet but I'm 100% already know how it's work and why did vonbad ask for this.

 

Like I said, this script will make broadcast system more easier. You don't need to use "/b" on everytime when you want to broadcast something. Just whisper the NPC for once, then you can type freely. I, sometime forgotten to use "/b" when I'm broadcasting continiously. But, with this script. There's no need to worry about that.

 

I didn't said that "/b" is hard.

Edited by uDe
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

Don't forget to include a group level check, or your players can and will abuse the system.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

Don't forget to include a group level check, or your players can and will abuse the system.

Done /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  07/27/12
  • Last Seen:  

I just wanted to have an easy broadcast. its less hustle when you want to say alot to your players right??

 

but still I dont get where to place those script hahha! will someone teach me here?:)

Edited by vonbad
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  07/27/12
  • Last Seen:  

i dont know wat to do. i already included it to my folder but still it doesnt display anything

 

http://media.photobucket.com/user/vonbad/media/Rathena%20Snapshots/untitled-2.png.html?filters[term]=rathena%20snapshots&filters[primary]=images&filters[secondary]=videos&sort=1&o=1

Edited by vonbad
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:  

i dont know wat to do. i already included it to my folder but still it doesnt display anything

 

s455.photobucket.com/user/vonbad/media/Rathena%20Snapshots/untitled.png.html

 


-	script	map	-1,{
OnWhisperglobal:
	announce ""+@whispervar0$,bc_map;
	end;
}


-	script	global	-1,{
OnWhisperglobal:
	announce ""+@whispervar0$,bc_all;
	end;
}
[ npc:map ] message
[ npc:global ] message
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

i dont know wat to do. i already included it to my folder but still it doesnt display anything

 

s455.photobucket.com/user/vonbad/media/Rathena%20Snapshots/untitled.png.html

 

I can't view your image.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  79
  • Topics Per Day:  0.02
  • Content Count:  327
  • Reputation:   4
  • Joined:  06/22/13
  • Last Seen:  


-	script	map	-1,{
OnWhisperglobal:
	announce ""+@whispervar0$,bc_map;
	end;
}


-	script	global	-1,{
OnWhisperglobal:
	announce ""+@whispervar0$,bc_all;
	end;
}
[ npc:map ] message
[ npc:global ] message

there is any way to this only work for gm's? i test it with a no gm account and still working.

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:  


OnWhisperGlobal:

if( getgmlevel() < 90 ) end; 

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  79
  • Topics Per Day:  0.02
  • Content Count:  327
  • Reputation:   4
  • Joined:  06/22/13
  • Last Seen:  

OnWhisperGlobal:
if( getgmlevel() < 90 ) end; 

Ty! its working ^_^

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