Open xackery opened 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 '' ;
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>
LIST OF STUFF TO PATCH
LIST OF STUFF TO CHECK
[ ] pet valor for paladin in Client_Packet is incomplete/broken add ``` if (IsClient() && ndamage > 0) { uint8 rank = CastToClient()->GetBuildRank(ROGUE, RB_ROG_VITALORGANS); if (rank > 0 && zone->random.Roll((int)(5 rank))) { ndamage += ndamage 0.25f * rank; }
}