Update rpg status probability

This commit is contained in:
Yunfan Li
2024-12-11 23:00:03 +08:00
parent 69fe9a2d81
commit f26cebb518
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ protected:
// const int32 setGrindInterval = 5 * 60 * 1000;
// const int32 setNpcInterval = 1 * 60 * 1000;
const int32 statusNearNpcDuration = 5 * 60 * 1000;
const int32 statusNearRandomDuration = 3 * 60 * 1000;
const int32 statusNearRandomDuration = 5 * 60 * 1000;
const int32 statusRestDuration = 2 * 60 * 1000;
WorldPosition SelectRandomGrindPos();
WorldPosition SelectRandomInnKeeperPos();