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

TODO List #89

Open
14 of 33 tasks
CloudS3c opened this issue Jul 6, 2024 · 7 comments
Open
14 of 33 tasks

TODO List #89

CloudS3c opened this issue Jul 6, 2024 · 7 comments

Comments

@CloudS3c
Copy link
Collaborator

CloudS3c commented Jul 6, 2024

  • Logout is fucked
  • Items aren't added onto Player Appearance
  • Map Flag Tiles
  • Changing Display modes r fucked
  • Npc does not get removed when it's dead + exception about transforming it to -1
  • No npc hp bars
  • No npc anims
  • Projectiles are also fucked up
  • Bank does not work as intended
  • Some interface options need to be updated as before we had all (options -1)
  • Still using old skill interface
  • Remove/Update Bond interface
  • When client disconnects it does not flush the player
  • Create separate class for PlayerInfoUpdating
  • Dropped items do not despawn.
  • Bank Interface:
    • Tab to Tab should swap
    • When depositing inventory and bank is empty, it skips one slot
    • When depositing inventory on current tab thats not default, it skips the insertion but increases the tabs varbit size.
    • Missing buttons/Gear interface
  • Char Summary tab does not open it's interfaces
  • Clan-channel tab does not open it's interfaces
  • Friends list not implemented
  • No unequip sounds
  • Chat box interface selectors need to be reconfigured
  • Run toggle seems to be busted
  • Xp drop interface as well as main game child is busted
  • Items kept on death interface busted
  • Tiles with dynamic objects are also busted.
  • Npc drops are also busted
  • Price Check guide interface busted <-- If you hit ESC it won't remove the items from container and leave it there.
  • Equipment Stat interface busted.
  • Spawning AreaSound will crash the client.
@CloudS3c
Copy link
Collaborator Author

CloudS3c commented Jul 6, 2024

  • Still using old skill interface = Need to implement Advance Settings <-- There is a option to switch between new and old Skill guide interface, i added the varbit that depends on that option, and will enable the new style by default.

@CloudS3c
Copy link
Collaborator Author

CloudS3c commented Jul 7, 2024

  • Npc does not get removed when it's dead + exception about transforming it to -1, had to use setInaccessible(), just need to find out why it removes the npc so fast, without letting it do death animation.

@MatthewBishop
Copy link
Contributor

pushed fixes for the xteas not getting loaded in and also reimplemented projectiles. Checked them off.

@CloudS3c
Copy link
Collaborator Author

CloudS3c commented Jul 9, 2024

image

@CloudS3c
Copy link
Collaborator Author

CloudS3c commented Jul 9, 2024

image
image
For some reason when you activate these, it will give Null Pointer due to player.getInteractingSlot() Which is bit weird as it shouldnt be doing that

@CloudS3c
Copy link
Collaborator Author

CloudS3c commented Jul 9, 2024

image
We are not assigning Render Animations yet by items, need to create open class for BlockInfo and make it reusable between Npc/Player classes

@CloudS3c
Copy link
Collaborator Author

image

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

No branches or pull requests

2 participants