You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support item inventory management. Remove old code and item handling.
This is going to be a larger project since the old code for items touches a lot of different areas. Potential ToDo list for items:
Convert old EOLib.Net.API.Item code (and PacketAPICallbackManager) to new controller/action paradigm across EOLib and EndlessClient
Create new Inventory Panel (EOLib.HUD.Panels.InventoryPanel) based on old code (see Old directory in Panels)
a. This will involve creating inventory items, item management control, handling drop/junk, etc.
b. Do not need to support equipping or using items in this section
New panel should automatically be hooked up since it is already used in HudPanelFactory
The text was updated successfully, but these errors were encountered:
Support item inventory management. Remove old code and item handling.
This is going to be a larger project since the old code for items touches a lot of different areas. Potential ToDo list for items:
a. This will involve creating inventory items, item management control, handling drop/junk, etc.
b. Do not need to support equipping or using items in this section
The text was updated successfully, but these errors were encountered: