EQ Browser /Allakhazam
Hi,
I am trying to setup EQ Browser /Allakhazam for my server. I'm following the steps in the readme but I get the below error on step 4 source spells.sql? ERROR Code:
mysql> source spells.sql Code:
INSTALL Code:
#- MySQL dump 8.22 Phil |
How are you sourcing it, from the command line or PHPMyAdmin ?
You might try installing HeidiSQL and running from a query window. But forwarning the EQ Browser / Alla tool you are trying to install has not been updated in a long time, and even after it is installed you will have to clean up a lot of problems. The database structure has changed a lot. |
'range' became a reserved word in MySQL 5.1. You need to edit spells.sql and enclose it in backticks, like this:
Code:
CREATE TABLE spells ( |
Yeah the reserve them, and they may never use them....but they reserve them anyway. Same thing happens to me in MS SQL.
|
Hey, awhile back I made a query to grab stuff from PEQ's (or any EQ db I guess) spells_new table and shove it into spells so that browser thing can use them, since I couldn't get the spells_us.txt importer thing to work. Probably would have been easier to rewrite the PHP, but eh. Might come in useful for you.
Quote:
|
Akkadius and I have been doing some work on the AllaClone/EQBrowser tool lately. It is looking pretty good, but there is still a lot of cleanup and such to go. Once we feel it is good enough, I will package it all up and update the download on the SVN with a newer version. Here is what it looks like so far on a test box:
http://69.168.254.243/AllaClone/index.php We plan to add as many options as possible so it will be really flexible. I also want to add the option to not require the extra EQBrowser tables to be used. With the spells_new table, that removes the need to use the EQBrowser's spells table. I have already changed the tool to use the spells_new table, but the code for spells still needs good amount of cleanup. Really, I think the tool could use a complete rewrite, but we just don't have the time for that and it should be pretty nice even without a full rewrite. Hopefully it won't be long before it is ready to share with everyone. We have been cranking away on a lot of issues and adding new enhancements (such as listing tasks for zones). |
Looks awesome! I can't wait to try it :)
|
I have modified and kept mine up to date, but one thing I never liked and would like to redo is the search.
|
All times are GMT -4. The time now is 03:41 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.