Please forgive a small mistake I made with 0.4 release, concerning item prices and shopkeepers.
If you yet downloaded 0.4, download it again, and just uncompress it over your previous install (config file won't be splashed, save your template files if you made some).
--- SMALL TIP for people who wanna test eqbrowser without creating new tables in their EQEmu database ---
- Create a database named eqbrowser (or anything else).
- Source the eqbrowser sql files (includes/sql/*.sql) into that DB, source also the spells (from allspells.sql or from import_spells.pl)
- Edit includes/constantes.php and modify the following variables to :
$tbspells="eqbrowser.spells";
$tbnews="eqbrowser.news";
$tbraces="eqbrowser.races";
If you have several EQEmu databases, prefer this option, it will save you some time.
|