Hello, I want to put a level limit on the maps. For example, when I reach the 20th level in Nosville, I want no more exp, how can I do it?
make a nostale mobaQuote:
Smartest way is to add byte LevelRequired to PortalDTO and then just do 1 simple check.
You can either check if the EXP/Drop should be blocked or use the MonsterBonus Generation and check if LevelRequired is equal or higher/lower and then so the work.
Or use the PortalHandler and do the same check there to block the entry