Recent content by Famine

  1. F

    [Request] Please modify Server [Nub] Zombie Zoo infection

    Mr NUB has updated the playlist... unfortunately as the server runs as a service, it keeps reverting to the old playlist, despite what the ini file says. I revised and put a manual maplist together... rotation of about 60 before it starts over. I have been swamped at work, which has put this...
  2. F

    GraveRobber/graverobber/HeadHunter Variant

    That helps clear that up. Looked like there was some blank spaces in the functions when I continued the search last night... now it makes sense why. Thanks!
  3. F

    GraveRobber/graverobber/HeadHunter Variant

    Ok... so I've crawled through the code. H2MOD.CPP says this: if (wcsstr(variant_name, L"GraveRobber") > 0 || wcsstr(variant_name, L"graverobber") > 0) { TRACE_GAME("[h2mod] GraveRobber (Headhunter) Turned on!"); b_HeadHunter = true...