• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] You must be at least level 80 and in a raid group to enter - TrialOfTheCrusader

Status
Not open for further replies.

Tommy

Founder
To resolve this for future members:

You can edit raid requirement checks from:

Map::EnterState MapManager::playerCannotEnter(uint32 mapid, Player* player, bool loginCheck) (MapManager.cpp)

bool Player::Satisfy(AccessRequirement const* ar, uint32 target_map, bool report) (Player.cpp)

You can also look in your worldserver.conf file and edit these configuration options:

Code:
#
#    Instance.IgnoreLevel
#        Description: Ignore level requirement when entering instances.
#        Default:     0 - (Disabled)
#                     1 - (Enabled)

Instance.IgnoreLevel = 0

#
#    Instance.IgnoreRaid
#        Description: Ignore raid group requirement when entering instances.
#        Default:     0 - (Disabled)
#                     1 - (Enabled)

Instance.IgnoreRaid = 0

- Marking as solved. Next time put the solution down as it will help others. :p
 
Status
Not open for further replies.
Top