How to delete Specific Item from all accounts in your Ragnarok database

1. Login to your phpmyadmin

2. Click to ragnarok database

3. Click to SQL

4. Copy and paste the following to SQL (change the 1142 to the item_id of item that you want to delete):

DELETE FROM `auction` WHERE nameid=1142;
DELETE FROM `cart_inventory` WHERE nameid=1142;
DELETE FROM `guild_storage` WHERE nameid=1142;
DELETE FROM `inventory` WHERE nameid=1142;
DELETE FROM `mail` WHERE nameid=1142;
DELETE FROM `storage` WHERE nameid=1142;

5. Click go below. Done!
  • ragnarok, delete item, ragnarok database
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Guide how to download Ragnarok Game Client Installer

1. Download the game client Installer. option a). Lite Installer: The lite installer is only...

How to Access your Folders(Linux/Centos) using WinSCP

Guide on how to access the folders in your vps linux! This is the easiest way, First make sure...

How To Start, Compile, and Stop Your Server Using Putty

Download Putty first from this link Click me to download!Note: Please follow the tutorial by...

Changing Time Zone

Changing Time Zone in Linux:1. Login to your VPS server using Putty. 2. Type the following...

Powered by WHMCompleteSolution