secondL Posted February 25, 2013 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 155 Reputation: 1 Joined: 02/03/13 Last Seen: September 9, 2015 Share Posted February 25, 2013 i update my svn (17160) now and i notice and my players that everytime we click the NPC healer (custom healer) we stuck up! but before we cant experience that error...it means that svn 17160 have a error again or my custom npc? Quote Link to comment Share on other sites More sharing options...
clydelion Posted February 25, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 754 Reputation: 186 Joined: 05/22/12 Last Seen: October 15, 2022 Share Posted February 25, 2013 It is because of this change. And yes, you have to fix it on other npc's too. In the first place, the close; at the end is not needed of there's no *mes ""; http://trac.rathena.org/changeset/17160/rathena/trunk/src/map/npc.c Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted February 25, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted February 25, 2013 before this the buffer work fine or ? Quote Link to comment Share on other sites More sharing options...
Cydh Posted February 25, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted February 25, 2013 check your map_server-sql log when you click your NPC. if you log the map_server-sql, the log file will show you your error/debug/waring lines Quote Link to comment Share on other sites More sharing options...
secondL Posted February 25, 2013 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 155 Reputation: 1 Joined: 02/03/13 Last Seen: September 9, 2015 Author Share Posted February 25, 2013 (edited) before this the buffer work fine or ? yeah its work fine but when i update the server we stuck up everytime we click the healer check your map_server-sql log when you click your NPC. if you log the map_server-sql, the log file will show you your error/debug/waring lines dude my sql works fine too and i cant see any error Edited February 25, 2013 by secondL Quote Link to comment Share on other sites More sharing options...
Cydh Posted February 25, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted February 25, 2013 did you config your map_server to log of any error found? or will you share your NPC here? Quote Link to comment Share on other sites More sharing options...
secondL Posted February 25, 2013 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 155 Reputation: 1 Joined: 02/03/13 Last Seen: September 9, 2015 Author Share Posted February 25, 2013 //===== Amuro Ryuzaki Script ======================================= //============================================================ prontera.gat,154,187,6 script Healer#h1-1::Healer 834,{ percentheal 100,100; specialeffect2 101; atcommand "@repairall"; skilleffect 34,0; sc_start SC_BLESSING,360000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10; close; } that's my custom healer and how to config the map_sever to log? Quote Link to comment Share on other sites More sharing options...
clydelion Posted February 25, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 754 Reputation: 186 Joined: 05/22/12 Last Seen: October 15, 2022 Share Posted February 25, 2013 Remove close; Quote Link to comment Share on other sites More sharing options...
Cydh Posted February 25, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted February 25, 2013 (edited) that's my custom healer and how to config the map_sever to log?conf/map_athena.conf//Makes server log selected message types to a file in the /log/ folder //1: Log Warning Messages //2: Log Error and SQL Error messages. //4: Log Debug Messages //Example: "console_msg_log: 7" logs all 3 kinds //Messages logged by this overrides console_silent setting console_msg_log: 7 Edited February 25, 2013 by Cydh Quote Link to comment Share on other sites More sharing options...
secondL Posted February 25, 2013 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 155 Reputation: 1 Joined: 02/03/13 Last Seen: September 9, 2015 Author Share Posted February 25, 2013 Remove close; dude thank you again it works now my healer but the problem is all my npc custom have get same error, before we do not experienced that error until i update my svn....it means i need to update my npc custom scripts too? that's my custom healer and how to config the map_sever to log? conf/map_athena.conf //Makes server log selected message types to a file in the /log/ folder //1: Log Warning Messages //2: Log Error and SQL Error messages. //4: Log Debug Messages //Example: "console_msg_log: 7" logs all 3 kinds //Messages logged by this overrides console_silent setting console_msg_log: 7 dude it was already set and i cant see any error on sql Quote Link to comment Share on other sites More sharing options...
secondL Posted February 25, 2013 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 155 Reputation: 1 Joined: 02/03/13 Last Seen: September 9, 2015 Author Share Posted February 25, 2013 ok thanks man! i will try to fix my npc problem solved! Quote Link to comment Share on other sites More sharing options...
Question
secondL
i update my svn (17160) now and i notice and my players that everytime we click the NPC healer (custom healer) we stuck up! but before we cant experience that error...it means that svn 17160 have a error again or my custom npc?
Link to comment
Share on other sites
10 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.