Jump to content
  • 0

can anyone experienced this


secondL

Question


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  155
  • Reputation:   1
  • Joined:  02/03/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

before this the buffer work fine or ?

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  155
  • Reputation:   1
  • Joined:  02/03/13
  • Last Seen:  

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 by secondL
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

did you config your map_server to log of any error found? or will you share your NPC here?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  155
  • Reputation:   1
  • Joined:  02/03/13
  • Last Seen:  

 
//===== 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?

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

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 by Cydh
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  155
  • Reputation:   1
  • Joined:  02/03/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  155
  • Reputation:   1
  • Joined:  02/03/13
  • Last Seen:  

ok thanks man! i will try to fix my npc problem solved!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...