EQ2EMu/EQ2
Emagi 1e2d5f98cf - Completed Fix
- Update Activities for AOM added (someday we need a table based on versions to handle these)
- In turn of updating activities, client side enforced drowning, swimming is now correct
- transmuting skill / item stat now calculated
- Fixed sending certain information to client before they are zoned in
- Player is blocked from being attacked until they send their 'ready' message to the server (visual UI display can be seen)
- New swim rules:
	RULE_INIT(R_Player, SwimmingSkillMinSpeed, "20");
	RULE_INIT(R_Player, SwimmingSkillMaxSpeed, "200");

	RULE_INIT(R_Player, SwimmingSkillMinBreathLength, "30"); // these are probably in seconds
	RULE_INIT(R_Player, SwimmingSkillMaxBreathLength, "1000");
2022-07-07 14:54:03 -04:00
..
devtools PDB and EXE updates for Movement Loop Generator 2021-03-16 16:12:11 -04:00
docs Base 2020-02-28 09:17:24 -05:00
source - Completed Fix 2022-07-07 14:54:03 -04:00
utils Update git to allow dll and lib 2020-02-28 10:31:46 -05:00
win world project update to remove SPGrid files 2021-10-01 23:21:35 -04:00