J.R. wrote:
How did u fix it ?
Similar levels of the NPC ships caused this problem , repeating the same unacceptable levels in fractions , for example:
npc_ship = li_n_li_elite_d1
npc_ship = li_n_li_elite_d2
npc_ship = li_n_li_elite_d3
npc_ship = li_n_li_elite_d4
npc_ship = li_n_li_elite_d5
npc_ship = li_n_li_elite_d6
npc_ship = li_n_li_elite_d7
npc_ship = li_n_li_elite_d8
npc_ship = li_n_li_elite_d9
npc_ship = li_n_li_elite_d10
npc_ship = li_n_li_elite_d11
npc_ship = li_n_li_elite_d12
npc_ship = li_n_li_elite_d13
npc_ship = li_n_li_elite_d14
npc_ship = li_n_li_elite_d15
npc_ship = li_n_li_elite_d16
npc_ship = li_n_li_elite_d17
npc_ship = li_n_li_elite_d18 <––
npc_ship = li_n_li_elite_d19 <----
npc_ship = LI_1_d18 <----
npc_ship = LI_2_d19 <----
To solve the problem, you must either replace or raise the same levels , depending on the situation . Here’s how it should look :
npc_ship = li_n_li_elite_d1
npc_ship = li_n_li_elite_d2
npc_ship = li_n_li_elite_d3
npc_ship = li_n_li_elite_d4
npc_ship = li_n_li_elite_d5
npc_ship = li_n_li_elite_d6
npc_ship = li_n_li_elite_d7
npc_ship = li_n_li_elite_d8
npc_ship = li_n_li_elite_d9
npc_ship = li_n_li_elite_d10
npc_ship = li_n_li_elite_d11
npc_ship = li_n_li_elite_d12
npc_ship = li_n_li_elite_d13
npc_ship = li_n_li_elite_d14
npc_ship = li_n_li_elite_d15
npc_ship = li_n_li_elite_d16
npc_ship = li_n_li_elite_d17
npc_ship = li_n_li_elite_d18
npc_ship = li_n_li_elite_d19
npc_ship = LI_1_d20
npc_ship = LI_2_d21
Or:
npc_ship = li_n_li_elite_d1
npc_ship = li_n_li_elite_d2
npc_ship = li_n_li_elite_d3
npc_ship = li_n_li_elite_d4
npc_ship = li_n_li_elite_d5
npc_ship = li_n_li_elite_d6
npc_ship = li_n_li_elite_d7
npc_ship = li_n_li_elite_d8
npc_ship = li_n_li_elite_d9
npc_ship = li_n_li_elite_d10
npc_ship = li_n_li_elite_d11
npc_ship = li_n_li_elite_d12
npc_ship = li_n_li_elite_d13
npc_ship = li_n_li_elite_d14
npc_ship = li_n_li_elite_d15
npc_ship = li_n_li_elite_d16
npc_ship = li_n_li_elite_d17
npc_ship = LI_1_d18
npc_ship = LI_2_d19
Anyway, it will be really useful for everyone, because i first, who found a solution of problem with random mission. I searched through the entire internet, but i have found nothing.