Syndicate Posted February 13, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 108 Reputation: 6 Joined: 08/27/12 Last Seen: June 4, 2014 Share Posted February 13, 2013 How to add items in inventory using SQL?ID# 552 ( CHAR ID ) Quote Link to comment Share on other sites More sharing options...
Feefty Posted February 13, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 175 Reputation: 14 Joined: 11/21/11 Last Seen: April 18, 2020 Share Posted February 13, 2013 (edited) INSERT INTO `inventory` (`char_id`, `nameid`, `amount`, `identify`) VALUES (CHARID, ITEMID, AMOUNT, 1) Edited February 13, 2013 by Feefty Quote Link to comment Share on other sites More sharing options...
Hyvraine Posted February 13, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 133 Reputation: 15 Joined: 12/23/11 Last Seen: December 20, 2023 Share Posted February 13, 2013 (edited) Uhh I'm using eAthena INSERT INTO inventory (char_id, nameid, amount, equip, identify, refine, attribute, card0, card1, card2, card3, expire_time) VALUES (ENTERCHARIDHERE, 552, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0) Just change the ? to the charid of the player of course I'm not good at this so you may ignore this post Edit: oops Edited February 13, 2013 by kenshn111 Quote Link to comment Share on other sites More sharing options...
Syndicate Posted February 15, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 108 Reputation: 6 Joined: 08/27/12 Last Seen: June 4, 2014 Author Share Posted February 15, 2013 thabks Quote Link to comment Share on other sites More sharing options...
Question
Syndicate
How to add items in inventory using SQL?
ID# 552 ( CHAR ID )
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.