View Single Post
  #6  
Old 10-17-2015, 09:39 AM
skyy's Avatar
skyy
Fire Beetle
 
Join Date: Sep 2015
Posts: 15
Default

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.
Reply With Quote