EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Database/World Building (https://www.eqemulator.org/forums/forumdisplay.php?f=625)
-   -   Unused item numbers (https://www.eqemulator.org/forums/showthread.php?t=2485)

Lurker_005 06-22-2002 03:55 AM

Unused item numbers
 
Ok, for you item makers out there. Here is a list of items not used in the database. (expected for 3.4 that is)

Any line starting with * means there are 50 or more blank numbers in a row.


Also included is a VBScript that I used to make the list. To use it you need myODBC, and WSH installed, and you need to edit the following in the script to match your information

Code:

        IP = "127.0.0.1"
        user = "put mysql username here"
        pass = "put mysql Password here"
        DB = "eq33"

Those with older versions of myODBC will also need to edit
Code:

DSN = ("Driver={MySQL ODBC 3.51 Driver};Se.....
to:
DSN = ("Driver={MySQL};Se.....

note: I just posted the beginning of that line


All times are GMT -4. The time now is 04:45 AM.

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