View Single Post
  #4  
Old 06-06-2002, 02:42 PM
bot403
Sarnak
 
Join Date: May 2002
Posts: 52
Default

i know mysql, but i thought it would just be easy to type
./world dumpacct bot403
and have a bot403.sql file with ALL my chars and my acct info rather than this
(startup ssh and login to Linux box downstairs)
bash#mysql -u USERNAME -pPASSWORD DB
mysql>use eq;
mysql>select * from account where name='bot403';
(grab pen and paper and write down acct #)
mysql>select * from characters where acct_id=(number i wrote)

etc. etc.....

It was just an idea that crossed my mind and i thought it might help DB newbies or us lazy ppl

and then dont make me type out what i would have to do to put the new char in the DB.
./world importchar bot403.sql

Its somethign to think about, maybe a feature to put on the side until eq is perfect and only needs silly features like this to bloat the codebase.
Reply With Quote