Thread: quest_globals
View Single Post
  #4  
Old 12-02-2007, 12:00 PM
Netvoid
Fire Beetle
 
Join Date: Oct 2007
Posts: 6
Default

For anyone interested until Cavedude releases next PEQ this should turn the global vars back on for POP.

Code:
UPDATE npc_types SET qglobal = 1 WHERE name IN
(
'Elder_Poxbourne',
'Elder_Fuirstel',
'Barban_Cryptwalker',
'#Mavuin',
'#Thelin_Poxbourne',
'#Tylis_Newleaf',
'__Thelin_Poxbourne',
'A_Planar_Projection',
'Adler_Fuirstel',
'Adroha_Jezith',
'Askr_the_Lost',
'factory_access',
'Fahlia_Shadyglade',
'Giwin_Mirakon',
'Grand_Librarian_Maelin',
'Karana',
'Miak_the_Searedsoul',
'Sarhya_the_Dawnbreeze',
'Seer_Mal_Nae-Shi',
'Tylis_Newleaf'
)
Hope someone finds it handy.

Last edited by Netvoid; 12-02-2007 at 08:02 PM.. Reason: took a couple duplicates out of the list.. not that it was any harm.
Reply With Quote