Zhiart
03-25-2016, 12:45 PM
The check in the map DB for this room is annoying as hell and inaccurate. It expects you to have 0 encumbrance in order to climb the gate. I've heard of people really jacking up the mapDB by messing with this stuff, so I didn't want to make the change myself. It's Line# 30011 in the current map file (I think). This area should be changed to be more liberal on encumbrance:
if ((1-(percentencumbrance/100.0)) * Skills.to_bonus(Skills.climbing)) >= 90
Can someone make this change so this gate is less dumb? You can absolutely climb the gate with more encumbrance than allowed.
if ((1-(percentencumbrance/100.0)) * Skills.to_bonus(Skills.climbing)) >= 90
Can someone make this change so this gate is less dumb? You can absolutely climb the gate with more encumbrance than allowed.