EQEmulator Forums

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

Pretentious 09-06-2009 11:02 PM

Item Levels
 
I've made a few threads today, and each time I've gotten responses, for which I am thankful.

Anyone happen to know of a query I could run through my DB that would set the item requirements on all items to 0?

Just want to completely remove the item requirements for levels.

Thanks.

Edit: Also, would just dropping the column and making another one with the same name cause stability issues?

ChaosSlayerZ 09-06-2009 11:56 PM

I would suggest NOT dropping any columns =)
I know some sql expert use that trick but its better set it to something than have a potential headache later on if you screw up something.

As far as setting lev to 0:

update items set reqlevel=0;

Pretentious 09-07-2009 12:02 AM

Awesome, thanks a ton!

Ugh, a year ago I would have known that, but since the WoW servers, I have given up on SQL.

/bonk.


All times are GMT -4. The time now is 09:00 AM.

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