Jump to content
  • 0

[help] buffer please


Nightw0lf

Question

hi i downloaded this buffer and i use Gracia Epilogue of L2j project

http://www.maxcheaters.com/forum/index.php?topic=81803.0

 

in place witch is

 

# SCHEME SYSTEM

 

if event == "create" :

con=L2DatabaseFactory.getInstance().getConnection()

param = eventParam1.replace("."," ")

if param == "no_name" :

return showText("Info","Please, enter the scheme name!","True","Return","main")

 

when a player creates a scheme without typing NOTHING in

it leaves an error database connection in game server

[all this started cause the "main" shows problem in gs server while trying to go "back" and i tryed to disapear it]

 

i thing this is the right to close the connection

try :

ins.executeUpdate()

ins.close()

con.close()

but i cant use it cause i am new in this section or programming

can somone help me find a solution?

thnx in advance

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...