monster2014 / dayz-epidemic

Automatically exported from code.google.com/p/dayz-epidemic
0 stars 0 forks source link

db_spawn_vehicles.pl doesnt work correctly #93

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.execute db_spawn_vehicles.pl
2.
3.

What is the expected output? What do you see instead?
should spawn new vehicles...
it says
INFO: Connecting to 127.0.0.1:dayz_epidemic as user dayz
INFO: Instance name dayz_1.mbg_celle2
INFO: Fetching spawn information
INFO: Fetched 0 vehicle spawns
INFO: Spawned 0 vehicles
the limit im using in the parameter (900) is not reached so far... it seems its 
ignoring the parameter i enter for the limit...

Please provide any additional information below
/db_spawn_vehicles.pl --instance 1 --limit 900 --host 127.0.0.1 --user dayz 
--pass xxxxxx --name dayz_epidemic --port 3306 --cleanup all
gives a message: "Unknown option: cleanup"
so cleanup doesnt work at all

Original issue reported on code.google.com by boeheim....@aon.at on 8 Sep 2013 at 7:09