Witam. Chciałbym zmienić exp przyznawany przy pokonaniu przeciwnika. W jednym z tematów na forum przeczytałem, że żeby to zrobić, trzeba zmienić coś w pliku B_GiveXP. I teraz pyanie do was: co mam tam zmienić? Jak narazie zmieniłem to:[ramka]const int LP_PER_LEVEL = 20; // Lernpunkte pro Spieler-Stufe
const int HP_PER_LEVEL = 15; // Lebenspunkte pro Spieler-Stufe
const int XP_PER_LEVEL_UNCONSCIOUS = 15; // Erfahrungspunkte für das Besiegen eines Gegners (pro Level Gegners)
const int XP_PER_LEVEL_DEAD = 20; // Erfahrungspunkte für das Töten eines Gegners (pro Level Gegners)
[/ramka] ale bez skutku. W czym leży problem?