Here are all achievements changed how they will be remembered. If you experience any bug, please let me know. It may be better to reset all achievements, but i don't know if it is necessary.
Be warned, there are also some changes to how fanaticism and devotion works now. It's not completed yet, loyalty may show different results than there actually are.
All that will be in next update too.
found the expert not unlocking bug:
<<if (($pcLvl is 4 and $pcXP gte 16) or ($pcLvl gte 5)) and $area.level gte 3>>
<<run memorize ('achieve001', 2)>>
<<set $achieve001 to recall('achieve001'
>>
<<notify>>achv EXPERT unlocked<</notify>>
this should be:
<<run memorize ('achieve001', 3)>>
(also: lol @ auto smiley in my pasted code)
Edit: preety sure this is also wrong:
/* Infamous */
<<if $fanaticism gte 50 and $achieve007 isnot true>>
<<run memorize ('achieve006', true)>> should be: ('achieve007', true)
<<set $achieve007 to recall('achieve007'
>>
<<notify>>achv INFAMOUS unlocked<</notify>>
<</if>>