Advertisement
Guest User

CoMithia Setup

a guest
Apr 18th, 2013
4,429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. Chronicles of Mithia is compatible with most/any flavor of Linux based operating system. (This includes Cygwin) Below is an installation guide for Ubuntu x86 (32-bit). Pretty sure this is everything, if it's wrong just post on Facebook and I'll respond eventually.
  2.  
  3. sudo apt-get install mysql mysqlclient libmysqlclient18
  4. sudo apt-get install gcc make gdb
  5. sudo apt-get install liblua-5.1
  6.  
  7. make all
  8.  
  9. debug:
  10. gdb <server> -x=gdbc
  11.  
  12. no debug with interface:
  13. ./<server>
  14.  
  15. no debug no interface:
  16. ./check-mithia-server-state (note that this starts all servers, so it's advised you set up the ones you want otherwise first.
  17.  
  18. Alter the conf files in the conf folder accordingly, you can see the current values used there.
  19.  
  20. I would suggest anyone to open the mithialua/Developers/Devs.lua and remove characters from the various staff tables.
  21.  
  22. Add a row 0 to Character and Item tables (I know, retarded...)
  23.  
  24. You will need to insert the maps into SQL as well as all tables were wiped clean. Most everything has intuitive names, so should be fairly easy to figure out.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement