Server Not Reading Database
I have been working on re-creating my modified server from a few years back and cannot seem to get the server to read the database changes I have put in for items and spells. It does seem to read my other modifications though like level limit, MOTD, ect. This issue is happening on my EQ Titanium, EQ Underfoot, and EQ Underfoot live spell_us.txt and dbstr_us.txt patched.
As a note, I see that the UF steam client now has the following files in the
Resources folder. If I had t
SpellRequirementAssociations.txt (3kb)
BaseData.txt (51kb)
Requirements.txt (892kb)
SkillCaps.txt (659kb)
Inside these files it appears to contain info that is like a txt version of the database.
Example: SpellRequirementAssociations.txt exert
SPELL_ASSOCIATION_ID^SUB_ID^REQ_ID
100^1^501
100^2^521
101^1^526
101^2^529
BaseData.txt exert
1^1^25^0^15^2^5^.083^0^.075
1^2^22^15^15^2^5^.073^.075^.075
1^3^24^15^15^2^5^.08^.075^.075
Requirements.txt exert
1^2^0^1^^^^
2^2^0^2^^^^
3^2^0^3^^^^
4^2^0^4^^^^
SkillCaps.txt exert
1^0^1^10
1^0^2^20
1^0^3^30
1^0^4^40
1^0^5^50
System Specs:
--2x Intel Xeon 2.4GHz with HT Enabled (32bit only, 533MHz FSB)
--RAM: 12GB (6x2GB DDR1 with ECC Enabled sticks @ 400MHz)
--Mobo: Intel 7501e
--Storage: 3x2TB SATA2 HDDs in Raid5
Server OS: Linux/CentOS 5.5 (32bit) with PAE Enabled
MySQL: Distrib 5.0.77, Ver 14.12
ActivePerl: 5.8.8
EQEmu: 1771 with BOTS
Database: PEQ - Rev 1751 core with all SQL updates to patch to 1771
--mods:
----Update items set nodrop=1;
----Update items set classes=65535;
|