hemagx
Administrator
- Messages
- 249
- Points
- 28
- Discord
- Ema
- IRC Nickname
- Ema
- Github
- hemagx
well i changed max item amount to 300k in mmo.h
//Max amount of a single stacked item#define MAX_AMOUNT 300000
but when i use @item 512 300000
it's set amount to 0 in the database and if i changed it to any number more than 30k+ give me this error
in char server
[SQL]: DB error - data of field 'amount' was truncated.
anyone can help me ? and thanks
//Max amount of a single stacked item#define MAX_AMOUNT 300000
but when i use @item 512 300000
it's set amount to 0 in the database and if i changed it to any number more than 30k+ give me this error
in char server
[SQL]: DB error - data of field 'amount' was truncated.
anyone can help me ? and thanks