Tault_aggerts wrote:Im in the same boat as the post above it seems that when i try to tick the boxes for harvesting nodes & click ok the program refreshes but the harvest node boxes are not ticked the only 1 that is ticked is mining seems as though its reset to default. Also it wont show the nodes on the radar if its ticked or not only (mining)
I found a work around in the mean time open it like you normally would, then go to radar_hud and find these lines
m_sVersion = GetSettingString("Version", VERSION)
AutoAlign = GetSettingLong("AutoAlign", 6)
SearchDistance = GetSettingLong("SearchDistance", 100)
MaxSearchDistance = GetSettingLong("MaxSearchDistance", 200)
MinSearchDistance = GetSettingLong("MinSearchDistance", 10)
Locked = GetSettingBoolean("Locked", False)
ShowNPC = GetSettingBoolean("ShowNPC", False)
ShowPoints = GetSettingBoolean("ShowPoints", False)
ShowPC = GetSettingBoolean("ShowPC", False)
ShowPet = GetSettingBoolean("ShowPet", False)
ShowObject = GetSettingBoolean("ShowObject", False)
ShowUnknown = GetSettingBoolean("ShowUnknown", False)
ShowUnknownTypeCode = GetSettingBoolean("ShowUnknownTypeCode", False)
ShowMining = GetSettingBoolean("ShowMining", False)
ShowReaping = GetSettingBoolean("ShowReaping", False)
ShowQuarrying = GetSettingBoolean("ShowQuarrying", True)
ShowLumberjacking = GetSettingBoolean("ShowLumberjacking", True)
ShowAggroRadius = GetSettingBoolean("ShowAggroRadius", False)
AggroRadius = GetSettingLong("AggroRadius", 20)
ShowSearchBox = GetSettingBoolean("ShowSearchBox", False)
Scaling = GetSettingBoolean("Scaling", False)
ShowGUI = GetSettingBoolean("ShowGUI", False)
ShowPOI = GetSettingBoolean("ShowPOI", False)
and just set it to true or false depending on what you want then run the script