Jump to content
  • 0

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


Question

Posted

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

20 answers to this question

Recommended Posts

Posted


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

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?

Posted

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

Posted (edited)

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
Posted (edited)

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
Posted (edited)

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
Posted (edited)

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
Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...