changes put in thus far to start supporting older clients:
http://cutpon.com:3000/devn00b/EQ2EMu/commit/27fca1fae52355fbe990ad3c98f483781ac4fd03
http://cutpon.com:3000/devn00b/EQ2EMu/commit/ad85748a62a4e20a31672a57d8a815b0085613fc
Since LethalEncounter got ahead of me in the zone in race I defer to him on the DoF client support to get in zone. Going back to working systems.. setting milestone to New Moon since I am not setting a deadline on behalf of LE
Since LethalEncounter got ahead of me in the zone in race I defer to him on the DoF client support to get in zone. Going back to working systems.. setting milestone to New Moon since I am not setting a deadline on behalf of LE
Keep in mind this is only the BASICS.. much more work to be done to make DoF client stable and functional!
Support for basic character creation, enter world and move around (starting WITH tutorial)
http://cutpon.com:3000/devn00b/EQ2EMu/commit/b698e847e14e9a78cc03430d16c81a00e28b0c93
Keep in mind this is only the BASICS.. much more work to be done to make DoF client stable and functional!
will require these SQL queries ran on eq2emu db (world server db):
insert into starting_zones set class_id=255,race_id=255,choice=0,zone_id=253;
UPDATE eq2emu.opcodes SET opcode='67' WHERE NAME='OP_ChangeZoneMsg' AND version_range2=546;
and this source file:
http://cutpon.com:3000/devn00b/EQ2EMu/src/b698e847e14e9a78cc03430d16c81a00e28b0c93/DB/updates/opcodes_for_283_and_546.sql
Need to patch up (semi-functional):
Need to start:
changes put in thus far to start supporting older clients:
http://cutpon.com:3000/devn00b/EQ2EMu/commit/27fca1fae52355fbe990ad3c98f483781ac4fd03 http://cutpon.com:3000/devn00b/EQ2EMu/commit/ad85748a62a4e20a31672a57d8a815b0085613fc
World server changes for starting_zone
http://cutpon.com:3000/devn00b/EQ2EMu/commit/32ed6a2447f2b526f245a72fb9ceca79fb165387
Since LethalEncounter got ahead of me in the zone in race I defer to him on the DoF client support to get in zone. Going back to working systems.. setting milestone to New Moon since I am not setting a deadline on behalf of LE
Classic/DoF branch was uploaded here: http://cutpon.com:3000/EQ2Zek/EQ2EMu-LE
Support for basic character creation, enter world and move around (starting WITH tutorial)
http://cutpon.com:3000/devn00b/EQ2EMu/commit/b698e847e14e9a78cc03430d16c81a00e28b0c93
Keep in mind this is only the BASICS.. much more work to be done to make DoF client stable and functional!
will require these SQL queries ran on eq2emu db (world server db):
insert into starting_zones set class_id=255,race_id=255,choice=0,zone_id=253;
UPDATE eq2emu.opcodes SET opcode='67' WHERE NAME='OP_ChangeZoneMsg' AND version_range2=546;
and this source file:
http://cutpon.com:3000/devn00b/EQ2EMu/src/b698e847e14e9a78cc03430d16c81a00e28b0c93/DB/updates/opcodes_for_283_and_546.sql