Jump to content

Recommended Posts

Posted

read carefully what did you post

 

first condition is that the consecutivekillscoun must be over 29. How could be 0 in the next check =) ?

Posted

Nice PvP/PK Color Engine. How can i disable this feature for Admin/GMs ? I can't change the color of my name cuz the engine affects mine too. So i need a restriction e.g. if a player has more access than 1 the engine does not takes effect on him. Thx in advance.

  • 2 weeks later...
Posted

you can do it by yourself lol

btw, you dont need to restart to take it, be sure you modified the broadcastUserInfo()

i modified it,

and i dont know java rly good so i cant do it by myself

  • 1 month later...
Posted

and what about that error?????

 

Unclosed connection! Trace: com.l2jserver.gameserver.model.actor.appearance.Colo
rNameManager.loadValues(ColorNameManager.java:55)
java.lang.RuntimeException
        at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:
223)
        at com.l2jserver.gameserver.model.actor.appearance.ColorNameManager.load
Values(ColorNameManager.java:55)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:301)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:505)

 

i think i ve done something wrong . . .

Posted

nop, theres an unclosed connecton in my code. go to ColorNameManager.loadValues and at the botton of the method add

try{ if(con != null) con.close(); } catch(Exception e){ if(Config.DEBUG) e.printStackTrace(); }

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..