creature.h add below virtual bool isInGhostMode() const { return false; } add bool noMove; bool canMove() const { return !noMove; } void setNoMove(bool noMove) { this->noMove = noMove; } inside creature.cpp search for ReturnValue ret = g_game.internalMoveCreature(this, dir...
otland.net