Jump to content

Microsoft

Members
  • Posts

    244
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Microsoft

  1. Why don't you look for a dedicated server and install everything by your own.
  2. You can download this http://svn6.assembla.com/svn/ClientSide/Lua_Project/System/
  3. If ever na meron ka na sa lua files na accessoryid saka accname, copy mo yung laman ng dalawang file tapos paste mo sa lub files naman, same name pero different file extension. Ganyan talaga kapag hindi naka compile. No worries, follow mo yung sinabi ko, gagana yan ilang beses ko ng nagagawa yan.
  4. OMGGGGGGGGGGG........... O_O you made it work thks Thks Thks.... Thks >D No problem
  5. Try to create a new database for your logs.sql, create database ragnalog; then upload the sql-files/logs.sql inside the ragnalog database then change your inter_athena.conf to this: // MySQL Log Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: root log_db_pw: vertrigo log_db_db: ragnalog log_codepage: log_login_db: loginlog
  6. rathena - Revision 17706: /trunk //2013-08-07Ragexe packet_ver: 45
  7. If found this: // Basic ASPD value int status_base_amotion_pc(struct map_session_data* sd, struct status_data* status) { int amotion; int classidx = pc_class2idx(sd->status.class_); #ifdef RENEWAL_ASPD short mod = -1; switch( sd->weapontype2 ){ // adjustment for dual weilding case W_DAGGER: mod = 0; break; // 0, 1, 1 case W_1HSWORD: case W_1HAXE: mod = 1; if( (sd->class_&MAPID_THIRDMASK) == MAPID_GUILLOTINE_CROSS ) // 0, 2, 3 mod = sd->weapontype2 / W_1HSWORD + W_1HSWORD / sd->weapontype2 ; } amotion = ( sd->status.weapon < MAX_WEAPON_TYPE && mod < 0 ) ? (job_info[classidx].aspd_base[sd->status.weapon]) // single weapon : ((job_info[classidx].aspd_base[sd->weapontype2] // dual-wield + job_info[classidx].aspd_base[sd->weapontype2]) * 6 / 10 + 10 * mod - job_info[classidx].aspd_base[sd->weapontype2] + job_info[classidx].aspd_base[sd->weapontype1]); if ( sd->status.shield ) amotion += ( 2000 - job_info[classidx].aspd_base[W_FIST] ) + ( job_info[classidx].aspd_base[MAX_WEAPON_TYPE] - 2000 ); #else // base weapon delay amotion = (sd->status.weapon < MAX_WEAPON_TYPE) ? (job_info[classidx].aspd_base[sd->status.weapon]) // single weapon : (job_info[classidx].aspd_base[sd->weapontype1] + job_info[classidx].aspd_base[sd->weapontype2])*7/10; // dual-wield // percentual delay reduction from stats amotion -= amotion * (4*status->agi + status->dex)/1000; #endif at this post: http://rathena.org/board/topic/85734-changing-aspd-formula-not-define-renewalaspd-or-implementing-my-own-possible/?p=222518
  8. OK sir i will try thank you very much Still having the same error sir.. This is kinda easy, just do add me on skype, [email protected]
  9. You are using root user right? Then you should registered the username "root" for the privileges. Also please use the MYSQL password for all password required in adding user in privileges.
  10. Example: To increase Magic Attack { bonus bMatkRate,16; },{},{} To increase base HP { bonus bMaxHPrate,100; },{},{} To increase base SP { bonus bMaxSPrate,15; },{},{} To give additional luk { bonus bLuk,5; },{},{}
  11. - What's the iowait? - Have you checked if you are being attacked? - Is the load high 24/7 or some times of the day? Do you have CPU graphs? Are you usig OpenVZ? Because OpenVZ doesn't have very good CPU isolation and either you could face a "bad neighbor" problem, or the node is overloaded. This is something that can only be solved from your provider.
  12. I am not having any issues with connecting the webhost in a vps, but there's still an issue if you avail paid web host, some web hosting provider doesn't support port opening. This is not a problem, you can read my topic, just click my link.
  13. See? You are not following me. Your password in char_athena.conf, map_athena.conf is: userid: server passwd: password then your user and password in login table is: userid: TestServer passwd: Password1234 I told you to use the same username and password of your char_athena.conf and map_athena.conf for your login table.
  14. Do not change the ip in inther_athena.conf sql.db_hostname, char_server_ip, map_server_ip, log_db_ip got same error.. how about the priviliges in phpadmin? sorry too noob.. i already ran the this and was able to log-in, and i dont know now what happen.. What is your username and password in your login table?
  15. Do not change the ip in inther_athena.conf sql.db_hostname, char_server_ip, map_server_ip, log_db_ip
  16. Go to your phpMyAdmin Choose your database Click the login table Edit the first line with the "S" gender change the username and password the same in your char_athena.conf, map_athena.conf
  17. purpose of ./configure: If any of the major requirements are missing on your system, the configure script would exit and you cannot proceed with the installation, until you get those required things. The main job of the configure script is to create a "Makefile" . This is a very important file for the installation process. Depending on the results of the tests (checks) that the configure script performed it would write down the various steps that need to be taken (while compiling the software) in the file named Makefile.
  18. To recompile: chmod +x configure ./configure if you are using 64 bit then ./configure --enable-64bit make clean make sql
  19. try character with no GM sprite, try to hit monsters.
  20. You can only change the images if you are using flux integ. Tell them that you will use it to make your server status online. Using godaddy for your webhost is too expensive, why don't you use VPS for your website?
×
×
  • Create New...