donkeyg Posted December 14, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share Posted December 14, 2012 how to check certain item like "Thanatos Card" at mysql database.. i wanna see who got that card.. Quote Link to comment Share on other sites More sharing options...
Rayhan Posted December 14, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 102 Reputation: 1 Joined: 11/06/12 Last Seen: May 8, 2013 Share Posted December 14, 2012 Just search the name ID in your database. Quote Link to comment Share on other sites More sharing options...
Cydh Posted December 14, 2012 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted December 14, 2012 I'm forget to make this simplier.. xD SELECT (SELECT COUNT(*) FROM `cart_inventory` WHERE `nameid` = '1201')+ (SELECT COUNT(*) FROM `storage` WHERE `nameid` = '1201')+ (SELECT COUNT(*) FROM `guild_storage` WHERE `nameid` = '1201')+ (SELECT COUNT(*) FROM `inventory` WHERE `nameid` = '1201') AS `Result` change 1201 to thanatos card id Quote Link to comment Share on other sites More sharing options...
Question
donkeyg
how to check certain item like "Thanatos Card" at mysql database.. i wanna see who got that card..
Link to comment
Share on other sites
2 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.