Search found 10 matches

by badmiracle
23 Mar 2011, 15:32
Forum: Support and Bug reports
Topic: Creating Database Help
Replies: 12
Views: 3641

Re: Creating Database Help

Is it possible that my "mana.db" file was built wrong?

I mean the formatting looks pretty messed up.. http://pastebin.com/GcCgfuc9
by badmiracle
23 Mar 2011, 15:20
Forum: Support and Bug reports
Topic: Creating Database Help
Replies: 12
Views: 3641

Re: Creating Database Help

Thanks for the prompt reply,
but crush I don't think im getting anything..
by badmiracle
23 Mar 2011, 13:25
Forum: Support and Bug reports
Topic: Creating Database Help
Replies: 12
Views: 3641

Re: Creating Database Help

Crush would you mind taking a screenshot of what you did in command prompt for "making a GM account" I can't seem to get that to work now either..

Your last post was really helpful, and this would be greatly appreciated.

Thanks,

-Adrian
by badmiracle
22 Mar 2011, 22:53
Forum: Support and Bug reports
Topic: Errors when running server exe files.
Replies: 1
Views: 1386

Errors when running server exe files.

I am getting the following erros when I run accountserver.exe and gameserver.exe (I am using the Data files from the example folders)

Image
by badmiracle
22 Mar 2011, 22:17
Forum: Support and Bug reports
Topic: Creating Database Help
Replies: 12
Views: 3641

Re: Creating Database Help

Thank you.
by badmiracle
22 Mar 2011, 21:16
Forum: Support and Bug reports
Topic: Creating Database Help
Replies: 12
Views: 3641

Re: Creating Database Help

Im noticing that "mana.db" gets created when I run "accountserver.exe" (it closes right after) http://img171.imageshack.us/img171/3855/errorfi.png The mana.db file appears to be blank. I tried to use sqlite3.exe to import the tables into the file using the following command in sq...
by badmiracle
22 Mar 2011, 20:40
Forum: Support and Bug reports
Topic: Creating Database Help
Replies: 12
Views: 3641

Re: Creating Database Help

It is not creating any mana.db file in the directory.

Can you give me the exact command to put in? or did I have it right.. :S
by badmiracle
22 Mar 2011, 20:22
Forum: Support and Bug reports
Topic: Creating Database Help
Replies: 12
Views: 3641

Re: Creating Database Help

Okay so I did that, and put in:

sqlite3 mana.db < $.read src/sql/sqlite/createTables.sql

I also tried: sqlite3 mana.db < $.read/src/sql/sqlite/createTables.sql

and nothing happened. When I put a semi-colon ";" at the end I get an Error near "sqlite": syntax error
by badmiracle
22 Mar 2011, 19:49
Forum: Support and Bug reports
Topic: Creating Database Help
Replies: 12
Views: 3641

Creating Database Help

Can someone just explain better how to go about creating the database using SQLite? Preparation of database file The creation of a new database file is very easy. Just go to the directory where you want to create it and type: sqlite3 mana.db < ${ManaServ-dir}/src/sql/sqlite/createTables.sql Do I do ...