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

Feature/combination slot error #5937

Open
wants to merge 4 commits into
base: prepare/230.0.x
Choose a base branch
from

Conversation

eugene-doobu
Copy link
Member

Description

워크샵 슬롯을 사용하는 액션에 대해 에러처리를 추가합니다.

  1. ResponseUnlockCombinationSlot
  2. ResponseRapidCombination
  3. ResponseCombinationEquipment
  4. ResponseCombinationConsumable
  5. ResponseEventConsumableItemCrafts
  6. ResponseItemEnhancement
  7. ResponseCustomEquipmentCraft

Screenshot

케이스 1. UnlockCombinationSLot

2024-09-23.15-20-09.mp4

Unlock Loading 오브젝트를 비활성화

케이스 2. RapidCombination

2024-09-23.15-16-45.mp4

장비가 있던 슬롯을 모래시계를 활용하여 즉시 완료시키는 액션

  1. 장비가 있던 슬롯을 Clear
  2. 슬롯이 Update되며 RapidCombination을 보내기 전 장비가 그대로 슬롯에 렌더링 되고 있음

케이스 3. Craft & Enhancement

2024-09-23.15-19-53.mp4

비어있던 슬롯에 장비 제작을 시작하는 액션
장비가 들어가야할 슬롯을 Clear해줌으로써 상태 초기화

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Review
Development

Successfully merging this pull request may close these issues.

Combination Slot 관련 에러 처리
1 participant