I’ve been playing dcss for a while, but I still have no idea how the rc even works!
All help appreciated.
1 Thank
Put one of many options in the rcfile and that option will be there.
For example, put:
autofight_stop = 75
To disallow autofight (Tab and Shift-Tab) from working below 75% HP.
Each distinct option needs a new line, though you can do something like:
autopickup_exceptions ^= <immolation, <lignification, <noise, <net, >amnesia
In one row, to allow {immolation, lignification, noise, net} and disallow {amensia}.
You can use LUA script for a lot of customization, but don’t ask me how that works.
2 Thanks