{
L2NpcInstance target = L2ObjectsStorage.getByNpcId(Gilmore);
if(target != null)
{
oldGilmore = target.getStoredId();
target.decayMe();
L2NpcTemplate template = NpcTable.getTemplate(Gilmore);
L2MonsterInstance monster = new L2MonsterInstance(IdFactory.getInstance().getNextId(), template);
monster.setCurrentHpMp(monster.getMaxHp(), monster.getMaxMp(), true);
monster.setXYZ(73329, 117705, -3741);
GilmoreAI ai = new GilmoreAI(monster);