Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 03/21/20 in Posts

  1. 1 point
    Haru

    [BUG] Looter Monster

    Kenpachi's fix for this is included in the v2020.03.08+2 release I just pushed, thank you!
  2. 1 point
    Kenpachi

    [BUG] Looter Monster

    Hi. In src/map/unit.c find function unit_walktobl() and replace: if (unit->walk_toxy_sub(bl) == 0 && (flag & 2) != 0) { set_mobstate(bl); return 1; } with: if (unit->walk_toxy_sub(bl) == 0) { if ((flag & 2) != 0) set_mobstate(bl); return 1; } And re-compile. ~Kenpachi
  3. 1 point
    Kenpachi

    Morphogenic Hat Script Convert

    Hi. Here you go: I re-wrote the original script, so if you have modifications in your version, you have to apply them again. Sorry. ~Kenpachi
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.