View Single Post
  #6  
Old 10-22-2011, 04:45 PM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

I know its been about a year but I finally got some time to update this. I have added all of the MySQL functionality to the program. The latest version can be downloaded here:

http://code.google.com/p/cubbers-eqe...downloads/list

You can also get the latest source code by doing:

svn checkout http://cubbers-eqemu-utils.googlecode.com/svn/trunk/ cubbers-eqemu-utils-read-only

Just a reminder the project was built in eclipse and the source is setup as such.

##############
#NEW FEATURES
##############

All SQL Commands are now functioning.

Account Menu:

Add Account (uses tblLoginServerAccounts)
Delete Account (uses tblLoginServerAccounts)
Change Password (uses tblLoginServerAccounts)
List Accounts (uses account table)


Character Menu:

Move Character (Character you are moving must be offline)
List Characters
Character Inventory (Lists specified character's inventory)
List Bots (Lists all bots on the server with Owner name)


Guilds Menu:

Create Guild
Delete Guild
List Guilds


Enjoy!
Reply With Quote