caspa Posted January 16, 2013 Group: Members Topic Count: 194 Topics Per Day: 0.04 Content Count: 499 Reputation: 3 Joined: 03/11/12 Last Seen: September 18, 2023 Share Posted January 16, 2013 can i request a simple broadcaster npc which has a cooldown of 2min, not by player but the npc itself will cooldown then you pay 30k then it dont have the fancy color just the normal one!! thanks in advanced. Quote Link to comment Share on other sites More sharing options...
Capuche Posted January 17, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted January 17, 2013 http://pastebin.com/gkmghfVk 1 Quote Link to comment Share on other sites More sharing options...
Euphy Posted January 17, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted January 17, 2013 @Capuche: He wanted an NPC cooldown, not player delay timer. Essentially, take any existing broadcast script and after the 'announce' line, add: set .AnnounceDelay, gettimetick(2) + 120; Then, at the beginning, write: if (.AnnounceDelay > gettimetick(2)) { mes "You must wait 2 minutes between announcements."; close; } Quote Link to comment Share on other sites More sharing options...
Capuche Posted January 17, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted January 17, 2013 @Capuche: He wanted an NPC cooldown, not player delay timer. It was an NPC cooldown o.O Quote Link to comment Share on other sites More sharing options...
Euphy Posted January 17, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted January 17, 2013 It was an NPC cooldown o.O /facepalm My apologies, I totally misread that. :x Quote Link to comment Share on other sites More sharing options...
Capuche Posted January 17, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted January 17, 2013 No problem. You know, I hesitated to post a link about basic scripting ! XD (I'm kidding) 1 Quote Link to comment Share on other sites More sharing options...
caspa Posted January 17, 2013 Group: Members Topic Count: 194 Topics Per Day: 0.04 Content Count: 499 Reputation: 3 Joined: 03/11/12 Last Seen: September 18, 2023 Author Share Posted January 17, 2013 thank you guyz!! Quote Link to comment Share on other sites More sharing options...
nunu90 Posted August 12, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 06/06/13 Last Seen: December 12, 2017 Share Posted August 12, 2013 how to change colour of broadcast..when change red color Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 12, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Thursday at 04:49 PM Share Posted August 12, 2013 edit the colour part in announce Quote Link to comment Share on other sites More sharing options...
Skorm Posted August 12, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted August 12, 2013 No problem. You know, I hesitated to post a link about basic scripting ! XD (I'm kidding) You so should've. Would've +1 so hard. Quote Link to comment Share on other sites More sharing options...
Question
caspa
can i request a simple broadcaster npc which has a cooldown of 2min, not by player but the npc itself will cooldown then you pay 30k then it dont have the fancy color just the normal one!! thanks in advanced.
Link to comment
Share on other sites
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.