Fixing loot spawns updated

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 3, 2013
Messages
96
Reaction score
23
OUTDATED
THIS DOES NO WORK WITH THE NEW ALPHA RELEASE FROM DNC!!!
NO MORE SUPPORT FROM ME SINCE I HAVE NOW MOVED TO A DIFFERENT BUILD
http://forum.ragezone.com/f790/release-alpha-updated-4-28-a-927914/
SORRY FOR ANY INCONVINIANCE
THANKS TO CRUM FOR HELPING ME LEARN THIS!!
I Decided to make a new thread that has all you need in the first post. and is updated
Original post: http://forum.ragezone.com/f791/fixing-warz-loot-spawns-924536/ Please refer to that post before asking questions since most basic questions are answered there

1. Drop both Items_Lootdata and Items_Generic
2. Download the database query
3. MAKE SURE YOU DROPPED THE OLD TABLES
4. Import Database20_04.sql to your WarZ DB

Now

5. Go to /bin/data/weapons
6. Backup your old itemsdb.xml
7. Open Studio.exe and Press "UpdateDB"
8. Check that your itemdb.xml does contain data.

If you did everything right you should now have working loot spawns.
But this database has the items sorted down into groups. So if you are playing on Colorado there might be some items that are not spawning
For example the med station in clearview does not have med spawns and all the meds in the data base are only inside med spawns
So if you want all items spawning everywhere download
(This script only has the Items_Lootdata so you do have to import the first script too. sorry for that)

How to use the later script

1. Download ^
2. Import into WarZ db, it makes a table named Items_Lootdata2
3. Rename Items_Lootdata to Items_Lootdata_Backup
4. Rename Items_Lootdata2 to Items_Lootdata
5. Restart servers and you now have all loot spawning everywhere.

I also fixed the chance in the later script on all weapons
Handguns = 0.5
ASR = 0.25
SHG = 0.4
Snipers = 0.05
MEL = 0.8

I forgot SMG and MG

To change the chance in the later script easily (There is a lot of data in there)
NOTE! MAKE SURE YOU ALREADY RENAMED THE TABLE TO Items_Lootdata or change the script to change the right table

Code:
UPDATE [WarZ].[dbo].[Items_LootData]
   SET [Chance] = '0.80'
      
 WHERE Items_LootData.Name IN (select Name from dbo.Items_Weapons where FNAME like 'MEL%')
GO

MEL% = Melee's
MG% = Machine guns
HG% = Handguns
SHG% = Shotguns
ASR% = Assault rifles
SNP% = Snipers (Crossbow is included there)
SMG% = Sub machine guns


Dont ask questions here that dont relate to this post, Thank you :)

EDIT: If you are
experiencing Crashes when using either script please let me know with r3dlog.txt and I will update it. (If the crash is due to an item not having animations that is)
 
Last edited:
when i click update db my ItemdDB.xml file = 1kb

<?xml version="1.0"?>

help me please T_T
there is an error in the code. it only gives you an error if the server isn't responding. so you have to look into the dbinfo.inc.php and the other php files too .. when I had this problem it was becouse my php didn't support the sqlsrv_connect() command. had to get some dll files. but I was gettingn the error into the itemdb.xml file.
Try making a php file with this in it, something like test.php and put it at the same place as dbinfo.inc.php and then go to the place of the file with your browser and see if it is able to connect or if it gives you an error

just fix the username pw and address to your db
Code:
<?php

        $db_user   = "dbuser";
        $db_pass   = "dbpassword";
        $db_dbname = "WarZ";


        $db_serverName     = "yourdnshost.com, port(mostlikely 1433)";
        $db_connectionInfo = array(
            "UID" => $db_user,
            "PWD" => $db_pass,
            "Database" => $db_dbname,
            "CharacterSet" => "UTF-8"
            //"ReturnDatesAsStrings" => true
            );
        $conn = sqlsrv_connect($db_serverName, $db_connectionInfo);
if( $conn )
{
     echo "Connection established.\n";
}
else
{
     echo "Connection could not be established.\n";
     die( print_r( sqlsrv_errors(), true));
}

sqlsrv_close( $conn);
?>
 
Last edited:
there is an error in the code. it only gives you an error if the server isn't responding. so you have to look into the dbinfo.inc.php and the other php files too .. when I had this problem it was becouse my php didn't support the sqlsrv_connect() command. had to get some dll files. but I was gettingn the error into the itemdb.xml file.
Try making a php file with this in it, something like test.php and put it at the same place as dbinfo.inc.php and then go to the place of the file with your browser and see if it is able to connect or if it gives you an error

just fix the username pw and address to your db
Code:
<?php

        $db_user   = "dbuser";
        $db_pass   = "dbpassword";
        $db_dbname = "WarZ";


        $db_serverName     = "yourdnshost.com, port(mostlikely 1433)";
        $db_connectionInfo = array(
            "UID" => $db_user,
            "PWD" => $db_pass,
            "Database" => $db_dbname,
            "CharacterSet" => "UTF-8"
            //"ReturnDatesAsStrings" => true
            );
        $conn = sqlsrv_connect($db_serverName, $db_connectionInfo);
if( $conn )
{
     echo "Connection established.\n";
}
else
{
     echo "Connection could not be established.\n";
     die( print_r( sqlsrv_errors(), true));
}

sqlsrv_close( $conn);
?>

username, pw and address are right...

but - > Connection could not be established. Array ( [0] => Array ( [0] => 28000 [SQLSTATE] => 28000 [1] => 18456
Code:
 => 18456 [2] => [Microsoft][SQL Server Native Client 11.0][SQL Server]Login failed for user 'root'. [message] => [Microsoft][SQL Server Native Client 11.0][SQL Server]Login failed for user 'root'. ) [1] => Array ( [0] => 28000 [SQLSTATE] => 28000 [1] => 18456 [code] => 18456 [2] => [Microsoft][SQL Server Native Client 11.0][SQL Server]Login failed for user 'root'. [message] => [Microsoft][SQL Server Native Client 11.0][SQL Server]Login failed for user 'root'. ) )
 
One question, when I update DB the Studio.exe keep stuck and when I minimize appear a windows saying
Ekemos - Fixing loot spawns updated - RaGEZONE Forums


I press "aceptar" then the studio.exe closes automatically. its fine? or i have a error?

Edit: I think its not fine xD

r3dlog
--- Log started at Fri Apr 26 00:32:08 2013

000000.048| ComputerID: 0x25d2cc52c1b1
000000.048| Game Version: Eclipse Studio v1.0 (build: Apr 22 2013 23:37:59) - release
000000.048| Available memory: 8143 MB
000000.057| r3dFS: version:April 24, 2013 6:42, 15230 files
000000.076| readGameOptionsFile: found INI at C:\Users\fede\Documents\Arktos\WarZ\gameSettings.ini
000000.076| writeGameOptionsFile: Saving settings to C:\Users\fede\Documents\Arktos\WarZ\gameSettings.ini
000000.079| readInputMap: found file at C:\Users\fede\Documents\Arktos\WarZ\inputMap.xml
000000.079| writeInputMap: Saving settings to C:\Users\fede\Documents\Arktos\WarZ\inputMap.xml
000000.079| userSettings: found file at C:\Users\fede\Documents\Arktos\WarZ\userSettings.xml
000000.080| userSettings: Saving settings to C:\Users\fede\Documents\Arktos\WarZ\userSettings.xml
000000.080| SOUND: initializing sound system
000000.088| SOUND: '4' sound drivers found
000000.134| SOUND: sound caps = 0xF8, speakermode= 2
000000.134| SOUND: sound driver 'Altavoces (Realtek High Definition Audio)'
000000.174| SOUND: sound system ready
000000.174| FMOD: LoadSoundEffects: Loading from Data\Sounds\Sounds.fev
000000.228| Input Devices enabled: Mouse, Keyboard
000000.241| VMEM As seen through DDRaw: 978
000000.241| VMEM As seen through WMI: 0
000000.241| Setting mode: 1920x1080x32 Flags=0
000000.251| NVApi successfuly initialized.
000000.251| NVApi: stereo is not available. Stereo driver not installed?
000000.252| Adapter: NVIDIA GeForce GTX 560
000000.252| nvd3dum.dll 9.18.13.1407
000000.252| Monitor: \\.\DISPLAY1 (1920x1080)
000000.301| r3dRenderLayer::SetMode(x=1920,y=1080,bpp=32,windowed=0,hz=60)
000000.302| Creating d3d device
000000.397| NVApi: failed to create stereo handle!
000000.397| GPU supports D3DQUERYTYPE_TIMESTAMP
000000.397| GPU supports D3DQUERYTYPE_TIMESTAMPFREQ
000000.397| D3D hack support = NullRT: 1, hwPCF: 1, IntZ: 1, ResZ: 0
000000.398| We have 4033 MB texture memory
000000.410| r3dFont: Creating Verdana 10pt
000000.410| r3dFont: Finished creating Verdana 10pt
000000.411| Loading shaders...
000000.749| Finished loading shaders (0.338559 sec)!
000000.804| r3dFont: Creating Tahoma 12pt
000000.805| r3dFont: Finished creating Tahoma 12pt
000000.805| r3dFont: Creating Verdana 10pt
000000.805| r3dFont: Finished creating Verdana 10pt
000000.867| Creating render targets
000000.870| r3dFont: Creating Verdana 8pt
000000.871| r3dFont: Finished creating Verdana 8pt
000002.302| Loaded 5 of 5 grass settings locations from the glist file
000002.302| Loaded 5 grass settings files
000002.320| !!!!!!!!! Localization: Failed to find string id='400144_name'
000002.320| !!!!!!!!! Localization: Failed to find string id='400144_desc'
000002.320| !!!!!!!!! Localization: Failed to find string id='400145_name'
000002.320| !!!!!!!!! Localization: Failed to find string id='400145_desc'
000002.320| !!!!!!!!! Localization: Failed to find string id='400146_name'
000002.320| !!!!!!!!! Localization: Failed to find string id='400146_desc'
000002.320| !!!!!!!!! Localization: Failed to find string id='400147_name'
000002.320| !!!!!!!!! Localization: Failed to find string id='400147_desc'
000002.320| !!!!!!!!! Localization: Failed to find string id='400148_name'
000002.320| !!!!!!!!! Localization: Failed to find string id='400148_desc'
000002.320| !!!!!!!!! Localization: Failed to find string id='400149_name'
000002.320| !!!!!!!!! Localization: Failed to find string id='400149_desc'
000002.320| !!!!!!!!! Localization: Failed to find string id='400150_name'
000002.320| !!!!!!!!! Localization: Failed to find string id='400150_desc'
000002.320| !!!!!!!!! Localization: Failed to find string id='400151_name'
000002.320| !!!!!!!!! Localization: Failed to find string id='400151_desc'
000002.320| !!!!!!!!! Localization: Failed to find string id='400152_name'
000002.320| !!!!!!!!! Localization: Failed to find string id='400152_desc'
000002.320| !!!!!!!!! Localization: Failed to find string id='400153_name'
000002.320| !!!!!!!!! Localization: Failed to find string id='400153_desc'
000002.320| !!!!!!!!! Localization: Failed to find string id='400154_name'
000002.320| !!!!!!!!! Localization: Failed to find string id='400154_desc'
000002.320| !!!!!!!!! Localization: Failed to find string id='400155_name'
000002.320| !!!!!!!!! Localization: Failed to find string id='400155_desc'
000002.320| !!!!!!!!! Localization: Failed to find string id='400156_name'
000002.320| !!!!!!!!! Localization: Failed to find string id='400156_desc'
000002.320| !!!!!!!!! Localization: Failed to find string id='400157_name'
000002.320| !!!!!!!!! Localization: Failed to find string id='400157_desc'
000002.321| WEAPON ERROR: MAUSER SP66 trying to load non existent sound event Sounds/NewWeapons/Sniper/SNP_AW_single
000002.321| WEAPON ERROR: AW Magnum trying to load non existent sound event Sounds/NewWeapons/Sniper/SNP_AW50_single
000002.321| WEAPON ERROR: MOSSBERG 590 trying to load non existent sound event Sounds/NewWeapons/Shotgun/Mossberg_single
000002.321| WEAPON ERROR: KT DECIDER trying to load non existent sound event Sounds/NewWeapons/Shotgun/SHG_Keltech_single
000002.321| WEAPON ERROR: MAUSER SRG DESERT trying to load non existent sound event Sounds/NewWeapons/Sniper/SNP_AW_single
000002.321| WEAPON ERROR: BLASER R93 trying to load non existent sound event Sounds/NewWeapons/Sniper/SNP_Blaser_single
000002.322| !!!!!!!!! Localization: Failed to find string id='101330_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101330_desc'
000002.322| WEAPON ERROR: 101330_name trying to load non existent sound event Sounds/NewWeapons/Handgun/Ruger22_single
000002.322| !!!!!!!!! Localization: Failed to find string id='101331_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101331_desc'
000002.322| !!!!!!!!! Localization: Failed to find string id='101332_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101332_desc'
000002.322| WEAPON ERROR: 101332_name trying to load non existent sound event Sounds/NewWeapons/Assault/Ruger22_single
000002.322| !!!!!!!!! Localization: Failed to find string id='101334_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101334_desc'
000002.322| WEAPON ERROR: 101334_name trying to load non existent sound event Sounds/NewWeapons/Assault/Ruger22_single
000002.322| !!!!!!!!! Localization: Failed to find string id='101335_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101335_desc'
000002.322| !!!!!!!!! Localization: Failed to find string id='101336_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101336_desc'
000002.322| !!!!!!!!! Localization: Failed to find string id='101337_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101337_desc'
000002.322| !!!!!!!!! Localization: Failed to find string id='101338_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101338_desc'
000002.322| !!!!!!!!! Localization: Failed to find string id='101339_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101339_desc'
000002.322| !!!!!!!!! Localization: Failed to find string id='101341_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101341_desc'
000002.322| WEAPON ERROR: 101341_name trying to load non existent sound event Sounds/NewWeapons/Assault/Mosin_single
000002.322| !!!!!!!!! Localization: Failed to find string id='101342_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101342_desc'
000002.322| !!!!!!!!! Localization: Failed to find string id='101343_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101343_desc'
000002.322| !!!!!!!!! Localization: Failed to find string id='101344_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101344_desc'
000002.322| !!!!!!!!! Localization: Failed to find string id='101345_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101345_desc'
000002.322| !!!!!!!!! Localization: Failed to find string id='101346_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101346_desc'
000002.322| !!!!!!!!! Localization: Failed to find string id='101347_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101347_desc'
000002.322| !!!!!!!!! Localization: Failed to find string id='101348_name'
000002.322| !!!!!!!!! Localization: Failed to find string id='101348_desc'
000002.322| !!!!!!!!! Localization: Failed to find string id='101352_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101352_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101353_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101353_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101354_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101354_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101355_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101355_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101356_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101356_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101357_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101357_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101358_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101358_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101359_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101359_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101360_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101360_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101361_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101361_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101362_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101362_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101363_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101363_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101364_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101364_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101365_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101365_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101366_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101366_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101367_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101367_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101368_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101368_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101369_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101369_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101370_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101370_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101371_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101371_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101372_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101372_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101373_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101373_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101374_name'
000002.323| !!!!!!!!! Localization: Failed to find string id='101374_desc'
000002.323| !!!!!!!!! Localization: Failed to find string id='101375_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101375_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101376_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101376_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101377_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101377_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101378_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101378_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101379_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101379_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101380_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101380_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101381_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101381_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101382_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101382_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101383_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101383_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101384_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101384_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101385_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101385_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101386_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101386_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101388_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101388_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101389_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101389_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101390_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101390_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101391_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101391_desc'
000002.324| !!!!!!!!! Localization: Failed to find string id='101392_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='101392_desc'
000002.324| WEAPON ERROR: 101392_name trying to load non existent sound event Sounds/NewWeapons/Handgun/Nailgun_single
000002.324| !!!!!!!!! Localization: Failed to find string id='20197_name'
000002.324| !!!!!!!!! Localization: Failed to find string id='20197_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='20198_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='20198_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='20199_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='20199_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='20201_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='20201_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='20196_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='20196_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='20200_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='20200_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301158_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301158_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301160_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301160_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301161_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301161_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301162_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301162_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301166_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301166_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301170_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301170_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301171_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301171_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301173_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301173_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301174_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301174_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301175_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301175_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301176_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301176_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301177_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301177_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301179_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301179_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301180_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301180_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301181_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301181_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301182_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301182_desc'
000002.325| !!!!!!!!! Localization: Failed to find string id='301183_name'
000002.325| !!!!!!!!! Localization: Failed to find string id='301183_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301184_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301184_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301192_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301192_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301193_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301193_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301195_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301195_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301198_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301198_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301199_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301199_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301200_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301200_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301201_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301201_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301203_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301203_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301204_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301204_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301205_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301205_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301211_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301211_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301213_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301213_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301214_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301214_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301215_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301215_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301216_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301216_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301218_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301218_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301219_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301219_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301222_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301222_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301224_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301224_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301225_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301225_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301226_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301226_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301227_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301227_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301228_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301228_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301229_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301229_desc'
000002.326| !!!!!!!!! Localization: Failed to find string id='301230_name'
000002.326| !!!!!!!!! Localization: Failed to find string id='301230_desc'
000002.327| !!!!!!!!! Localization: Failed to find string id='301231_name'
000002.327| !!!!!!!!! Localization: Failed to find string id='301231_desc'
000002.327| !!!!!!!!! Localization: Failed to find string id='301232_name'
000002.327| !!!!!!!!! Localization: Failed to find string id='301232_desc'
000002.327| !!!!!!!!! Localization: Failed to find string id='301233_name'
000002.327| !!!!!!!!! Localization: Failed to find string id='301233_desc'
000002.327| !!!!!!!!! Localization: Failed to find string id='301242_name'
000002.327| !!!!!!!!! Localization: Failed to find string id='301242_desc'
000002.327| !!!!!!!!! Localization: Failed to find string id='301243_name'
000002.327| !!!!!!!!! Localization: Failed to find string id='301243_desc'
000002.327| !!!!!!!!! Localization: Failed to find string id='301244_name'
000002.327| !!!!!!!!! Localization: Failed to find string id='301244_desc'
000002.327| !!!!!!!!! Localization: Failed to find string id='301247_name'
000002.327| !!!!!!!!! Localization: Failed to find string id='301247_desc'
000002.327| !!!!!!!!! Localization: Failed to find string id='301249_name'
000002.327| !!!!!!!!! Localization: Failed to find string id='301249_desc'
000002.327| !!!!!!!!! Localization: Failed to find string id='301250_name'
000002.327| !!!!!!!!! Localization: Failed to find string id='301250_desc'
000002.327| !!!!!!!!! Localization: Failed to find string id='301251_name'
000002.327| !!!!!!!!! Localization: Failed to find string id='301251_desc'
000002.327| !!!!!!!!! Localization: Failed to find string id='301252_name'
000002.327| !!!!!!!!! Localization: Failed to find string id='301252_desc'
000002.327| !!!!!!!!! Localization: Failed to find string id='301254_name'
000002.327| !!!!!!!!! Localization: Failed to find string id='301254_desc'
000002.327| !!!!!!!!! Localization: Failed to find string id='301255_name'
000002.327| !!!!!!!!! Localization: Failed to find string id='301255_desc'
000002.327| !!!!!!!!! Localization: Failed to find string id='301256_name'
000002.327| !!!!!!!!! Localization: Failed to find string id='301256_desc'
000002.327| !!!!!!!!! Localization: Failed to find string id='101340_name'
000002.327| !!!!!!!!! Localization: Failed to find string id='101340_desc'
000015.618| obj_Zombie::FreePhysSkeletonCache:000015.618| done in 0.00 seconds
000015.619| Deleting render targets
000017.842|
000017.843| WARNING: pd3ddev have 10 reference counts
 
Last edited:
and what do you do if your server has no d3d like most and cant run studio.exe ?

Dont understand you. But if you dont have a working server please ceck out the Tutorial
http://forum.ragezone.com/f791/warz-server-setup-guide-deadz-924263/
OR
http://forum.ragezone.com/f791/tutorial-war-z-server-setup-926754/

username, pw and address are right...

but - > Connection could not be established. Array ( [0] => Array ( [0] => 28000 [SQLSTATE] => 28000 [1] => 18456
Code:
 => 18456 [2] => [Microsoft][SQL Server Native Client 11.0][SQL Server]Login failed for user 'root'. [message] => [Microsoft][SQL Server Native Client 11.0][SQL Server]Login failed for user 'root'. ) [1] => Array ( [0] => 28000 [SQLSTATE] => 28000 [1] => 18456 [code] => 18456 [2] => [Microsoft][SQL Server Native Client 11.0][SQL Server]Login failed for user 'root'. [message] => [Microsoft][SQL Server Native Client 11.0][SQL Server]Login failed for user 'root'. ) )[/QUOTE]

I am acctually not sure what is happening, but try another account, could be that the account can only be accessed locally or something

[QUOTE="War Inc, post: 7577601, member: 1333465355"]One question, when I update DB the Studio.exe keep stuck and when I minimize appear a windows saying [IMG]https://forum.ragezone.com/images/404_image.png[/IMG]

I press "aceptar" then the studio.exe closes automatically. its fine? or i have a error?

Edit: I think its not fine xD

[SIZE=3][COLOR=#ff0000][B]r3dlog[/B][/COLOR][/SIZE]
[/QUOTE]

I have not seen this error, so I dont know where it lies.. but check to see if itemdb.xml definatly has items in it. and also that your data base has items in it ... Items_weapons, Items_Gear and Items_attachments that is...
 
It was just a question.
If it work i could use this:
UPDATE [WarZ].[dbo].[Items_LootData]
SET [Chance] = '0'

WHERE Items_LootData.Name IN (select Name from dbo.Items_Attachments where FNAME like 'ATTM_Optic_Iron%')
GO
 
Last edited:
I have a working server but you cant run Studio.exe or WarZ.exe where the server is hosted.

Ekemos - Fixing loot spawns updated - RaGEZONE Forums


This issue means I cannot then do the second stage.
oh sorry bud didn't know of this error

itemdb.xml that I use

I am running everything of the same machine :/

It was just a question.
If it work i could use this:

I removed the iron sights from the later script but

I used
Code:
WHERE Items_LootData.Name IN (select Name from WarZ.dbo.Items_Attachments where FNAME like '%IS')
if it throws an error "The multi-part identifier "dbo.Items_LootData.Name" could not be bound." I have no Idea why ... :/

Edit fixed the query it should work now try it with select first though
 
oh sorry bud didn't know of this error

itemdb.xml that I use

I am running everything of the same machine :/



I removed the iron sights from the later script but

I used
Code:
WHERE Items_LootData.Name IN (select Name from dbo.Items_Attachments where FNAME like '%IS')
if it throws an error "The multi-part identifier "dbo.Items_LootData.Name" could not be bound." I have no Idea why ... :/
You forget some of the iron sight (like ak74m becaues the name is Iron AK74M)
 
oh sorry bud didn't know of this error

itemdb.xml that I use

I am running everything of the same machine :/



I removed the iron sights from the later script but

I used
Code:
WHERE Items_LootData.Name IN (select Name from WarZ.dbo.Items_Attachments where FNAME like '%IS')
if it throws an error "The multi-part identifier "dbo.Items_LootData.Name" could not be bound." I have no Idea why ... :/

Edit fixed the query it should work now try it with select first though

You have something to Instant chat via ? (Not going to ask to much just wanted a few things confirmed) If so PM me it. thanks :)
 
Am I right in thinking the only steps to take are update the sql and copy the Items.xml to the weapons folder as everything i try i end up with the same loot box empty errors :(

Server Log

Code:
000000.009| r3dFS: there is no volume file wo_00.bin000000.009| Connecting to master server at :34000
000000.009|  r3dNetwork: Creating client
000000.136|   IP: 
000000.136|  r3dNetwork: connecting to :34000
000000.137|  waiting: connecting, 10.0 sec left
000000.168|  r3dNetwork: external ip: :51837
000000.168| Game: Initializing with 32 players
000000.168|  Server time is Sun Jun 05 22:00:00 2022
000000.168|  CAsyncApiMgr starting
000000.168| Starting server on port 34010
000000.168| r3dNetwork: Creating host at port 34010
000000.293|  IP: 
000000.308| *** OVERRIDING API TO LA-GAME2
000000.308| Getting shop data
000000.320| Reading game rewards
000000.323| Loading armory config
000000.326| Reading loot boxes
000001.383| Starting game server
000001.383| SetHomeDir: Levels\WZ_Colorado
000002.408| TERRAIN:  LOADING Levels\WZ_Colorado\TERRAIN
000002.415| TERRAIN2: Finished reading script file
000003.069| TERRAIN:  LOADED
000004.888| Loading 'Levels\WZ_Colorado\collections\collections.xml'
000005.750| NavMesh.Load...
000005.795| AutodeskNav: Failed to connect to navigation lab
000005.797| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301125 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| obj_ZombieSpawn 064D3F00, 21 zombies in 80 meters, delay 2, r:5.0-10.0
000005.799|  2390/2916 valid navpoints for 21 zombies at 7027.283203 41.681400 7570.328125
000005.799| obj_ZombieSpawn 064D4288, 7 zombies in 74 meters, delay 14, r:2.0-6.0
000005.800|  1329/2500 valid navpoints for 7 zombies at 6822.560547 47.196301 7688.421875
000005.800| obj_ZombieSpawn 064D4610, 9 zombies in 59 meters, delay 15, r:1.0-3.0
000005.801|  996/1600 valid navpoints for 9 zombies at 7048.842773 41.176102 6931.511719
000005.801| obj_ZombieSpawn 064D4998, 9 zombies in 56 meters, delay 14, r:1.0-3.0
000005.803|  816/1444 valid navpoints for 9 zombies at 7121.416016 43.239201 6640.433594
000005.803| obj_ZombieSpawn 064D4D20, 18 zombies in 86 meters, delay 11, r:1.0-3.0
000005.805|  2971/3364 valid navpoints for 18 zombies at 7339.982422 45.464199 6698.238281
000005.805| obj_ZombieSpawn 064D50A8, 6 zombies in 41 meters, delay 10, r:1.0-3.0
000005.806|  409/784 valid navpoints for 6 zombies at 7467.263672 65.791397 6458.986328
000005.806| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.806| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.806| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.806| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.806| obj_ZombieSpawn 064D5B40, 36 zombies in 146 meters, delay 7, r:4.0-7.0
000005.815|  8256/9604 valid navpoints for 36 zombies at 6503.530273 82.246002 4945.342285
000005.819| obj_ZombieSpawn 064D5EC8, 5 zombies in 47 meters, delay 7, r:1.0-3.0
000005.820|  688/1024 valid navpoints for 5 zombies at 7362.551270 47.728802 5996.903320
000005.820| obj_ZombieSpawn 064D6250, 68 zombies in 189 meters, delay 7, r:6.0-11.0
000005.827|  8564/15876 valid navpoints for 68 zombies at 6623.000000 46.722099 5828.222168
000005.827| obj_ZombieSpawn 064D65D8, 15 zombies in 86 meters, delay 11, r:5.0-8.0
000005.829|  2847/3364 valid navpoints for 15 zombies at 6613.503906 80.574699 4635.477051
000005.829| obj_ZombieSpawn 064D6960, 18 zombies in 74 meters, delay 15, r:4.0-7.0
000005.830|  2099/2500 valid navpoints for 18 zombies at 6454.334473 80.574699 4750.238281
000005.831| obj_ZombieSpawn 064D6CE8, 29 zombies in 106 meters, delay 9, r:5.0-8.0
000005.834|  3438/5041 valid navpoints for 29 zombies at 6826.323242 80.647301 4952.199219
000005.834| obj_ZombieSpawn 06525448, 52 zombies in 117 meters, delay 10, r:5.0-8.0
000005.839|  4523/6084 valid navpoints for 52 zombies at 6767.212891 80.647102 4768.624512
000005.839| obj_ZombieSpawn 065257D0, 13 zombies in 82 meters, delay 12, r:4.0-6.0
000005.841|  2435/3025 valid navpoints for 13 zombies at 6781.884277 81.085197 4599.773926
000005.841| obj_ZombieSpawn 06525B58, 4 zombies in 42 meters, delay 31, r:1.0-3.0
000005.842|  433/841 valid navpoints for 4 zombies at 6761.224609 94.871300 6933.575684
000005.842| obj_ZombieSpawn 06525EE0, 10 zombies in 57 meters, delay 10, r:4.0-7.0
000005.843|  942/1521 valid navpoints for 10 zombies at 5604.481445 62.961102 5081.078613
000005.843| obj_ZombieSpawn 06526268, 36 zombies in 124 meters, delay 12, r:5.0-10.0
000005.846|  2730/6889 valid navpoints for 36 zombies at 5490.765137 62.986900 5624.021484
000005.846| obj_ZombieSpawn 065265F0, 11 zombies in 39 meters, delay 15, r:1.0-3.0
000005.846|  523/729 valid navpoints for 11 zombies at 5276.713379 76.737801 5930.480469
000005.846| obj_ZombieSpawn 06526978, 7 zombies in 48 meters, delay 14, r:1.0-3.0
000005.847|  522/1089 valid navpoints for 7 zombies at 5022.716797 76.949501 5426.489746
000005.847| obj_ZombieSpawn 06526D00, 6 zombies in 50 meters, delay 12, r:1.0-3.0
000005.847|  314/1156 valid navpoints for 6 zombies at 6828.210449 60.135201 6392.348145
000005.847| LootBox: !!!! Failed to get lootbox with ID: 301121. Server/Client desync??
000005.847| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.847| obj_ZombieSpawn 06527410, 2 zombies in 21 meters, delay 60, r:7.0-10.0
000005.847|  148/196 valid navpoints for 2 zombies at 6962.414551 58.078400 6231.343750
000005.847| obj_ZombieSpawn 06527798, 3 zombies in 19 meters, delay 15, r:6.0-10.0
000005.848|  125/169 valid navpoints for 3 zombies at 7079.551270 48.244202 6390.553711
000005.848| LootBox: !!!! m_LootBoxID 301126 does NOT have items inside
000005.848| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.848| obj_ZombieSpawn 06527EA8, 4 zombies in 10 meters, delay 15, r:1.0-3.0
000005.848|  36/49 valid navpoints for 4 zombies at 6780.355469 166.432297 2659.984619
000005.848| obj_ZombieSpawn 06528230, 12 zombies in 70 meters, delay 7, r:6.0-10.0
000005.849|  1227/2209 valid navpoints for 12 zombies at 5131.212891 45.214401 4549.283691
000005.850| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301137 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| obj_ZombieSpawn 06536EE0, 18 zombies in 56 meters, delay 12, r:4.0-8.0
000005.851|  1134/1444 valid navpoints for 18 zombies at 6770.163086 166.432297 2643.587402
000005.851| obj_ZombieSpawn 06537268, 21 zombies in 97 meters, delay 15, r:5.0-8.0
000005.854|  2838/4225 valid navpoints for 21 zombies at 6738.304688 143.156998 2222.806885
000005.854| obj_ZombieSpawn 065375F0, 11 zombies in 65 meters, delay 15, r:3.0-7.0
000005.855|  1250/1936 valid navpoints for 11 zombies at 6683.211426 158.777802 2086.952881
000005.855| obj_ZombieSpawn 06537978, 4 zombies in 30 meters, delay 15, r:5.0-9.0
000005.856|  387/441 valid navpoints for 4 zombies at 7139.685059 136.893997 2687.517334
000005.856| obj_ZombieSpawn 06537D00, 16 zombies in 82 meters, delay 15, r:5.0-8.0
000005.857|  1559/3025 valid navpoints for 16 zombies at 6913.674805 110.003998 2989.715088
000005.857| obj_ZombieSpawn 06538088, 18 zombies in 88 meters, delay 15, r:4.0-8.0
000005.859|  2565/3481 valid navpoints for 18 zombies at 6812.065918 109.523697 3110.451416
000005.859| obj_ZombieSpawn 06538410, 12 zombies in 16 meters, delay 10, r:4.0-8.0
000005.859|  102/121 valid navpoints for 12 zombies at 6007.796387 120.910202 4060.982178
000005.859| LootBox: !!!! m_LootBoxID 301137 does NOT have items inside
000005.859| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.859| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.859| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.859| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.859| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.859| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.859| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: 0653A510 with ItemID 101267, tick: 60
000005.863| LootBox: 0653A898 with ItemID 400140, tick: 60
000005.863| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.864| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.864| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.864| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.864| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.864| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.864| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.864| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| obj_ZombieSpawn 06573630, 20 zombies in 103 meters, delay 9, r:4.0-7.0
000005.866|  3492/4761 valid navpoints for 20 zombies at 5452.645020 73.267197 3185.030029
000005.866| obj_ZombieSpawn 065739B8, 12 zombies in 48 meters, delay 9, r:5.0-8.0
000005.867|  863/1089 valid navpoints for 12 zombies at 5641.152344 115.955002 3744.262451
000005.867| obj_ZombieSpawn 06573D40, 11 zombies in 63 meters, delay 9, r:5.0-8.0
000005.868|  1130/1849 valid navpoints for 11 zombies at 5694.505859 74.581596 4391.667969
000005.868| obj_ZombieSpawn 065740C8, 20 zombies in 71 meters, delay 15, r:5.0-8.0
000005.869|  1881/2304 valid navpoints for 20 zombies at 4521.919922 70.066597 3429.760498
000005.869| obj_ZombieSpawn 06574450, 8 zombies in 30 meters, delay 15, r:5.0-8.0
000005.870|  309/441 valid navpoints for 8 zombies at 5329.263184 198.451904 1169.214233
000005.870| obj_ZombieSpawn 065747D8, 19 zombies in 66 meters, delay 15, r:5.0-9.0
000005.871|  1550/2025 valid navpoints for 19 zombies at 3906.631592 93.742104 2538.714600
000005.871| obj_ZombieSpawn 06574B60, 20 zombies in 76 meters, delay 27, r:5.0-8.0
000005.872|  1028/2601 valid navpoints for 20 zombies at 3310.743896 121.328598 2173.674316
000005.872| obj_ZombieSpawn 06574EE8, 16 zombies in 97 meters, delay 15, r:5.0-8.0
000005.874|  3219/4225 valid navpoints for 16 zombies at 3187.057861 85.215302 3011.320557
000005.874| obj_ZombieSpawn 06575270, 20 zombies in 118 meters, delay 29, r:6.0-12.0
000005.877|  1238/6241 valid navpoints for 20 zombies at 2905.147461 116.813797 2621.979492
000005.877| obj_ZombieSpawn 065755F8, 26 zombies in 153 meters, delay 9, r:5.0-10.0
000005.883|  8737/10609 valid navpoints for 26 zombies at 2019.378174 121.778397 2367.750732
000005.883| obj_ZombieSpawn 06575980, 11 zombies in 48 meters, delay 10, r:5.0-8.0
000005.883|  897/1089 valid navpoints for 11 zombies at 2359.853027 121.372902 2687.260498
000005.883| obj_ZombieSpawn 06575D08, 41 zombies in 100 meters, delay 6, r:5.0-8.0
000005.886|  3638/4489 valid navpoints for 41 zombies at 4332.252930 44.224800 3997.052246
000005.886| obj_ZombieSpawn 06576090, 10 zombies in 53 meters, delay 15, r:4.0-8.0
000005.887|  955/1296 valid navpoints for 10 zombies at 7803.510254 154.169601 6753.606445
000005.887| obj_ZombieSpawn 06576418, 3 zombies in 28 meters, delay 12, r:5.0-10.0
000005.887|  186/361 valid navpoints for 3 zombies at 6516.804688 128.848404 6840.350098
000005.887| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.887| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.887| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.887| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.887| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.887| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.887| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.887| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.888| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.888| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.892| obj_ZombieSpawn 065D3888, 8 zombies in 30 meters, delay 41, r:5.0-10.0
000005.892|  235/400 valid navpoints for 8 zombies at 3496.099121 56.495300 4266.454590
000005.892| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.892| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.892| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.892| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.892| obj_ZombieSpawn 065D4320, 30 zombies in 157 meters, delay 39, r:5.0-10.0
000005.906|  5564/11025 valid navpoints for 30 zombies at 1900.478760 112.285896 3663.442871
000005.906| obj_ZombieSpawn 065D46A8, 6 zombies in 79 meters, delay 40, r:5.0-10.0
000005.908|  1542/2809 valid navpoints for 6 zombies at 2311.441650 105.567200 3732.877197
000005.908| obj_ZombieSpawn 065D4A30, 24 zombies in 79 meters, delay 30, r:5.0-10.0
000005.909|  1364/2809 valid navpoints for 24 zombies at 2013.742310 208.005600 4265.530273
000005.909| obj_ZombieSpawn 065D4DB8, 40 zombies in 149 meters, delay 31, r:5.0-10.0
000005.914|  7295/10000 valid navpoints for 40 zombies at 2208.867920 46.812801 5477.127441
000005.914| obj_ZombieSpawn 065D5140, 6 zombies in 31 meters, delay 44, r:5.0-10.0
000005.915|  316/441 valid navpoints for 6 zombies at 2739.296631 209.115295 6114.636230
000005.915| obj_ZombieSpawn 065D54C8, 4 zombies in 25 meters, delay 60, r:5.0-10.0
000005.915|  190/289 valid navpoints for 4 zombies at 2660.573975 216.274506 6121.770508
000005.915| obj_ZombieSpawn 065D5850, 23 zombies in 103 meters, delay 35, r:5.0-10.0
000005.917|  3542/4761 valid navpoints for 23 zombies at 3790.111328 154.792801 5664.620117
000005.917| obj_ZombieSpawn 065D9AD8, 5 zombies in 25 meters, delay 37, r:5.0-10.0
000005.918|  182/289 valid navpoints for 5 zombies at 4428.648438 171.483307 5864.064941
000005.918| obj_ZombieSpawn 065D9E60, 4 zombies in 44 meters, delay 30, r:5.0-10.0
000005.918|  427/900 valid navpoints for 4 zombies at 4793.482422 185.199707 6092.416016
000005.918| obj_ZombieSpawn 065DA1E8, 2 zombies in 41 meters, delay 30, r:5.0-10.0
000005.918|  0/784 valid navpoints for 2 zombies at 4760.443848 123.940697 4972.304199
000005.918| obj_ZombieSpawn 065DA570, 6 zombies in 30 meters, delay 15, r:5.0-10.0
000005.918|  94/441 valid navpoints for 6 zombies at 2461.657959 49.999599 5342.104980
000005.918| obj_ZombieSpawn 065DA8F8, 15 zombies in 68 meters, delay 41, r:5.0-10.0
000005.920|  1533/2116 valid navpoints for 15 zombies at 2705.899658 99.277100 3773.683838
000005.920| obj_ZombieSpawn 065DAC80, 10 zombies in 25 meters, delay 31, r:5.0-10.0
000005.920|  245/289 valid navpoints for 10 zombies at 4111.547363 43.881901 3988.987549
000005.920| obj_ZombieSpawn 065DB008, 10 zombies in 37 meters, delay 40, r:5.0-10.0
000005.921|  347/625 valid navpoints for 10 zombies at 4007.485107 40.362801 4172.743652
000005.921| obj_ZombieSpawn 065DB390, 8 zombies in 21 meters, delay 32, r:5.0-10.0
000005.921|  156/196 valid navpoints for 8 zombies at 3872.878906 44.422600 4078.604736
000005.921| obj_ZombieSpawn 065DB718, 12 zombies in 30 meters, delay 35, r:1.0-3.0
000005.922|  342/441 valid navpoints for 12 zombies at 3828.653564 43.863899 3928.650146
000005.955| obj_ZombieSpawn 065DBAA0, 10 zombies in 30 meters, delay 41, r:5.0-10.0
000005.955|  385/441 valid navpoints for 10 zombies at 4304.875977 44.370499 3909.861572
000007.630| server main loop started
000007.630| net_mapLoaded_LastNetID: 300
000007.641| time: 7, plrs:0/32, net_lastFreeId: 300, objects: 1241, async:0 0 0 0 
000007.664| Job CJobGetServerNotes 037B5C60: Creating 0 Notes
 
Last edited:
Well thanks,
I think it work (No error in logss).

The only thing i don't understand , i can't use updateDB and i have error when i try to use php files.
But there's loot on map...mind blown.
 
Well thanks,
I think it work (No error in logss).

The only thing i don't understand , i can't use updateDB and i have error when i try to use php files.
But there's loot on map...mind blown.

The updatedb button uses php files to write what is in the database to itemsdb.xml

so that is why it doesn't work .. I acctually dont remember where you set up the connection for the server to the database .. but if I remember correctly it was hardcoded .. but I dont remember ... but good that it worked for you :)
 
The updatedb button uses php files to write what is in the database to itemsdb.xml

so that is why it doesn't work .. I acctually dont remember where you set up the connection for the server to the database .. but if I remember correctly it was hardcoded .. but I dont remember ... but good that it worked for you :)

Yea i changed in the studio but still don't work.
Anyway thanks , now i have to change every loots (the zombie who drop Saiga and M107 lol)
 
Am I right in thinking the only steps to take are update the sql and copy the Items.xml to the weapons folder as everything i try i end up with the same loot box empty errors :(

Server Log

Code:
000000.009| r3dFS: there is no volume file wo_00.bin000000.009| Connecting to master server at :34000
000000.009|  r3dNetwork: Creating client
000000.136|   IP: 
000000.136|  r3dNetwork: connecting to :34000
000000.137|  waiting: connecting, 10.0 sec left
000000.168|  r3dNetwork: external ip: :51837
000000.168| Game: Initializing with 32 players
000000.168|  Server time is Sun Jun 05 22:00:00 2022
000000.168|  CAsyncApiMgr starting
000000.168| Starting server on port 34010
000000.168| r3dNetwork: Creating host at port 34010
000000.293|  IP: 
000000.308| *** OVERRIDING API TO LA-GAME2
000000.308| Getting shop data
000000.320| Reading game rewards
000000.323| Loading armory config
000000.326| Reading loot boxes
000001.383| Starting game server
000001.383| SetHomeDir: Levels\WZ_Colorado
000002.408| TERRAIN:  LOADING Levels\WZ_Colorado\TERRAIN
000002.415| TERRAIN2: Finished reading script file
000003.069| TERRAIN:  LOADED
000004.888| Loading 'Levels\WZ_Colorado\collections\collections.xml'
000005.750| NavMesh.Load...
000005.795| AutodeskNav: Failed to connect to navigation lab
000005.797| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301125 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.797| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.797| obj_ZombieSpawn 064D3F00, 21 zombies in 80 meters, delay 2, r:5.0-10.0
000005.799|  2390/2916 valid navpoints for 21 zombies at 7027.283203 41.681400 7570.328125
000005.799| obj_ZombieSpawn 064D4288, 7 zombies in 74 meters, delay 14, r:2.0-6.0
000005.800|  1329/2500 valid navpoints for 7 zombies at 6822.560547 47.196301 7688.421875
000005.800| obj_ZombieSpawn 064D4610, 9 zombies in 59 meters, delay 15, r:1.0-3.0
000005.801|  996/1600 valid navpoints for 9 zombies at 7048.842773 41.176102 6931.511719
000005.801| obj_ZombieSpawn 064D4998, 9 zombies in 56 meters, delay 14, r:1.0-3.0
000005.803|  816/1444 valid navpoints for 9 zombies at 7121.416016 43.239201 6640.433594
000005.803| obj_ZombieSpawn 064D4D20, 18 zombies in 86 meters, delay 11, r:1.0-3.0
000005.805|  2971/3364 valid navpoints for 18 zombies at 7339.982422 45.464199 6698.238281
000005.805| obj_ZombieSpawn 064D50A8, 6 zombies in 41 meters, delay 10, r:1.0-3.0
000005.806|  409/784 valid navpoints for 6 zombies at 7467.263672 65.791397 6458.986328
000005.806| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.806| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.806| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.806| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.806| obj_ZombieSpawn 064D5B40, 36 zombies in 146 meters, delay 7, r:4.0-7.0
000005.815|  8256/9604 valid navpoints for 36 zombies at 6503.530273 82.246002 4945.342285
000005.819| obj_ZombieSpawn 064D5EC8, 5 zombies in 47 meters, delay 7, r:1.0-3.0
000005.820|  688/1024 valid navpoints for 5 zombies at 7362.551270 47.728802 5996.903320
000005.820| obj_ZombieSpawn 064D6250, 68 zombies in 189 meters, delay 7, r:6.0-11.0
000005.827|  8564/15876 valid navpoints for 68 zombies at 6623.000000 46.722099 5828.222168
000005.827| obj_ZombieSpawn 064D65D8, 15 zombies in 86 meters, delay 11, r:5.0-8.0
000005.829|  2847/3364 valid navpoints for 15 zombies at 6613.503906 80.574699 4635.477051
000005.829| obj_ZombieSpawn 064D6960, 18 zombies in 74 meters, delay 15, r:4.0-7.0
000005.830|  2099/2500 valid navpoints for 18 zombies at 6454.334473 80.574699 4750.238281
000005.831| obj_ZombieSpawn 064D6CE8, 29 zombies in 106 meters, delay 9, r:5.0-8.0
000005.834|  3438/5041 valid navpoints for 29 zombies at 6826.323242 80.647301 4952.199219
000005.834| obj_ZombieSpawn 06525448, 52 zombies in 117 meters, delay 10, r:5.0-8.0
000005.839|  4523/6084 valid navpoints for 52 zombies at 6767.212891 80.647102 4768.624512
000005.839| obj_ZombieSpawn 065257D0, 13 zombies in 82 meters, delay 12, r:4.0-6.0
000005.841|  2435/3025 valid navpoints for 13 zombies at 6781.884277 81.085197 4599.773926
000005.841| obj_ZombieSpawn 06525B58, 4 zombies in 42 meters, delay 31, r:1.0-3.0
000005.842|  433/841 valid navpoints for 4 zombies at 6761.224609 94.871300 6933.575684
000005.842| obj_ZombieSpawn 06525EE0, 10 zombies in 57 meters, delay 10, r:4.0-7.0
000005.843|  942/1521 valid navpoints for 10 zombies at 5604.481445 62.961102 5081.078613
000005.843| obj_ZombieSpawn 06526268, 36 zombies in 124 meters, delay 12, r:5.0-10.0
000005.846|  2730/6889 valid navpoints for 36 zombies at 5490.765137 62.986900 5624.021484
000005.846| obj_ZombieSpawn 065265F0, 11 zombies in 39 meters, delay 15, r:1.0-3.0
000005.846|  523/729 valid navpoints for 11 zombies at 5276.713379 76.737801 5930.480469
000005.846| obj_ZombieSpawn 06526978, 7 zombies in 48 meters, delay 14, r:1.0-3.0
000005.847|  522/1089 valid navpoints for 7 zombies at 5022.716797 76.949501 5426.489746
000005.847| obj_ZombieSpawn 06526D00, 6 zombies in 50 meters, delay 12, r:1.0-3.0
000005.847|  314/1156 valid navpoints for 6 zombies at 6828.210449 60.135201 6392.348145
000005.847| LootBox: !!!! Failed to get lootbox with ID: 301121. Server/Client desync??
000005.847| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.847| obj_ZombieSpawn 06527410, 2 zombies in 21 meters, delay 60, r:7.0-10.0
000005.847|  148/196 valid navpoints for 2 zombies at 6962.414551 58.078400 6231.343750
000005.847| obj_ZombieSpawn 06527798, 3 zombies in 19 meters, delay 15, r:6.0-10.0
000005.848|  125/169 valid navpoints for 3 zombies at 7079.551270 48.244202 6390.553711
000005.848| LootBox: !!!! m_LootBoxID 301126 does NOT have items inside
000005.848| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.848| obj_ZombieSpawn 06527EA8, 4 zombies in 10 meters, delay 15, r:1.0-3.0
000005.848|  36/49 valid navpoints for 4 zombies at 6780.355469 166.432297 2659.984619
000005.848| obj_ZombieSpawn 06528230, 12 zombies in 70 meters, delay 7, r:6.0-10.0
000005.849|  1227/2209 valid navpoints for 12 zombies at 5131.212891 45.214401 4549.283691
000005.850| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301137 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.850| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.850| obj_ZombieSpawn 06536EE0, 18 zombies in 56 meters, delay 12, r:4.0-8.0
000005.851|  1134/1444 valid navpoints for 18 zombies at 6770.163086 166.432297 2643.587402
000005.851| obj_ZombieSpawn 06537268, 21 zombies in 97 meters, delay 15, r:5.0-8.0
000005.854|  2838/4225 valid navpoints for 21 zombies at 6738.304688 143.156998 2222.806885
000005.854| obj_ZombieSpawn 065375F0, 11 zombies in 65 meters, delay 15, r:3.0-7.0
000005.855|  1250/1936 valid navpoints for 11 zombies at 6683.211426 158.777802 2086.952881
000005.855| obj_ZombieSpawn 06537978, 4 zombies in 30 meters, delay 15, r:5.0-9.0
000005.856|  387/441 valid navpoints for 4 zombies at 7139.685059 136.893997 2687.517334
000005.856| obj_ZombieSpawn 06537D00, 16 zombies in 82 meters, delay 15, r:5.0-8.0
000005.857|  1559/3025 valid navpoints for 16 zombies at 6913.674805 110.003998 2989.715088
000005.857| obj_ZombieSpawn 06538088, 18 zombies in 88 meters, delay 15, r:4.0-8.0
000005.859|  2565/3481 valid navpoints for 18 zombies at 6812.065918 109.523697 3110.451416
000005.859| obj_ZombieSpawn 06538410, 12 zombies in 16 meters, delay 10, r:4.0-8.0
000005.859|  102/121 valid navpoints for 12 zombies at 6007.796387 120.910202 4060.982178
000005.859| LootBox: !!!! m_LootBoxID 301137 does NOT have items inside
000005.859| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.859| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.859| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.859| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.859| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.859| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.859| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: 0653A510 with ItemID 101267, tick: 60
000005.863| LootBox: 0653A898 with ItemID 400140, tick: 60
000005.863| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.863| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.863| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.864| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.864| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.864| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.864| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.864| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.864| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.864| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.864| obj_ZombieSpawn 06573630, 20 zombies in 103 meters, delay 9, r:4.0-7.0
000005.866|  3492/4761 valid navpoints for 20 zombies at 5452.645020 73.267197 3185.030029
000005.866| obj_ZombieSpawn 065739B8, 12 zombies in 48 meters, delay 9, r:5.0-8.0
000005.867|  863/1089 valid navpoints for 12 zombies at 5641.152344 115.955002 3744.262451
000005.867| obj_ZombieSpawn 06573D40, 11 zombies in 63 meters, delay 9, r:5.0-8.0
000005.868|  1130/1849 valid navpoints for 11 zombies at 5694.505859 74.581596 4391.667969
000005.868| obj_ZombieSpawn 065740C8, 20 zombies in 71 meters, delay 15, r:5.0-8.0
000005.869|  1881/2304 valid navpoints for 20 zombies at 4521.919922 70.066597 3429.760498
000005.869| obj_ZombieSpawn 06574450, 8 zombies in 30 meters, delay 15, r:5.0-8.0
000005.870|  309/441 valid navpoints for 8 zombies at 5329.263184 198.451904 1169.214233
000005.870| obj_ZombieSpawn 065747D8, 19 zombies in 66 meters, delay 15, r:5.0-9.0
000005.871|  1550/2025 valid navpoints for 19 zombies at 3906.631592 93.742104 2538.714600
000005.871| obj_ZombieSpawn 06574B60, 20 zombies in 76 meters, delay 27, r:5.0-8.0
000005.872|  1028/2601 valid navpoints for 20 zombies at 3310.743896 121.328598 2173.674316
000005.872| obj_ZombieSpawn 06574EE8, 16 zombies in 97 meters, delay 15, r:5.0-8.0
000005.874|  3219/4225 valid navpoints for 16 zombies at 3187.057861 85.215302 3011.320557
000005.874| obj_ZombieSpawn 06575270, 20 zombies in 118 meters, delay 29, r:6.0-12.0
000005.877|  1238/6241 valid navpoints for 20 zombies at 2905.147461 116.813797 2621.979492
000005.877| obj_ZombieSpawn 065755F8, 26 zombies in 153 meters, delay 9, r:5.0-10.0
000005.883|  8737/10609 valid navpoints for 26 zombies at 2019.378174 121.778397 2367.750732
000005.883| obj_ZombieSpawn 06575980, 11 zombies in 48 meters, delay 10, r:5.0-8.0
000005.883|  897/1089 valid navpoints for 11 zombies at 2359.853027 121.372902 2687.260498
000005.883| obj_ZombieSpawn 06575D08, 41 zombies in 100 meters, delay 6, r:5.0-8.0
000005.886|  3638/4489 valid navpoints for 41 zombies at 4332.252930 44.224800 3997.052246
000005.886| obj_ZombieSpawn 06576090, 10 zombies in 53 meters, delay 15, r:4.0-8.0
000005.887|  955/1296 valid navpoints for 10 zombies at 7803.510254 154.169601 6753.606445
000005.887| obj_ZombieSpawn 06576418, 3 zombies in 28 meters, delay 12, r:5.0-10.0
000005.887|  186/361 valid navpoints for 3 zombies at 6516.804688 128.848404 6840.350098
000005.887| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.887| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.887| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.887| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.887| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.887| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.887| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.887| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.888| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.888| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301133 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301134 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301135 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.891| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.891| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.892| obj_ZombieSpawn 065D3888, 8 zombies in 30 meters, delay 41, r:5.0-10.0
000005.892|  235/400 valid navpoints for 8 zombies at 3496.099121 56.495300 4266.454590
000005.892| LootBox: !!!! m_LootBoxID 301132 does NOT have items inside
000005.892| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.892| LootBox: !!!! m_LootBoxID 301130 does NOT have items inside
000005.892| !!! OnCreate failed for obj=obj_ItemSpawnPoint, filename=data/objectsdepot/capture_points/flag_pole_01.sco
000005.892| obj_ZombieSpawn 065D4320, 30 zombies in 157 meters, delay 39, r:5.0-10.0
000005.906|  5564/11025 valid navpoints for 30 zombies at 1900.478760 112.285896 3663.442871
000005.906| obj_ZombieSpawn 065D46A8, 6 zombies in 79 meters, delay 40, r:5.0-10.0
000005.908|  1542/2809 valid navpoints for 6 zombies at 2311.441650 105.567200 3732.877197
000005.908| obj_ZombieSpawn 065D4A30, 24 zombies in 79 meters, delay 30, r:5.0-10.0
000005.909|  1364/2809 valid navpoints for 24 zombies at 2013.742310 208.005600 4265.530273
000005.909| obj_ZombieSpawn 065D4DB8, 40 zombies in 149 meters, delay 31, r:5.0-10.0
000005.914|  7295/10000 valid navpoints for 40 zombies at 2208.867920 46.812801 5477.127441
000005.914| obj_ZombieSpawn 065D5140, 6 zombies in 31 meters, delay 44, r:5.0-10.0
000005.915|  316/441 valid navpoints for 6 zombies at 2739.296631 209.115295 6114.636230
000005.915| obj_ZombieSpawn 065D54C8, 4 zombies in 25 meters, delay 60, r:5.0-10.0
000005.915|  190/289 valid navpoints for 4 zombies at 2660.573975 216.274506 6121.770508
000005.915| obj_ZombieSpawn 065D5850, 23 zombies in 103 meters, delay 35, r:5.0-10.0
000005.917|  3542/4761 valid navpoints for 23 zombies at 3790.111328 154.792801 5664.620117
000005.917| obj_ZombieSpawn 065D9AD8, 5 zombies in 25 meters, delay 37, r:5.0-10.0
000005.918|  182/289 valid navpoints for 5 zombies at 4428.648438 171.483307 5864.064941
000005.918| obj_ZombieSpawn 065D9E60, 4 zombies in 44 meters, delay 30, r:5.0-10.0
000005.918|  427/900 valid navpoints for 4 zombies at 4793.482422 185.199707 6092.416016
000005.918| obj_ZombieSpawn 065DA1E8, 2 zombies in 41 meters, delay 30, r:5.0-10.0
000005.918|  0/784 valid navpoints for 2 zombies at 4760.443848 123.940697 4972.304199
000005.918| obj_ZombieSpawn 065DA570, 6 zombies in 30 meters, delay 15, r:5.0-10.0
000005.918|  94/441 valid navpoints for 6 zombies at 2461.657959 49.999599 5342.104980
000005.918| obj_ZombieSpawn 065DA8F8, 15 zombies in 68 meters, delay 41, r:5.0-10.0
000005.920|  1533/2116 valid navpoints for 15 zombies at 2705.899658 99.277100 3773.683838
000005.920| obj_ZombieSpawn 065DAC80, 10 zombies in 25 meters, delay 31, r:5.0-10.0
000005.920|  245/289 valid navpoints for 10 zombies at 4111.547363 43.881901 3988.987549
000005.920| obj_ZombieSpawn 065DB008, 10 zombies in 37 meters, delay 40, r:5.0-10.0
000005.921|  347/625 valid navpoints for 10 zombies at 4007.485107 40.362801 4172.743652
000005.921| obj_ZombieSpawn 065DB390, 8 zombies in 21 meters, delay 32, r:5.0-10.0
000005.921|  156/196 valid navpoints for 8 zombies at 3872.878906 44.422600 4078.604736
000005.921| obj_ZombieSpawn 065DB718, 12 zombies in 30 meters, delay 35, r:1.0-3.0
000005.922|  342/441 valid navpoints for 12 zombies at 3828.653564 43.863899 3928.650146
000005.955| obj_ZombieSpawn 065DBAA0, 10 zombies in 30 meters, delay 41, r:5.0-10.0
000005.955|  385/441 valid navpoints for 10 zombies at 4304.875977 44.370499 3909.861572
000007.630| server main loop started
000007.630| net_mapLoaded_LastNetID: 300
000007.641| time: 7, plrs:0/32, net_lastFreeId: 300, objects: 1241, async:0 0 0 0 
000007.664| Job CJobGetServerNotes 037B5C60: Creating 0 Notes
This is due to the server not being able to connect to the database. I cant help you any more right now .. check http://forum.ragezone.com/f791/fixing-warz-loot-spawns-924536/ for answers. If you cant find your answer there post again and I will try to fix this tonight.
 
Status
Not open for further replies.
Back