John 540 Report post Posted December 11, 2015 Hi, Players are reporting "loot as spawned for you" except, there is no loot. Anyone experiencing this? Share this post Link to post Share on other sites
0 Kayvster 1 Report post Posted December 11, 2015 (edited) i have the same problem and the files are std what map are you using im cherno Edited December 11, 2015 by Kayvster Share this post Link to post Share on other sites
0 John 540 Report post Posted December 11, 2015 I figured it out, thanks to @Spartan The new loot compiler changes the values here - class Ranger { count = 248; half = 7982.75338080805; <<<<< old loot compiler would have this value at soemthing much much smaller. halfIndex = 124; sum = 10000; items[] = { 1 Share this post Link to post Share on other sites
0 Pyre 9 Report post Posted December 11, 2015 Can you explain what you changed to make it work please John? Share this post Link to post Share on other sites
0 Kayvster 1 Report post Posted December 12, 2015 yes more details please Share this post Link to post Share on other sites
0 John 540 Report post Posted December 12, 2015 The new loot compiler makes this number shown below a much much higher value than the old compiler. The way EXILE pulls items utilizes this number, so your cold loot tables might have a small number which will equal a very very tiny chance for loot to actually spawn. Just compile a new loot table using the new compiler in the download section. NEW class Ranger { count = 248; half = 7982.75338080805; <<<<< old loot compiler would have this value at soemthing much much smaller. halfIndex = 124; sum = 10000; items[] = { OLD class Ranger { count = 248; half = 79.5; <<<<< old loot compiler would have this value at soemthing much much smaller. halfIndex = 124; sum = 10000; items[] = { Share this post Link to post Share on other sites
0 Rythron 25 Report post Posted December 13, 2015 (edited) Were to find this ? Edit: Got it gonna try it ! Edited December 13, 2015 by Rythron Share this post Link to post Share on other sites
0 Spartan 85 Report post Posted December 13, 2015 The new loot compiler is in the server download package for Lime. Share this post Link to post Share on other sites
0 Mezo 1264 Report post Posted December 15, 2015 Using the latest compiler. Doesn't change a thing. Share this post Link to post Share on other sites
0 John 540 Report post Posted December 15, 2015 42 minutes ago, Taylor Swift said: Using the latest compiler. Doesn't change a thing. Are you running any other code overwrites or changes to the loot system? All I can say with confidence is recompiling fixed the issue for me. Share this post Link to post Share on other sites
0 |DG|SixKado 5 Report post Posted December 16, 2015 57 minutes ago, Taylor Swift said: Using the latest compiler. Doesn't change a thing. I have a vanilla install and the only issues i've experienced is the grinder which was an easy fix. Share this post Link to post Share on other sites
Hi,
Players are reporting "loot as spawned for you" except, there is no loot.
Anyone experiencing this?
Share this post
Link to post
Share on other sites