Jump to content

CrazyDeagle

Members
  • Posts

    1,043
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by CrazyDeagle

  1. yeh real nice share :P thanks you ^^
  2. who can make the last weapon plz :'(
  3. Is not 3lackheart is chandy X.X and RealEagle
  4. Yeh i think is this too but i cant download this is too bigger :'(
  5. Nice share what can i said more? :P nothing just a Goood work and real nice color +1 for him please
  6. http://www.maxcheaters.com/forum/index.php?topic=74274.0 Hello everyone i have a request for someone or the creator of the Raziel weapon If someone can finish his work, i seach the rapier/CrossBow/Ancient sword. Thanks you
  7. public static final void versionInfo(L2PcInstance activeChar) { activeChar.sendMessage(":__. :_____:_____:_____:_____:_____:_____:"); activeChar.sendMessage("| |__|___ |__. | __| | __| __|"); activeChar.sendMessage("| | ___| | | __| ) _| __| __|"); activeChar.sendMessage("|_____|_____|_____|__| |__|__|_____|_____|"); activeChar.sendMessage("l2jfree " + getVersionInfo() + ", gpl 3 license"); } Hello i want remove this credit. when i log in the game i can see this. My question is what the way for delete this I think i need change the enterworld and delete this but i am not sure. If someone can help me thanks you
  8. Hello man welcome in MXC
  9. Omg nice weapon thanks man is a real good idea
  10. O.o thanks you man this real good now you dont need seach the skill fi you want make a buffer :p Thanks you
  11. Welcome man!!
  12. lool so funny thanks you man for your share :P take the sharing
  13. Omg nice server i want try now :P GOOD luck bro
  14. Welcome man!!!
  15. Welcome in maxcheaters and Have fun :P!!
  16. Welcome!!!
  17. Omg so crazy :P i like this face xD thanks for your sharing :P
  18. O.O yeh sorry epic error thanks you man :P
  19. Bad Section plz post here http://www.maxcheaters.com/forum/index.php?board=64.0
  20. Man i dont find this _taxPercent = rs.getInt("taxPercent"); _treasury = rs.getLong("treasury"); + + _showNpcCrest = rs.getBoolean("showNpcCrest"); } rs.close(); statement.close(); @@ -1129,6 +1133,20 @@ return _treasury; } + public final boolean getShowNpcCrest() + { + return _showNpcCrest; + } + + public final void setShowNpcCrest(boolean showNpcCrest) + { + if (_showNpcCrest != showNpcCrest) + { + _showNpcCrest = showNpcCrest; + updateShowNpcCrest(); + } + } + public List<SeedProduction> getSeedProduction(int period) { return (period == CastleManorManager.PERIOD_CURRENT ? _production : _productionNext); @@ -1579,6 +1597,36 @@ } } + public void updateShowNpcCrest() + { + Connection con = null; + PreparedStatement statement; + try + { + con = L2DatabaseFactory.getInstance().getConnection(); + + statement = con.prepareStatement("UPDATE castle SET showNpcCrest = ? WHERE id = ?"); + statement.setString(1, String.valueOf(getShowNpcCrest())); + statement.setInt(2, getCastleId()); + statement.execute(); + statement.close(); + } + catch (Exception e) + { + _log.info("Error saving showNpcCrest for castle " + getName() + ": " + e.getMessage()); + } + finally + { + try + { + con.close(); + } + catch (Exception e) + { + } + } + } + public FastList<L2Skill> getResidentialSkills() { return _residentialSkills; same here http://www.l2jserver.com/svn/branches/L2_GameServer_T2.3/java/net/sf/l2j/gameserver/model/entity/Siege.java
  21. Welcome man and have fun
  22. Omg it so crazy thanks for your share
×
×
  • 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