What's new

v13 VIP Emucoach > Vault of Archavon (error: This Instance Is Closed)

Stiga

Gold Supporter
Veteran Member
69
2020
125
Location
France
Hi,

Annoying error trying to enter Vault of Archavon (when and not controlling Wintergrasp). Same problem with Horde or Alliance (lvl 80+ tested)
Please note I'm able to enter with GM on.

"The instance is closed" message

I've tried changing the Instance.IgnoreLevel and Instance.IgnoreRaid settings in worldserver.conf to no avail.

Also checking the DB access_requirments there is nothing associated to the zone that I can see.
Other zones with the same settings are working as intended. Export below of 624 MapID)

SQL:
DELETE FROM `access_requirement` WHERE `mapId`=624 AND `difficulty`=1;
INSERT INTO `access_requirement` (`mapId`, `difficulty`, `level_min`, `level_max`, `item_level`, `item`, `item2`, `quest_done_A`, `quest_done_H`, `completed_achievement`, `quest_failed_text`, `comment`) VALUES (624, 1, 80, 0, 0, 0, 0, 0, 0, 0, NULL, 'Vault of Archavon (Entrance)');
DELETE FROM `access_requirement` WHERE `mapId`=624 AND `difficulty`=0;
INSERT INTO `access_requirement` (`mapId`, `difficulty`, `level_min`, `level_max`, `item_level`, `item`, `item2`, `quest_done_A`, `quest_done_H`, `completed_achievement`, `quest_failed_text`, `comment`) VALUES (624, 0, 80, 0, 0, 0, 0, 0, 0, 0, NULL, 'Vault of Archavon (Entrance)');

Any ideas? Google is not my friend currently and nothing found so far in this forum.

Thanks in advance
 

Damieninabox

Gold Supporter
Senior User
194
2019
63
Raid opened in V14 -> if you wanna fix it on your own:

DELETE FROM `disables` WHERE `sourceType`=2 AND `entry`=624;
 

Stiga

Gold Supporter
Veteran Member
69
2020
125
Location
France
Raid opened in V14 -> if you wanna fix it on your own:

DELETE FROM `disables` WHERE `sourceType`=2 AND `entry`=624;


Thx for that. Very useful also for some other instances.
I am currently running the V13 VIP (Npcbots). I can't seem to find the V14 announce and download which you mentioned.
 

Blackvision

Mythical User
Super Moderator
Gold Supporter
2,316
2015
278
Location
Denmark
Thx for that. Very useful also for some other instances.
I am currently running the V13 VIP (Npcbots). I can't seem to find the V14 announce and download which you mentioned.
V14 is still being worked on :)
 
Top