Jump to content
  • 0

can anyone experienced this


Question

Posted

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

Posted

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

Posted (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 by secondL
Posted
 
//===== 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?

Posted (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 by Cydh
Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...