Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

EP8 Repack, prerelease

Initiate Mage
Joined
Feb 16, 2012
Messages
4
Reaction score
0
In the /etc/cron.d/chk_cabal
If you need more help read on google about cron. Or check the manual.

Ty! I have already set up :) .

Edit: I tested saint event and mobs spawn in all maps but in LS not . I want all mobs spawned in LS mid included Vikalitan.

Edit2: Working Now, im using now common.ini not common-saints.ini
 
Last edited:
Initiate Mage
Joined
Nov 3, 2013
Messages
1
Reaction score
0
need help, when any player pass the dungeons, later you cant see your dg record in the entry.
 
Junior Spellweaver
Joined
Jul 5, 2010
Messages
104
Reaction score
2
Hi..in vmware workstation 8 need ip forward for nat conection? and if need can tell how are? i use centos 6.0 is fine? :junglejane:
 
Skilled Illusionist
Joined
Jul 29, 2010
Messages
312
Reaction score
57
Thanks sir toast2250 for this release. My question, where to edit the nation war time? just like in old ep2 using the command cabal_TG add 13 00 cabal_TG add 23 00
 
Skilled Illusionist
Joined
Jul 29, 2010
Messages
312
Reaction score
57
etc/cron.d/chk_cabal

Code:
*/1 * * * * root /home/cabal/check_daemon.sh
0 0,3,6,9,12,15,18,21 * * * root /home/cabal/start_war.sh
* 17 * * 5 root /home/cabal/start_saint.sh
* 1 * * 1 root /home/cabal/stop_saint.sh
*/1 * * * * root /home/cabal/netrestart.sh

So I found this, Is this means that 0 0,3,6,9,12,15,18,21 * * * stands for 3:00am,6:00am,9:00am,12:00,3:00pm,6:00pm:9:00pm?
If im going to set for 9:00am,3:00pm,6:00pm:9:00pm hows that do? should I just simply remove the others? and what do the asterisk means?
Sorry for too much question, I just can't figure out how it works. :blushing:

and Drav3n your inbox is full, I can't PM you. thanks.
 
RaGEZONER
Joined
Sep 25, 2009
Messages
637
Reaction score
398
Code:
Start Vakilitan (petek ob 5pm)
0 17 * * 5 root /home/cabal/start_saint.sh

Stop Vakilitan (ponedeljek ob 1am)
0 1 * * 1 root /home/cabal/stop_saint.sh

@reboot        Run once, at startup.
@yearly        Run once a year, "0 0 1 1 *".
@annually      (same as @yearly)
@monthly       Run once a month, "0 0 1 * *".
@weekly        Run once a week, "0 0 * * 0".
@daily         Run once a day, "0 0 * * *".
@midnight      (same as @daily)
@hourly        Run once an hour, "0 * * * *".

An example of crontab format with commented fields is as follows:

# Minute   Hour   Day of Month       Month          Day of Week        Command    
# (0-59)  (0-23)     (1-31)    (1-12 or Jan-Dec)  (0&6 or Sun&Sat)                
    0        2          12             *               0,6           /usr/bin/find

* * * * *   every minute,hour,day of month,month,day of week
*/1 * * * * every 1 minute
*/5 * * * * every 5 minutes
3 * * * *   at every 3rd minute mark, an hour goes by
3,26 * * * * at every 3rd and 26th minute mark

0 0,3,6,9,12,15,18,21 * * * stands for,
run at that minute at that specific hour every Day of Month, Month, Day of Week.

9:00am,3:00pm,6:00pm:9:00pm
0 9,15,18,21 * * *
 
█║▌║▌║TheMerc iful║▌║▌║█
Loyal Member
Joined
Jan 29, 2005
Messages
1,367
Reaction score
80
Code:
Start Vakilitan (petek ob 5pm)
0 17 * * 5 root /home/cabal/start_saint.sh

Stop Vakilitan (ponedeljek ob 1am)
0 1 * * 1 root /home/cabal/stop_saint.sh

@reboot        Run once, at startup.
@yearly        Run once a year, "0 0 1 1 *".
@annually      (same as @yearly)
@monthly       Run once a month, "0 0 1 * *".
@weekly        Run once a week, "0 0 * * 0".
@daily         Run once a day, "0 0 * * *".
@midnight      (same as @daily)
@hourly        Run once an hour, "0 * * * *".

An example of crontab format with commented fields is as follows:

# Minute   Hour   Day of Month       Month          Day of Week        Command    
# (0-59)  (0-23)     (1-31)    (1-12 or Jan-Dec)  (0&6 or Sun&Sat)                
    0        2          12             *               0,6           /usr/bin/find

* * * * *   every minute,hour,day of month,month,day of week
*/1 * * * * every 1 minute
*/5 * * * * every 5 minutes
3 * * * *   at every 3rd minute mark, an hour goes by
3,26 * * * * at every 3rd and 26th minute mark

0 0,3,6,9,12,15,18,21 * * * stands for,
run at that minute at that specific hour every Day of Month, Month, Day of Week.


0 9,15,18,21 * * *

toast! mah man! is there an upadte coming? anytime soon?

thanks!!!
 
Newbie Spellweaver
Joined
Feb 18, 2013
Messages
8
Reaction score
0
Any Idea why Mission War doesnt work when i type

[root@localhost ~]# war_startFri Nov 29 18:26:25 EST 2013: Nation War starting


..-----Starting up CABAL NationWar-----..
Starting WorldSvr_01_12: [ OK ]
Starting WorldSvr_01_13: [ OK ]
Starting WorldSvr_01_14: [ OK ]
Starting WorldSvr_01_15: [ OK ]
Starting WorldSvr_01_16: [ OK ]
You have new mail in /var/spool/mail/root

nothing happens no war shows up any idea?
 
Experienced Elementalist
Joined
Dec 19, 2008
Messages
268
Reaction score
2
The cabal_rates bugged for me. :/ If i use and i change exp i don't get any exp but i set the rate to 5x so its not too much. :/ Anyone?
 
Back
Top