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

Working well but can u make code to disable it for gms and to dont need restart to take it?

 

Posted

you can do it by yourself lol

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

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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock