Your problem is a bit unclear so I will try to formulate what I think your issue is.
You are trying to move enemies to stay at the same position relative to your character whenever your character moves?
If so just use the character position with the appropriate x and y offset to set the enemy's position.
Is that the issue?