Thread: Gm item listing
View Single Post
  #7  
Old 04-01-2004, 10:20 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

Wow, pretty complete listing. You're either patient or used MySQL

SELECT Name FROM items WHERE gmflag=1 ORDER BY Name ASC;

Lists all GM items in your database. Can use \T "GM-Items.txt" for output to text file, then \t to disable output once query is finished.
__________________

kRPG Profile
Reply With Quote