These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
EVE IPH Industry Calculator Version 3.3 - Now with Live Market data!
Maximze your Industry Potential! - Download EVE Isk per Hour!
Import CCP's SDE - EVE SDE Database Builder
If CInt(cmbMineSkill.Text) >= 4 Then cmbMineMiningLaser.Items.Add("Strip Miner I") cmbMineMiningLaser.Items.Add("ORE Strip Miner") MaxStrip = "Strip Miner I" rbtnMineT1Crystals.Enabled = False rbtnMineT2Crystals.Enabled = False End If If CInt(cmbMineSkill.Text) = 5 Then cmbMineMiningLaser.Items.Add("Modulated Strip Miner II") MaxStrip = "Modulated Strip Miner II" rbtnMineT1Crystals.Enabled = True rbtnMineT2Crystals.Enabled = True End If