in most cases you can simply modify the npc quest file .lua/.pl in the quests subfolder;
typically you will find the raid check and can simply modify it so that even if you are solo you will get assigned to the instance.
most commonly you need to change an "..assignraidtoinstance.." into "assigntoinstance" or "assigngrouptoinstance" - and add the relevant code in the else statement checking for raid.
|