View Single Post
  #324  
Old 09-08-2017, 11:02 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by jedder1977 View Post
Sorry, I should have stated that. I tried the most updated(unstable) version as well in testing. Same result.
My next thing for you to try would be exporting client data from the server so that your spells line up with what the server has in its database.

These errors your getting could be client sided

Copy the files generated in export into your client directory and get back to me

Code:
C:\EQEmu\servers\peq_server>mkdir export

C:\EQEmu\servers\peq_server>export_client_files.exe
[Status] Exporting Spells...
[Status] Exporting Skill Caps...
[Status] Exporting Base Data...
[Status] Exporting DB Strings...

C:\EQEmu\servers\peq_server>dir export
 Volume in drive C has no label.
 Volume Serial Number is 3A3D-1AE4

 Directory of C:\EQEmu\servers\peq_server\export

09/08/2017  10:01 AM    <DIR>          .
09/08/2017  10:01 AM    <DIR>          ..
09/08/2017  10:01 AM            51,971 BaseData.txt
09/08/2017  10:01 AM                25 dbstr_us.txt
09/08/2017  10:01 AM           901,425 SkillCaps.txt
09/08/2017  10:01 AM        28,551,278 spells_us.txt
               4 File(s)     29,504,699 bytes
               2 Dir(s)  153,949,364,224 bytes free
Reply With Quote