Haku Posted May 29, 2016 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 60 Reputation: 2 Joined: 12/04/13 Last Seen: 2 hours ago Share Posted May 29, 2016 (edited) I tryd apply this commit: https://github.com/rathena/rathena/commit/e3c274ac5e9f0a7d3e2229931db07d4ab04e3b07 but gave this error: 2002: if( SQL_ERROR == Sql_Query(sql_handle, "INSERT INTO `%s` (`account_id`, `char_num`, `name`, `class`, `zeny`, `status_point`, `str`, `agi`, `vit`, `int`, `dex`, `luk`, `max_hp`, `hp`," 2003: "`max_sp`, `sp`, `hair`, `hair_color`, `last_map`, `last_x`, `last_y`, `save_map`, `save_x`, `save_y`, `sex`) VALUES (" 2004: "'%d', '%d', '%s', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%s', '%d', '%d', '%s', '%d', '%d', '%c')", 2005: schema_config.char_db, sd->account_id , slot, esc_name, start_job, charserv_config.start_zeny, 48, str, agi, vit, int_, dex, luk, 2006: (40 * (100 + vit)/100) , (40 * (100 + vit)/100 ), (11 * (100 + int_)/100), (11 * (100 + int_)/100), hair_style, hair_color, 2007: mapindex_id2name(charserv_config.start_point[start_point_idx].map), charserv_config.start_point[start_point_idx].x, charserv_config.start_point[start_point_idx].y, mapindex_id2name(charserv_config.start_point[start_point_idx].map), charserv_config.start_point[start_point_idx].x, charserv_config.start_point[start_point_idx].y, sex) ) Edited May 29, 2016 by Haku Quote Link to comment Share on other sites More sharing options...
0 Kakaroto Posted May 29, 2016 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 638 Reputation: 95 Joined: 05/11/12 Last Seen: Monday at 01:03 PM Share Posted May 29, 2016 It works perfectly. Try to download the rAthena on GitHub here: LINK Quote Link to comment Share on other sites More sharing options...
0 Haku Posted May 30, 2016 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 60 Reputation: 2 Joined: 12/04/13 Last Seen: 2 hours ago Author Share Posted May 30, 2016 It works perfectly. Try to download the rAthena on GitHub here: LINK My emulator is 2016, but don't have this packet. Can someone help me? Quote Link to comment Share on other sites More sharing options...
0 Kakaroto Posted May 30, 2016 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 638 Reputation: 95 Joined: 05/11/12 Last Seen: Monday at 01:03 PM Share Posted May 30, 2016 (edited) It works perfectly. Try to download the rAthena on GitHub here: LINK My emulator is 2016, but don't have this packet. Can someone help me? Emulator download link, client 2015 support: CLICK Edited May 30, 2016 by Kakaroto Quote Link to comment Share on other sites More sharing options...
Question
Haku
I tryd apply this commit:
https://github.com/rathena/rathena/commit/e3c274ac5e9f0a7d3e2229931db07d4ab04e3b07
but gave this error:
Link to comment
Share on other sites
3 answers to this question
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.