Hello there,
For CI (Chaos Innoculation), you should replace the *LifeRatio*'s options and with the *NShiledRatio*'s ones since CI uses no life.
Your right about the scripts kicking you out. That happens because of the *LifeRatio*'s. With CI your HP is set to 1 and the script triggers the chicken due your low health.
All you have to do is Edit the script. Look for the line PlayerConfig["Default"]:={minLifeRatioToDrink: 0.75, minManaRatioToDrink: 0.25,..... and do the replaces as said before.
As example an entire line would be like this, for CI users.:
PlayerConfig["Default"]:={minManaRatioToDrink: 0.25, minManaToDrink: 10, minNShieldRatioToPopGranite: 0.80, minNShieldRatioToPopJade: 0.80, minNShieldRatioToQuit: 0.35} ;
If you have Zealot's Oath, add the "HasZealotsOath: true" on that line. Also if you are on hardcore, make sure you edit the PlayerConfig["YourHardcorePlayerName"]:=... line instead
Good luck on that
