Use of Translocator
First of all, I would like to say what an amasing job you guys from Pogamut are doing, really impressed with the idea and the way this project is carried out. I am currently doing my dissertation and since two weeks I have been vigorously

One of them is using translocator. Using other weapons with changeWeapon works just fine but when I am calling the same code for translocator I get this nasty exception. One of the variants I've tried is
1. ItemType translocator = ItemType.TRANSLOCATOR;
2. action.getBot().getAct().act(new ChangeWeapon().setId(weaponry.getWeaponInventoryId(translocator).getStringId()));
and the error is caused by weaponUpdate method, ""Can't update ammo amount for non-ammo item type....". (see Weaponry line 656)
Is there something I can do to fix this or some workaround?
Second issue is connected with setting rotation when initialising a bot. Setting location works fine whereas the set rotation method does not respond at all? I have found rather hard-coded solution to this but I thought I will check with you.