Most of the plugins here are made by B3 users and the authors may not visit frequently. If you need support for plugins or if questions remain unanswered, you will have to contact the author directly. Read the full Support Disclaimer here
NOTE: Do not attach plugins to your forumtopics! Attachements are periodically removed by maintenance tasks. Upload your plugins to our Downloads section instead!

Pages: 1 2 [3]   Go Down
  Print  
Author Topic: scheduler Plugin  (Read 7137 times) Bookmark and Share
Jr. Member
**
OS: Windows
Type: Renting Server with B3
Gameservers: CoD2
Posts: 45
Offline Offline
WWW
« Reply #30 on: May 30, 2011, 05:48:33 AM »

thanks for the report. This bug should be fixed in v1.2.1. Could you please report if it does on your side ?
I can confirm that it is now working error free, loading my daily tasks and executing them as desired.
Thank you :-)
Logged

XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #31 on: May 30, 2011, 01:57:00 PM »

I recommend you to take a look at Rotation Manager plugin if you haven't seen it yet. Looks like it fits your situation better. http://forum.bigbrotherbot.net/downloads/?sa=view;down=13
Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3485
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #32 on: August 21, 2011, 04:58:42 AM »

v1.3 released

This version allows you to enable or disable any B3 plugin at some predefined time.
It also allows you to schedule tasks to be executed when B3 starts or restarts.
Logged

Sr. Member
****
OS: Windows
Type: Renting Server with B3
Gameservers: CoD5
Posts: 251
Offline Offline
« Reply #33 on: February 13, 2012, 06:08:52 AM »

hi,

Is it possible to send a b3 command like !loadconfig xxxx at 6:00 ?

« Last Edit: February 13, 2012, 06:53:38 AM by Mariodu62 » Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3485
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #34 on: February 13, 2012, 11:25:32 AM »

no this plugin can only send rcon commands. But the idea is interesting, I guess this could be done.

See https://github.com/courgette/b3-plugin-scheduler/issues/1
If you can find anyone willing to try to implement this feature, please get them to try as I have no time for this at the moment.
Logged

Newbie
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6, CoD7
Posts: 3
Offline Offline
« Reply #35 on: February 28, 2012, 09:45:08 AM »

v1.3 released

This version allows you to enable or disable any B3 plugin at some predefined time.
It also allows you to schedule tasks to be executed when B3 starts or restarts.

Hi, please can you explain me how to enable or disable plugins???
Logged
Support Hero
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2629
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #36 on: February 28, 2012, 10:10:47 AM »

Hi, please can you explain me how to enable or disable plugins???
I would guess...
Have it issue a !disable adv to disable the adv plugin...
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
B3 Contrib/Support
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 124
Offline Offline
« Reply #37 on: May 13, 2012, 02:49:54 AM »

Hello I have a problem, I add 1 cron per day of the week.
Yerterday I add a second cron on sunday. Viewing the log I'm not sure the first cron of sunday works.

xml :
Quote
   <cron name="TousLesSamediA09H00"
    minutes="00"
    hour="09"
    day="*"
    month="*"
    dow="5"
    >
      <rcon>g_motd "I LOVE ZEBULON!!!"</rcon>
      <rcon>sv_joinmessage "^3Zebulon, le bot dit d'ou tu viens !!"</rcon>
      <rcon>g_gametype "7"</rcon>
   </cron> 




   <cron name="TousLesDimancheA09H00"
    minutes="00"
    hour="09"
    day="*"
    month="*"
    dow="6"
    >
      <rcon>g_motd "THE BEBER ATTITUDE"</rcon>
      <rcon>sv_joinmessage "Bon Dimanche, Good Sunday, Have fun"</rcon>
      <rcon>g_gametype "7"</rcon>
   </cron> 

   <cron name="TousLesDimancheA12H00"
    minutes="00"
    hour="12"
    day="*"
    month="*"
    dow="6"
    >
      <rcon>bigtext "Passage en [MOD] No Stamina"</rcon>
      <rcon>exec nostamina.cfg</rcon>
   </cron> 


Log :

Quote
   <cron name="TousLesSamediA09H00"
    minutes="00"
    hour="09"
    day="*"
    month="*"
    dow="5"
    >
      <rcon>g_motd "I LOVE ZEBULON!!!"</rcon>
      <rcon>sv_joinmessage "^3Zebulon, le bot dit d'ou tu viens !!"</rcon>
      <rcon>g_gametype "7"</rcon>
   </cron> 




   <cron name="TousLesDimancheA09H00"
    minutes="00"
    hour="09"
    day="*"
    month="*"
    dow="6"
    >
      <rcon>g_motd "THE BEBER ATTITUDE"</rcon>
      <rcon>sv_joinmessage "Bon Dimanche, Good Sunday, Have fun"</rcon>
      <rcon>g_gametype "7"</rcon>
   </cron> 

   <cron name="TousLesDimancheA12H00"
    minutes="00"
    hour="12"
    day="*"
    month="*"
    dow="6"
    >
      <rcon>bigtext "Passage en [MOD] No Stamina"</rcon>
      <rcon>exec nostamina.cfg</rcon>
   </cron> 
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3485
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #38 on: May 13, 2012, 04:37:57 AM »

This issue is known and already fixed in the latest b3. See https://github.com/xlr8or/big-brother-bot/issues/68
Which version of b3 are you running ?
Logged

B3 Contrib/Support
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 124
Offline Offline
« Reply #39 on: May 13, 2012, 05:28:10 AM »

I use v1.7.1, ok I understand I have to change to v1.8.1 ok thanks
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3485
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #40 on: May 13, 2012, 05:32:52 AM »

Please confirm b3 1.8.1 fixes your issue
Logged

B3 Contrib/Support
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 124
Offline Offline
« Reply #41 on: May 13, 2012, 01:08:35 PM »

I just upgrade the bot, It seams to work fine.
I have no error in log I will test realy later...
Logged
Tags: plugin 
Pages: 1 2 [3]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal