When I wear a 2hander I get double BP from it, when I wear a wear a shield it says the double bp is gone but it is still there as hidden bp when you whisper.
That is the code that doubles the BP, I tried multiple things but none worked
How could i fix this?
Code:
if (ID / 1000 == 421 || PacketHandler.IsTwoHand(ID))
{
potBase *= 2;
}
return potBase
How could i fix this?