Log in

View Full Version : PEQ Quests PoK Buffbots


vafe
04-28-2007, 05:43 AM
I have the most recent quests from CVS of the peq_quest files. The npcs are in place in PoK for the buffbot's same as PEQTGC server but I do not see the .pl files for them in the quest files. is there any way that im not doing something correctly or are those files not avail thru the cvs server?

cavedude
04-28-2007, 05:52 AM
They are custom and therefore won't be a part of the CVS which is live like quests only.

Annihilator
05-31-2007, 07:20 PM
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?

Angelox
05-31-2007, 10:45 PM
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:
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.


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?

Zard
06-01-2007, 06:29 AM
Angelox is correct. You can fix this by doing one of two things.

1. Go to your quest folder and remove the # symbol from #Vicar_Qadar.pl by renaming the file.

2. Go into your database and find Vicar_Qadar in your Npc_Types tables and add a # symbol at the beginning of the name. His ID should be 202360 for PEQ database.

You can also do the same for Illusionist Nomaad, ID 202361