Tres awesome!
My summary of the assembly code:
Original Release eqgame.exe, checking each successive one if it doesn't match:
>= 750 - "looks upon you warmly"
>= 500 - "kindly considers you"
>= 100 - "judges you amiably"
>= 0 "regards you indifferently"
<-750 - "scowls at you, ready to attack"
<-500 - "glares at you threateningly"
<-100 - "glowers at you dubiously"
Otherwise (between -1 and -100) - "looks your way apprehensively"
Velious (June 2001) eqgame.exe:
>=1100 - "regards you as an ally"
>=750 - "looks upon you warmly"
>=500 - "kindly considers you"
>=100 - "judges you amiably"
>=0 - "regards you indifferently"
<-750 - "scowls at you, ready to attack"
<-500 - "glares at you threateningly"
<-100 - "glowers at you dubiously"
Otherwise (between -1 and -100) - "looks your way apprehensively"
Good call, EQEmuUser!
|