Cydh Posted June 13, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Share Posted June 13, 2013 Just a reply of this thread: How are do delay after @command // Gives delay to use command after using command (in milisecond). [Cydh] atcommand_delay: 2000 Download: command_delay-rA-svn17359.patch 1 Quote Link to comment Share on other sites More sharing options...
azzzura Posted June 13, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 06/12/13 Last Seen: June 19, 2013 Share Posted June 13, 2013 Thank you for this source mod, but if i need to block spam only from one custom command. Can i get some any example? Thank you! Quote Link to comment Share on other sites More sharing options...
Cydh Posted June 13, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Author Share Posted June 13, 2013 move this to certain command sd->canusecommand_tick = gettick() + battle_config.atcommand_delay; Quote Link to comment Share on other sites More sharing options...
Kichi Posted July 3, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share Posted July 3, 2013 how about delay custom command from bind_atcmd? Quote Link to comment Share on other sites More sharing options...
Cydh Posted July 3, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Author Share Posted July 3, 2013 how about delay custom command from bind_atcmd? here u go. http://rathena.org/board/topic/83541-how-are-do-delay-after-command/#entry203650 Quote Link to comment Share on other sites More sharing options...
maken06 Posted March 11, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 234 Reputation: 115 Joined: 02/24/15 Last Seen: March 20, 2024 Share Posted March 11, 2018 Does this still work? @Cydh Quote Link to comment Share on other sites More sharing options...
kalabasa Posted December 16, 2020 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted December 16, 2020 surprisingly it does still work! as of now may i ask for help from the owner itself where do i exactly put this sd->canusecommand_tick = gettick() + battle_config.atcommand_delay; on a certain command as of now it does apply on all commands for now i am still using the default 2000 milisec Quote Link to comment Share on other sites More sharing options...
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.