Log in

View Full Version : Small Ringmail (PEQ)


pheroux
02-01-2012, 04:52 PM
Hi,

I'm using PEQ database and using GeorgeS - server stats Tools I can't find anywhere Small Ringmail armor for sale by merchants?

Does this reflect Live? I'm just wondering why ringmail wouldn't be for sale? It's a good stepping stone after leather for small races like dwarves. I know I've seen it for sale on Project 1999.

Thanks,

Phil

cavedude
02-01-2012, 05:28 PM
Searching for the coif in the PHP Editor the following merchants sell it in PEQ, Byjan at the least has the set:

Byjan_Timbokker - (qeynos)
Channhin_Seghdra - (abysmal)
Lloll_Leafmender - (abysmal)
Merchant_Mandisa - (crescent)
Malarn_Sinius - (freeportwest)

pheroux
02-02-2012, 11:17 AM
Searching for the coif in the PHP Editor the following merchants sell it in PEQ, Byjan at the least has the set:

Byjan_Timbokker - (qeynos)
Channhin_Seghdra - (abysmal)
Lloll_Leafmender - (abysmal)
Merchant_Mandisa - (crescent)
Malarn_Sinius - (freeportwest)

Awesome! Byjan had everything I needed. I couldn't find Malarn though for some reason.

I started setting up apache php to use php editor last night, but I ran into a problem loading index.php:

Fatal error: Call to undefined function mysql_connect() in C:\public_html\peqphpeditor\classes\mysql.php on line 6

Thank you,

Phil

joligario
02-02-2012, 05:32 PM
That means your editor isn't talking to your mysql server. Did you put your user/pass/db in the config file?

pheroux
02-02-2012, 08:05 PM
Ok, I got past that error.

But when I open the below in Firefox I just get a blue screen with a banner at the top "Project EverQuest Database Editing Interface Version 1.0".

http://localhost/peqphpeditor/index.php

pheroux
02-02-2012, 08:17 PM
Got it working! I needed to turn short tags on.