Welcome!

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

Join Today!

No Loot is Spawning

Newbie Spellweaver
Joined
May 14, 2020
Messages
18
Reaction score
0
Hey,

All of the Server (Untouched Source V3) is setting up and works well.
But i have no Loot?
I can add me Weapons etc. but no loot?
Which Logs are helpful to help me?

000005.302| LootBox: !!!! m_LootBoxID 301158 does NOT have items inside000005.302| LootBox: 0AD8A428 with ItemID 301158, 0 items, tick: 60000005.302| meshName '' is too small in LoadPhysicsConfig000005.302| !!! OnCreate failed for obj=obj_NoClipBox, filename=000005.302| obj_ZombieSpawn 0AD81E10, 1 zombies in 21 meters, delay 7200, r:4.0-5.0000005.302| 166/196 valid navpoints for 1 zombies at 7952.920410 71.073196 5994.270020000005.302| LootBox: !!!! m_LootBoxID 301158 does NOT have items inside000005.302| LootBox: 0AD8A810 with ItemID 301158, 0 items, tick: 60000005.302| LootBox: !!!! m_LootBoxID 301158 does NOT have items inside000005.302| LootBox: 0AD8ABF8 with ItemID 301158, 0 items, tick: 60000005.302| LootBox: !!!! m_LootBoxID 301158 does NOT have items inside000005.302| LootBox: 0AD8AFE0 with ItemID 301158, 0 items, tick: 60

in the "logss"
but in the DB in the table LootData is the data
 
Last edited:
Newbie Spellweaver
Joined
May 14, 2020
Messages
18
Reaction score
0
5.3 and i tryed the fix but dont work

the lootbox id 301158 is still there in the db
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
May 27, 2018
Messages
46
Reaction score
10
check Items_Generic fot this lootbox and open IIS and find PHP Manager and check too
 
Upvote 0
Newbie Spellweaver
Joined
May 14, 2020
Messages
18
Reaction score
0
items_Generic has the same id in it with the category id 7 .. where i must click in the PHP Manager to check it?
 
Upvote 0
Joined
Apr 2, 2013
Messages
1,098
Reaction score
4,554
1) In server check if "api_GetLootBoxConfig.php" patch was set correctly and check "api_ip" of this request if it was set with your server's ip correctly.
2) In database check if have the lootboxid and data in tables "Items_Generic", "Items_LootData" and "Items_LootSrvModifiers".
3) In "bin\Data\Weapons" check if have the lootboxid in "itemdb.xml".
4) In IIS check if "api_GetLootBoxConfig.php" is working.
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
May 14, 2020
Messages
18
Reaction score
0
4) In IIS check if "api_GetLootBoxConfig.php" is working

How can i check this in IIS?
 
Upvote 0
Joined
Apr 2, 2013
Messages
1,098
Reaction score
4,554
4) In IIS check if "api_GetLootBoxConfig.php" is working

How can i check this in IIS?

Just make a request to the url "http://127.0.0.1/WarZ/api/php/api_GetLootBoxConfig.php" and see if it shows the following message "oops" or pass the "serverkey" parameter to see if it is returning data in format XML.
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
May 14, 2020
Messages
18
Reaction score
0
Just make a request to the url "http://127.0.0.1/WarZ/api/php/api_GetLootBoxConfig.php" and see if it shows the following message "oops" or pass the "serverkey" parameter to see if it is returning data in format XML.

It says me "oops" when i go to to this site ..
Serverkey Parameter?
 
Upvote 0
Newbie Spellweaver
Joined
Sep 26, 2016
Messages
35
Reaction score
7
No! This problem is happening to me too and in Studio the small boxes of loot doesn`t appear at the Locations of any ItemSpawnPoint.
Pls help with this. Tks.


In the src of the Studio / Client is a boolean to turn the boxes off / on. If this bool is is false, no Items will spawn.
 
Upvote 0
Back
Top