A důvod? Je to na více forech...
Beiträge von Patrik Ehrler
-
-
Hello guys,
I change my python 2.2 to 2.7 and after compile binary i have this problem
Does anyone know what I'm afraid of?
And sorry for my ban english xdSysser is clear
-
cmd_general.cpp
Search function
ch->PointChange(POINT_HP, 50 - ch->GetHP());and change to
ch->PointChange(POINT_HP, ch->GetMaxHP() - ch->GetHP());
After this compile and done
Have a nice day