Jump to content

Recommended Posts

Posted

-- SCRIPT BY D0DS

 

ALTER TABLE `armorsets`

MODIFY COLUMN `chest`  int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `id`,

MODIFY COLUMN `legs`  int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `chest`,

MODIFY COLUMN `head`  int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `legs`,

MODIFY COLUMN `gloves`  int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `head`,

MODIFY COLUMN `feet`  int(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `gloves`;

 

REPLACE INTO `armorsets` VALUES (560, 99163, 99166, 99160, 99169, 99172, '3006-1;99903-1;', 0, 0, 8461, 0, 0, 0, 0, 0);

REPLACE INTO `armorsets` VALUES (561, 99164, 99167, 99161, 99170, 99173, '3007-1;99904-1;', 0, 0, 8462, 0, 0, 0, 0, 0);

REPLACE INTO `armorsets` VALUES (562, 99165, 99168, 99162, 99171, 99174, '3008-1;99905-1;', 0, 0, 8463, 0, 0, 0, 0, 0);

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...