
Originally Posted by
Mohanddo
As far as i know rows inserted into [ITEM_SEND_TBL] will be appended to invetory however you have to relog for the item to be shown in the invetory. There must already be a stored procedure to do it without relogging since gpotato flyff store is able to do it.
Just use the ITEM_SEND_TBL. It is the easiest method and doesn't use the in-game shop(Gala would not like that much xD).
Here's the query I use:
Code:
INSERT [dbo].[ITEM_SEND_TBL]([m_idPlayer], [serverindex], [Item_Name], [Item_count], [idSender], [adwItemId0])
VALUES(N'$charid', N'01', N'$itemname0', $itemqty0, N'0000000', $itemid0)
Check out my item shop at demonflyff.com. It needs some work still though. (Do not go here unless you are the OP.) NOT ADVERTISING.