Enhanced Client - Can't disable health bar Show Word of Death option

looploop Posts: 301
1. Open Settings
2. Click Healthbars
3. Uncheck Word of Death option
4. Click Apply
5. Observe setting reverts


Comments

  • Arroth_ThaielArroth_Thaiel Posts: 1,021
    I agree that the EC has a bunch of stuff that needs to be fixed. This one you can fix yourself if you're interested. If you're posting just to document the things wrong with the EC, then carry on.  


    Solution: 

    CharacterFile>UIVariables>
                <BoolVar name="HealthBarWod" value="true" />

    change "true" to "false"
                <BoolVar name="HealthBarWod" value="false" />

    Save the file.
    -Arroth
Sign In or Register to comment.