secondL Posted February 25, 2013 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
clydelion Posted February 25, 2013 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
mrlongshen Posted February 25, 2013 Posted February 25, 2013 before this the buffer work fine or ? Quote
Cydh Posted February 25, 2013 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
secondL Posted February 25, 2013 Author 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
Cydh Posted February 25, 2013 Posted February 25, 2013 did you config your map_server to log of any error found? or will you share your NPC here? Quote
secondL Posted February 25, 2013 Author 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
Cydh Posted February 25, 2013 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
secondL Posted February 25, 2013 Author 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
secondL Posted February 25, 2013 Author Posted February 25, 2013 ok thanks man! i will try to fix my npc problem solved! Quote
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?
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.