xackery / rebuildeq-v1

Rebuild Everquest
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Notes for megamerge #2234

Open xackery opened 7 years ago

xackery commented 7 years ago

LIST OF STUFF TO PATCH

LIST OF STUFF TO CHECK

TheGrandPackard commented 7 years ago

In order to start world, I had to update the rule_values table to accept larger values:

ALTER TABLE `rebuildeq`.`rule_values` 
CHANGE COLUMN `rule_value` `rule_value` VARCHAR(64) NOT NULL DEFAULT '' ;
TheGrandPackard commented 7 years ago

Also needed to add the legacy tag in eqemu_config.xml to properly connect to the public loginserver:

<loginserver>
    <legacy>1</legacy>
    <host>login.eqemulator.net</host>
    <port>5998</port>
</loginserver>