#145 Desert of Flames Jan 26 2006 client support

Closed
opened 3 years ago by image · 6 comments
image commented 3 years ago

Need to patch up (semi-functional):

  • Character select
  • Character create
  • Delete character

Need to start:

  • World zone in process to tutorial island
Need to patch up (semi-functional): - Character select - Character create - Delete character Need to start: - World zone in process to tutorial island
image commented 3 years ago
Collaborator
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
image commented 3 years ago
Collaborator
World server changes for starting_zone http://cutpon.com:3000/devn00b/EQ2EMu/commit/32ed6a2447f2b526f245a72fb9ceca79fb165387
image commented 3 years ago
Collaborator

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
image commented 3 years ago
Collaborator

Classic/DoF branch was uploaded here: http://cutpon.com:3000/EQ2Zek/EQ2EMu-LE

Classic/DoF branch was uploaded here: http://cutpon.com:3000/EQ2Zek/EQ2EMu-LE
image commented 3 years ago
Collaborator

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!

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!
image commented 3 years ago
Collaborator

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

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
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.