Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

글로벌 서버 무작위 임무 지원 #45

Merged
merged 9 commits into from
Jul 8, 2017
Merged

글로벌 서버 무작위 임무 지원 #45

merged 9 commits into from
Jul 8, 2017

Commits on Jul 8, 2017

  1. 글로벌 서버 무작위 임무 지원

    글로벌 서버에서 무작위 임무 신청시 나오는 opcode가 0x00B0 으로 확인되었습니다.
    임무 정보는 data[4]에 나타나며, 3.x에서 사용하던 id를 그대로 사용할 수 있습니다. (xml파일에 적용된 id를 말함)
    다만, 무작위 50레벨 던전이 아니라, 무작위 50/60 던전으로 바뀌었는데, 이 부분은 아직 납뒀습니다. (Xml파일에는 한국 서버를 기준으로 하여, 50던전으로 저장되어 있기 때문에 50던전으로 출력되고 있습니다.)
    (대충 Xml파일의 Roulette부분을 한국 서버 전용으로 하고 RouletteGS를 새로 만들어서 글로벌 서버용 데이터를 넣은 후에, 글로벌 서버 무작위 던전을 신청했을 때는 RouletteGS를 참고하는 식으로 바꾸면 될 것 같습니다.)
    특별한 문제가 있는건 아니지만, 아직 소스 이해도가 부족해 고치지 못했습니다.
    Jaehyuk-Lee authored Jul 8, 2017
    Configuration menu
    Copy the full SHA
    5282dd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef00717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce0b702 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7660079 View commit details
    Browse the repository at this point in the history
  5. Update ZoneList.xml

    Jaehyuk-Lee authored Jul 8, 2017
    Configuration menu
    Copy the full SHA
    155431e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7305a79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    956a55a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3bd914a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6993386 View commit details
    Browse the repository at this point in the history