Page 1 of 1

Can't Drop Items (Mana Client)

Posted: 09 Dec 2011, 05:53
by Avalos
When i click on Drop Item nothing happens...
Right-Click and Drop doesn't work too..

Why?

Re: Can't Drop Items (Mana Client)

Posted: 09 Dec 2011, 06:13
by Freeyorp101
Which map are you on? Characters cannot drop items on maps with the no_player_drops mapflag.


---Freeyorp

Re: Can't Drop Items (Mana Client)

Posted: 09 Dec 2011, 06:17
by Frost
Avalos wrote:When i click on Drop Item nothing happens...
Right-Click and Drop doesn't work too..

Why?
That's not much information to work with. Here are my best guesses.

You're in town, where one cannot drop items.
You're trying to drop an item from storage and not your inventory.
You rewrote your client to use SQL statements, and it's trying to send "SELECT <Item> FROM Inventory; DROP <Item>;" :mrgreen:

Re: Can't Drop Items (Mana Client)

Posted: 09 Dec 2011, 06:24
by Freeyorp101
Frost wrote:You're in town, where one cannot drop items.
The no_player_drops and town mapflags are technically distinct, but with current content, all maps with one also have the other.


---Freeyorp

Re: Can't Drop Items (Mana Client)

Posted: 09 Dec 2011, 06:36
by Avalos
Freeyorp101 wrote:Which map are you on? Characters cannot drop items on maps with the no_player_drops mapflag.


---Freeyorp
Tulimshar, the main city, i found it:
001-1.gat mapflag no_player_drops

Thank you.