whats wrong,is terato dragon bugged,or has big hp cause the hp bar went crazy every time I attack it,and it don't even die,I just wanted to decrease its hp to 50k only for test,but it didn't worked its hp its still 50kk,I modified those codes look:
In TeratoDragon.cs
original code:
Code:
Monster.MaxHitpoints = 50000000;
Monster.Hitpoints = 50000000;
modified code: i put 50000 instead of 50000000
Code:
Monster.MaxHitpoints = 50000;
Monster.Hitpoints = 50000;