Jump to content
  • 0

Can anyone tell me how i remove an item from a player's invetory??


Question

6 answers to this question

Recommended Posts

  • 0
Posted

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
Posted

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
Posted

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...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock