I dont know if its a bug, but i cant use skills while in animal form (ninjitsu). In description of animal form i see "Cannot cast spells, use weapon or ninja special moves (except Mirror Image and Shadow Jump) while in Animal Form." - nothing about skills. But in playermobile.cs i have restricted skills:

Code:
		private readonly SkillName[] m_AnimalFormRestrictedSkills = new[]
		{
			SkillName.ArmsLore, SkillName.Begging, SkillName.Discordance, SkillName.Forensics, SkillName.Inscribe,
			SkillName.ItemID, SkillName.Meditation, SkillName.Peacemaking, SkillName.Provocation, SkillName.RemoveTrap,
			SkillName.SpiritSpeak, SkillName.Stealing, SkillName.TasteID
		};

It should be like this? Is this correct?
 
So... it should be like this, subject closed ;d
but why the fck i cant use inscribe, but i can use blacksmithing ;p
 
Back