Namalsk 0.741 - Map specific helicrashs empty after tent fix

leepfrog

New Member
Hi Thevisad,

it seems that the fix for tent saving on namalsk (http://opendayz.net/index.php?threads/namalsk-0-741-tents-not-saving.8605/#post-29341) did break the loot spawn on the namalsk specific heli crashs.
The RPT does not menition lootspawn at all which was definitely the case before the fix.

Excerpt from RPT before:
Code:
2013/03/28, 21:09:04 "DEBUG: Spawning HeliCrashNamalsk permaLoot on helicrash #6 [4335.2,6423.89,-0.013855]"
2013/03/28, 21:09:04 "DEBUG: Spawning HeliCrashNamalsk permaLoot on helicrash #1 [4211.03,8912.97,0.0487213]"
2013/03/28, 21:09:04 "DEBUG: Spawning HeliCrashNamalsk permaLoot on helicrash #2 [5433.45,9282.35,-0.0857544]"
2013/03/28, 21:09:04 "DEBUG: Spawning HeliCrashNamalsk permaLoot on helicrash #3 [5645.06,7973.05,0.0310974]"
2013/03/28, 21:09:04 "DEBUG: Spawning HeliCrashNamalsk permaLoot on helicrash #4 [5363.68,7161.72,-0.307434]"
2013/03/28, 21:09:04 "DEBUG: Spawning HeliCrashNamalsk permaLoot on helicrash #5 [2814.69,6391.9,-0.167877]"
2013/03/28, 21:09:04 "DEBUG: Spawning HeliCrashNamalsk permaLoot on helicrash #7 [4074.28,6458.12,-0.0597534]"
2013/03/28, 21:09:04 "DEBUG: Spawning HeliCrashNamalsk permaLoot on helicrash #8 [5496.1,5985.74,0.224236]"
2013/03/28, 21:09:04 "DEBUG: Spawning HeliCrashNamalsk permaLoot on helicrash #9 [3189.98,7507.8,5.66498]"
2013/03/28, 21:09:04 "DEBUG: Spawning a medical care package at [3061.47,8108.08]"
2013/03/28, 21:09:04 "DEBUG: Spawning a medical care package at [5556.33,8889.84]"
2013/03/28, 21:09:04 "DEBUG: Spawning a medical care package at [6284.42,9602.05]"
2013/03/28, 21:09:04 "DEBUG: Spawning a medical care package at [6802.94,10437.2]"
2013/03/28, 21:09:04 "DEBUG: Spawning a medical care package at [7625.13,9302.5]"
2013/03/28, 21:09:04 "DEBUG: Spawning a medical care package at [6427.03,9753.7]"

Same apparently goes for the medical care packages.
 
Odd, I thought the heli loot for Namalsk was a building spawn instead of a server initialization spawn like Chernarus is. Wonder why changing the Tent update method would affect it.
 
Well thevisad did not only change the tent update but from what I saw he implemented a seperate fork for the servercode, so most likeley he chose other chunks of the original namalsk server code and something in there removes the specific crashs
 
I just saw this(been sick for a bit), I will look into this issue guys. I might have accidentally left in something.
 
I looked through the code, but was unable to identify anything other the care packages that should not be in there. I removed that pacakge, but everything else appears to be properly setup. What packages were you guys building with this?
 
Ahhh, I believe I found the issue, I just submitted a push to the github and will update the auto-updater shortly with the patch.
 
Back
Top