MineControl under 2.0?
Locked
FLHook Plugin Version
-
Got compiled it under VC 2010 and running.
I have correct ship with correct guns and reputations but no loot is coming from asteroids
Debug shows that iLootCount=0
I’ve looked at
int iLootCount = (int)(fRand * set_fGenericFactor * fZoneBonus * fPlayerBonus * zone->lootableZone->dynamic_loot_count2);
and added to debug message variable zone->lootableZone->dynamic_loot_count2 - it always = 0.00 but others variables not.
So how to fix this problem to force mining to work?
P.S. My miningcontrol.ini file is attached just in case.