Keiichi Posted December 31, 2011 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 39 Reputation: 0 Joined: 12/30/11 Last Seen: February 6, 2012 Share Posted December 31, 2011 How can i fix this? Please help thanks! Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 31, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 8 hours ago Share Posted December 31, 2011 Recompile your server for SQL ...the currently Emulator is TXT version.. Quote Link to comment Share on other sites More sharing options...
Keiichi Posted December 31, 2011 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 39 Reputation: 0 Joined: 12/30/11 Last Seen: February 6, 2012 Author Share Posted December 31, 2011 what do you mean sir? Quote Link to comment Share on other sites More sharing options...
Sryx Posted December 31, 2011 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 520 Reputation: 64 Joined: 11/19/11 Last Seen: October 19, 2024 Share Posted December 31, 2011 (edited) i hope it helps. Edited December 31, 2011 by KeiKun Link Removed Quote Link to comment Share on other sites More sharing options...
KeiKun Posted December 31, 2011 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: Friday at 08:18 AM Share Posted December 31, 2011 Please use rAthena Wiki~ here's the link Compiling Quote Link to comment Share on other sites More sharing options...
Keiichi Posted December 31, 2011 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 39 Reputation: 0 Joined: 12/30/11 Last Seen: February 6, 2012 Author Share Posted December 31, 2011 (edited) what about this sir? Edited December 31, 2011 by Keiichi Quote Link to comment Share on other sites More sharing options...
JayPee Posted December 31, 2011 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 633 Reputation: 78 Joined: 11/14/11 Last Seen: September 20, 2017 Share Posted December 31, 2011 (edited) Did you already created a database? If not you need to create and import the required tables which is included in the sql-files folder inside your server files You may use phpmyadmin or mysql query browser to create a database. I think the sql required files are: * main.sql * item_db and item_db2.sql * item_db_re.sql * mob_db.sql and mob_db2.sql * mob_skill_db.sql and mob_skill_db2.sql * logs.sql(pede mo itong ihiwalay na database) Edited December 31, 2011 by JayPeeMateo Quote Link to comment Share on other sites More sharing options...
Keiichi Posted December 31, 2011 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 39 Reputation: 0 Joined: 12/30/11 Last Seen: February 6, 2012 Author Share Posted December 31, 2011 in my sql? Quote Link to comment Share on other sites More sharing options...
JayPee Posted December 31, 2011 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 633 Reputation: 78 Joined: 11/14/11 Last Seen: September 20, 2017 Share Posted December 31, 2011 (edited) yep MYSQL sa tingin ko is kasi hindi mo nalagay lahat ng required tables for the database. You may use WAMP or XAMPP para magkaroon ka ng PHPMYADMIN with Apache and PHP or this MYSQL QUERY BROWSER Edited December 31, 2011 by JayPeeMateo Quote Link to comment Share on other sites More sharing options...
Keiichi Posted December 31, 2011 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 39 Reputation: 0 Joined: 12/30/11 Last Seen: February 6, 2012 Author Share Posted December 31, 2011 nalagay ko na po ung lahat na nilagay mo sir . wala ganung parin e Quote Link to comment Share on other sites More sharing options...
JayPee Posted December 31, 2011 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 633 Reputation: 78 Joined: 11/14/11 Last Seen: September 20, 2017 Share Posted December 31, 2011 (edited) Tama ba ung mga nakalagay sa map_athena.conf, login_athena.conf, char_athena.conf and inter_athena.conf In char_athena.conf and map_athena.conf my makikita kang userid and password kelangan same sya dun sa login table in MYSQL na my S gender and 1 accountid . dapat same userid and password and your inter_athena.conf must have the correct database access information and correct database names/schema Edited December 31, 2011 by JayPeeMateo Quote Link to comment Share on other sites More sharing options...
KeiKun Posted December 31, 2011 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: Friday at 08:18 AM Share Posted December 31, 2011 (edited) hi! @ Jaypee Prevent the User on using SQL DB for others Since Default is //Use SQL item_db, mob_db and mob_skill_db for the map server use_sql_db: no @ Keiichi Goto conf/char_athena.conf // Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. //login_ip:127.0.0.1 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. //char_ip: 127.0.0.1 login_ip: char_ip: remove the (//) infront of it just use 127.0.0.1 <-- as IP since it means localhost or yourself only now goto conf/map_athena.conf // Character Server IP // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. //char_ip: 127.0.0.1 // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. //map_ip: 127.0.0.1 like @ char_athena.conf remove the (//) infront of char_ip: map_ip: then use 127.0.0.1 after doing that goto conf/subnet_athena.conf // Subnet support file // Format is: // subnet: net-submask:char_ip:map_ip // you can add more than one subnet subnet: 255.0.0.0:127.0.0.1:127.0.0.1 change 255.0.0.0 to 255.255.255.0 then run server post again here for problems~ Edited December 31, 2011 by KeiKun Quote Link to comment Share on other sites More sharing options...
Keiichi Posted December 31, 2011 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 39 Reputation: 0 Joined: 12/30/11 Last Seen: February 6, 2012 Author Share Posted December 31, 2011 i cant see txt in box its just a blank box Quote Link to comment Share on other sites More sharing options...
KeiKun Posted December 31, 2011 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: Friday at 08:18 AM Share Posted December 31, 2011 i cant see txt in box its just a blank box refresh might be your browser~ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.