View Single Post
  #4  
Old 03-25-2008, 10:33 AM
Kagehi
Sarnak
 
Join Date: Feb 2008
Location: Arizona, USA
Posts: 33
Default

OK. The info I was given here a bit vague. Now I know who is writing the docs on the site. jk Theeper.

For anyone running a search, since you know, its *helpful* of people can search the forum and get threads that contain clear answers (got to love one case where a quest thread for EQ2 ended with the comment, "Ok, never mind, I figured it out.", and no explanation for what they came up with.) lol

Here is the method to fix the qglobals:

select id from npc_types where name = "Npc_Name";

then

update npc_types set qglobal = 1 where id = <id>;

There, was that so hard to actually say?