I’m trying to make the missions more difficult. However, when I tried to give 600 billion health to a mission NPC, it didn’t work. The maximum I got was 2 billion.
If it’s because of Int limit then no. Int variables have a maximum of 2 billion so you cannot exceed this number. The mods code for the health variable for NPCs would need to be changed from Int to a Long.
Perhaps you could make an addon mod to work around this limit since the actual dbc mod is not open sourced and will likely not be updated.