Metin2 [C ++] Dynamic Item Drop List Window

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Vanilla

Elite
Elite
Joined
Jan 28, 2019
Messages
839
Credits
1,190
About System: When
I play on any server with a lot of drop items from monsters - I was wondering - how do I find myself in this scrap pile?
You click somewhere on the falling item and you get a completely different item so you distribute your inventory.
With my solution, your players don't have to worry anymore.

As a player:

Pros :
  • You don't have to worry about items won by other players;
  • The alphabetical list makes it easy to find the falling object;
  • The dynamic list cleans and complements itself regularly;
  • You can still pick up items directly from the place;
  • You can show and hide the window when you want to use it;
  • If the item isn't yours, your player name in the ownership color will be red instead of yellow;
  • You don't need to worry that your list will be full of items lying on the ground for a long time - only the items you bought will go to the list;
  • You can double-click the name of the item and it will automatically move towards it to get a character;
  • You can refresh the list yourself;
  • You can select an item from the list and pick it up with one click.
Min:
  • You still need to be close to it to get the item.
  • Sometimes you have to double click on the item name due to too far distance.
 
Back
Top