-Mr.CuTe- Posted March 11, 2009 Posted March 11, 2009 Can anyone tell me how i remove an item from a player's invetory??tnxxx
0 liquid_ice Posted March 11, 2009 Posted March 11, 2009 look in the ITEMS table, match the OWNER ID from the CHARACTERS table and grab the item ID from the weapons/armors/etcitems tables..
0 -Mr.CuTe- Posted March 11, 2009 Author Posted March 11, 2009 look in the ITEMS table, match the OWNER ID from the CHARACTERS table and grab the item ID from the weapons/armors/etcitems tables.. someone had told me that there is a programm that it does that u know it??
0 liquid_ice Posted March 12, 2009 Posted March 12, 2009 nope, i dont know if theres any program that does that. i always do it manually. or use a custom made sql code. like DELETE FROM items where owner_id="char id" and item_id="item id";
0 AlexDelPiero Posted March 12, 2009 Posted March 12, 2009 u can make custom script... 1. get all players 2. check if have ITEM(id) 3. delete item id
0 -Mr.CuTe- Posted March 12, 2009 Author Posted March 12, 2009 u can make custom script... 1. get all players 2. check if have ITEM(id) 3. delete item id yes i check their invetory in game but u cant delete it in game man...
0 liquid_ice Posted March 12, 2009 Posted March 12, 2009 Test this tool, found it on another forum. Download Credits to lokyness
Question
-Mr.CuTe-
Can anyone tell me how i remove an item from a player's invetory??tnxxx
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now