My problem is I can't find the hash algorithm used to hash this string. I have the string and I have the hash in hex but I can't really find the name of the algorithm.
I believe they used some combination of hashes (crc32 + adler32) or something.

String: shaman_m.msm
Hash: 0x0ab42eae
Edit:
It might be fnv1a combined with something else.
Thanks,
Johnny