Hades03 Posted July 28, 2012 Share Posted July 28, 2012 Hello rathena member this is my broadcaster script Features: With 8 Color Red, Black, Blue, Green, Purple, Pink, Gray, Orange. you can set the payment here set @payitem,671;set @payamt,1; 100+ Downloads and no comment and no report omg No Bug!!! Wew 278 Downloads But still no reprot wew nice script Still no bug? broadcaster.txt 2 Quote Link to comment Share on other sites More sharing options...
onizame Posted July 28, 2012 Share Posted July 28, 2012 i want to report.. this is no bug.. o.O Quote Link to comment Share on other sites More sharing options...
Raikumi Posted August 3, 2012 Share Posted August 3, 2012 can someone tell me how to set it to require 100k zeny instead of an item? Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 3, 2012 Share Posted August 3, 2012 replace the item checking part with this if( Zeny < 100000 ){ mes "You cant use."; close; } replace the item removing part with this set Zeny - 1000000; Quote Link to comment Share on other sites More sharing options...
cheeky Posted August 15, 2012 Share Posted August 15, 2012 can you arrange or align the texts? Because it's all in left side. It's not working for me.. Quote Link to comment Share on other sites More sharing options...
Hades03 Posted August 18, 2012 Author Share Posted August 18, 2012 Try To Download dude Quote Link to comment Share on other sites More sharing options...
Hades03 Posted September 11, 2012 Author Share Posted September 11, 2012 340 Download Yuhoooo Quote Link to comment Share on other sites More sharing options...
rotestserver Posted October 22, 2012 Share Posted October 22, 2012 thanks, but when I change the requirements to zeny. nothing happens when I click the npc. D: can you tell me why? Quote Link to comment Share on other sites More sharing options...
Bin4ry Posted October 22, 2012 Share Posted October 22, 2012 (edited) @^rotestserver, you can use mine here. // http://rathena.org/board/topic/66794-broadcaster/#entry148563 prontera,147,172,5 script Broadcast Agent 57,{ set [email protected], 100000; setarray [email protected]$[0], "Red", "Green", "Blue"; setarray [email protected]$[0], "0xFF0000", "0x00FF00", "0x0000FF"; mes "[broadcaster]"; mes "Hello, ^0055ff" + strcharinfo(0) + "^000000."; mes "Do you want to broadcast something? The price is " + [email protected] + "z."; next; if (select("Yes:No") == 2) { mes "[broadcaster]"; mes "Oh that's a bummmer."; mes "Feel free to talk to me again."; close; } if (Zeny < [email protected]) { mes "[broadcaster]"; mes "I don't think you have enough zeny."; close; } mes "[broadcaster]"; mes "Now please pick a color:"; next; for (set [email protected], 0; [email protected] < getarraysize([email protected]$); set [email protected], [email protected] + 1) set [email protected]$, [email protected]$ + [email protected]$[[email protected]] + ":"; set [email protected],(select([email protected]$) - 1); mes "[broadcaster]"; mes "Please type your message now:"; next; input [email protected]$; mes "[broadcaster]"; mes "Alright, message is broadcasted now! Thank you."; set Zeny, Zeny - [email protected]; announce strcharinfo(0) + ": " + [email protected]$, bc_all, [email protected]$[[email protected]]; close; } Edit: Here is link for proper tabbed ver: http://www.heypasteit.com/clip/0JE5 Edited October 22, 2012 by darristan 1 Quote Link to comment Share on other sites More sharing options...
rotestserver Posted October 26, 2012 Share Posted October 26, 2012 @^rotestserver, you can use mine here. // http://rathena.org/board/topic/66794-broadcaster/#entry148563 prontera,147,172,5 script Broadcast Agent 57,{ set [email protected], 100000; setarray [email protected]$[0], "Red", "Green", "Blue"; setarray [email protected]$[0], "0xFF0000", "0x00FF00", "0x0000FF"; mes "[broadcaster]"; mes "Hello, ^0055ff" + strcharinfo(0) + "^000000."; mes "Do you want to broadcast something? The price is " + [email protected] + "z."; next; if (select("Yes:No") == 2) { mes "[broadcaster]"; mes "Oh that's a bummmer."; mes "Feel free to talk to me again."; close; } if (Zeny < [email protected]) { mes "[broadcaster]"; mes "I don't think you have enough zeny."; close; } mes "[broadcaster]"; mes "Now please pick a color:"; next; for (set [email protected], 0; [email protected] < getarraysize([email protected]$); set [email protected], [email protected] + 1) set [email protected]$, [email protected]$ + [email protected]$[[email protected]] + ":"; set [email protected],(select([email protected]$) - 1); mes "[broadcaster]"; mes "Please type your message now:"; next; input [email protected]$; mes "[broadcaster]"; mes "Alright, message is broadcasted now! Thank you."; set Zeny, Zeny - [email protected]; announce strcharinfo(0) + ": " + [email protected]$, bc_all, [email protected]$[[email protected]]; close; } Edit: Here is link for proper tabbed ver: http://www.heypasteit.com/clip/0JE5 Thank you sir darristan! Quote Link to comment Share on other sites More sharing options...
EnigmatiCDreaM Posted February 18, 2013 Share Posted February 18, 2013 Is it possible to add a code to set a limit to how many times you broadcast a day? and if so can someone help add the code to it?For example every player can do a maximum of 3 broadcasts a dayAppreciate it! Quote Link to comment Share on other sites More sharing options...
markiez22 Posted August 8, 2013 Share Posted August 8, 2013 //Jam "Merme" //======================================================================================= //======================================================================================= //======================================================================================= //Annoucer/broadcaster (in color) //======================================================================================= //======================================================================================= //======================================================================================= prontera,145,164,6 script Broadcaster 415,{ if (.AnnounceDelay > gettimetick(2)) { mes "You must wait 2 minutes between announcements."; close; } mes "[ ^FE021BMerme^000000 ]"; mes "Hello, ^F509DE"+strcharinfo(0)+"^000000"; mes "Do you want to broadcast something?."; next; mes "[ ^FE021BMerme^000000 ]"; mes "We Have Color Please choose!"; next; menu "Red",red, "Green",green, "Purple",purple, "Orange",orange, "Cancel",-; mes "im Sorry if u want to say something just let me know."; close; red: mes "[ ^FE021BMerme^000000 ]"; mes "Type your message and it will be heard miles away"; input @mensagem$; announce ""+strcharinfo(0)+": "[email protected]$+" ",bc,0xD20000; set .AnnounceDelay, gettimetick(2) + 120; close; green: mes "[ ^FE021BMerme^000000 ]"; mes "Type your message and it will be heard miles away"; input @mensagem4$; announce ""+strcharinfo(O)+": "[email protected]$+" ",bc,0x33FF33; set .AnnounceDelay, gettimetick(2) + 120; close; purple: mes "[ ^FE021BMerme^000000 ]"; mes "Type your message and it will be heard miles away"; input @mensagem5$; announce ""+strcharinfo(O)+": "[email protected]$+" ",bc,0xCC00FF; set .AnnounceDelay, gettimetick(2) + 120; close; orange: mes "[ ^FE021BMerme^000000 ]"; mes "Type your message and it will be heard miles away"; input @mensagem5$; announce ""+strcharinfo(O)+": "[email protected]$+" ",bc,0xFF9900; set .AnnounceDelay, gettimetick(2) + 120; close; no: next; mes "[ ^FE021BMerme^000000 ]"; mes "Oh that's a bummmer."; mes "Come back when you need me. ^_^"; close; exit2: mes "[ ^FE021BMerme^000000 ]"; mes "Sorry you don't have enough coins to make the broadcast."; mes "Please come again."; close; end; } Is it possible to add a code to set a limit to how many times you broadcast a day? and if so can someone help add the code to it? For example every player can do a maximum of 3 broadcasts a day Appreciate it! i don't know how to config that. . but try this one. . 2min every annouce. . to anti spam Quote Link to comment Share on other sites More sharing options...
Akbal Posted November 26, 2013 Share Posted November 26, 2013 Ey Jam can you please write what is the exactly "check" part and the "remove part" of your code? because i got an error replacing the "delitem @..." in all the colors. thanks. Quote Link to comment Share on other sites More sharing options...