EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Sql (https://www.eqemulator.org/forums/showthread.php?t=39773)

Shendare 06-18-2015 08:18 PM

That makes everything in your items table No Trade.

To do exactly what you wanted in the first place with the items, restore the table from your backup, then run this command:

UPDATE `items` SET `attuneable`=1, `nodrop`=1 WHERE `nodrop`=0;

That makes all No Trade items in your items table Attuneable and Tradeable instead.

What a monkey wrench having that field name backwards was!

knight-mare 06-18-2015 08:30 PM

that worked :) thank you

Shendare 06-18-2015 08:32 PM

I think that's a quirk I'll not soon forget. Hahaha.

Uleat 06-18-2015 08:54 PM

I think that 2 of the implemented item flags are backwards from what you would think..the other 3-4 are syntactically biased.


All times are GMT -4. The time now is 07:20 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.