Bot Rework

This commit is contained in:
nytmyr
2024-04-26 22:38:56 -05:00
parent 77793f364e
commit 6574f780db
94 changed files with 15920 additions and 3952 deletions
+1
View File
@@ -1004,6 +1004,7 @@ void Client::SetLevel(uint8 set_level, bool command)
}
} else {
SetHP(CalcMaxHP()); // Why not, lets give them a free heal
SetMana(CalcMaxMana());
}
if (RuleI(World, PVPMinLevel) > 0 && level >= RuleI(World, PVPMinLevel) && m_pp.pvp == 0) {