Can we change Class like Slayer, Destroyer, Assassin, Marksman, Tracker, Tank, Berserker, Commander or Trickster?
I can't find them in the table.
To change the specialization you must look for
- Abilities Perks - Picker_BaseStrength_WhateverTheSpecializationIs
- Abilities Dynamic - Marker_Specialization_WhateverTheSpecializationIs
Sadly changing an enemy to Legendary status does not make it so he drops Legendary items
To make an enemy Legendary you must change the ability pointers related to the rarity, which are these:
- Abilities Perks - Picker_OrcRarity_Rarity
- Abilities Dynamic - Marker_OrcRarity_Rarity
Sadly changing an enemy to Legendary status does not make it so he drops Legendary items
To make an enemy Legendary you must change the ability pointers related to the rarity, which are these:
- Abilities Perks - Picker_OrcRarity_Rarity
- Abilities Dynamic - Marker_OrcRarity_Rarity
Sadly changing an enemy to Legendary status does not make it so he drops Legendary items
To make an enemy Legendary you must change the ability pointers related to the rarity, which are these:
- Abilities Perks - Picker_OrcRarity_Rarity
- Abilities Dynamic - Marker_OrcRarity_Rarity
They still drop normal gear, need save and load or advande time to apply?
You must obtain the 8-byte value of the rarity object pointers from an existing orc, and replace it on the orc u want to change, not replace the strings. (Which u get copying, and editing the desired pointer - Remove 2 Offsets - Turn to 8-bytes)
After that, u must reload the game after saving it (Changing Inventory forces a save).
You must obtain the 8-byte value of the rarity object pointers from an existing orc, and replace it on the orc u want to change, not replace the strings. (Which u get copying, and editing the value of the desired pointer - Remove 2 Offsets - Turn to 8-bytes)
After that, u must reload the game after saving it (Changing Inventory forces a save).