_fuel = owner.getAirshipFuel();
StatsSet npcDat = L2NpcTemplate.getEmptyStatsSet();
npcDat.set("npcId", 0);
npcDat.set("name", "Helm");
npcDat.set("type", "L2StaticObject");
L2NpcTemplate template = new L2NpcTemplate(npcDat);
L2StaticObjectInstance controlKey = new L2StaticObjectInstance(_owner.getClanId(), template);
controlKey.setType(3);
controlKey.setLoc(getLoc());
_controlKey = controlKey;
}