View Single Post
  #4  
Old 05-31-2007, 10:45 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

You probably have to do one of two things;
1- #Vicar Qadar is not in the database and you have to add him
2- You didn't name the PL exactly like it is in the database or, the PL used ID instead of name and ID is different in the PEQ Database (name it the same ID).

Look for it in your DB like this:
Code:
SELECT * FROM npc_types WHERE name regexp "Qadar";
if nothing turns up, then you have to make him - or if you see it, make sure the name or ID matches the PL.


Quote:
Originally Posted by Annihilator
I used a simple buff bot script i found here on eqemu forum and put it in the quests folder and named it #Vicar Qadar.pl however I can't get it to work when using PEQ DB but it works fine with Angelox's DB. How do I activate them using PEQ DB?
Reply With Quote