-
Notifications
You must be signed in to change notification settings - Fork 771
Fix Weapon and Shield Sprite #3380
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
base: master
Are you sure you want to change the base?
Conversation
What client versions did you test this for? I think this may be affecting the |
Okay, I believe this may be bad for older clients. So preferably you should test this for at least 3 different jobs. |
i have no way of testing right now. i only trace codes.
@kyeme hopefully can test it. |
After applying the code, the issue became worse. The shield is no longer visible both to other players and from my own point of view. I’m using the 2016-01-06 client, and when I tried it on another client, it still didn’t work. |
i'll try to dig more if server really handles this correct, but if non found in server, possible client issue? @4144 might be key for this one |
c460459
to
d7a5d67
Compare
not sure if my latest commit fixes it @kyeme . hopefully you can try again :) |
@MrKeiKun Still not working |
I'll dig more, seems to be a packet thing |
d7a5d67
to
a729f96
Compare
@kyeme i adjusted the packet seems like older clients uses smaller size for weapon and shield i cannot pinpoint the dates i just used the modern condition dates as example. hopefully this works 😄 |
a729f96
to
edcf9a8
Compare
@MrKeiKun However, the shield for Monk/Champion is still not visible. I tested this also on iRO official and confirmed that no shield is visible on Monk there either. Could this be related to the client exe version being used? |
I need help about this @4144 @MishimaHaruna or @skyleo :D |
… rather the modern int32. Signed-off-by: Lorenzo Buitizon <[email protected]>
edcf9a8
to
dd23722
Compare
@kyeme try again. |
I just want to add the other jobs where the shield sprite is not visible, aside from the Monk class: |
Thanks! Error fixed. |
do this jobs really shows shield? |
Pull Request Prelude
Changes Proposed
Issues addressed:
#3285
#2967