Jump to content

azizilaika

Members
  • Posts

    160
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by azizilaika

  1. When server loading i get this error: Exception in thread "main" java.lang.NullPointerException at com.l2jfree.gameserver.handler.ItemHandler.registerItemHandler(ItemHa ndler.java:122) at com.l2jfree.gameserver.handler.ItemHandler.<init>(ItemHandler.java:10 4) at com.l2jfree.gameserver.handler.ItemHandler.getInstance(ItemHandler.ja va:45) at com.l2jfree.gameserver.GameServer.<init>(GameServer.java:352) at com.l2jfree.gameserver.GameServer.main(GameServer.java:444)
  2. They can't. If they do, change access level in buffer.
  3. Hello Rin4a. I have your npc buffer. As you asked i left the credits. But i want to make it a little different. I want to make it load vips not from buffer_vip_list table but from characters table. I added a new field called vip in characters table. I want to make: if vip=1 char is vip,if vip=0 do not show vip buff section. Made it like this: def isVip(st) : count = 0 result = "False" conn=L2DatabaseFactory.getInstance().getConnection (None) getIsVip = conn.prepareStatement("SELECT char_name FROM characters WHERE vip=\"1\" LIMIT 1") act=getIsVip.executeQuery() while (act.next()) : try : count = count + 1 except : count = 0 try : conn.close() except : pass try : conn.close() except : pass if count == 1 : result = "True" else : result = "False" return result But when I make it like this, buffer thinks that every char is vip and shows vip buff section. How can i make that only chars with vip=1 in characters table would see vip buff section?
  4. I have error while compiling: C:\Documents and Settings\Administrator\workspace\Copy of Core Version 1.2.9\src \main\java\com\l2jfree\gameserver\handler\voicedcommandhandlers\EventVote.java:[ 41,18] cannot find symbol symbol : variable _voteEvent location: class com.l2jfree.gameserver.model.actor.instance.L2PcInstance C:\Documents and Settings\Administrator\workspace\Copy of Core Version 1.2.9\src \main\java\com\l2jfree\gameserver\handler\voicedcommandhandlers\EventVote.java:[ 44,15] cannot find symbol symbol : variable _voteEvent location: class com.l2jfree.gameserver.model.actor.instance.L2PcInstance C:\Documents and Settings\Administrator\workspace\Copy of Core Version 1.2.9\src \main\java\com\l2jfree\gameserver\handler\voicedcommandhandlers\EventVote.java:[ 58,18] cannot find symbol symbol : variable _voteEvent location: class com.l2jfree.gameserver.model.actor.instance.L2PcInstance C:\Documents and Settings\Administrator\workspace\Copy of Core Version 1.2.9\src \main\java\com\l2jfree\gameserver\handler\voicedcommandhandlers\EventVote.java:[ 61,15] cannot find symbol symbol : variable _voteEvent location: class com.l2jfree.gameserver.model.actor.instance.L2PcInstance C:\Documents and Settings\Administrator\workspace\Copy of Core Version 1.2.9\src \main\java\com\l2jfree\gameserver\model\entity\events\TvT.java:[1545,10] cannot find symbol symbol : variable _voteEvent location: class com.l2jfree.gameserver.model.actor.instance.L2PcInstance C:\Documents and Settings\Administrator\workspace\Copy of Core Version 1.2.9\src \main\java\com\l2jfree\gameserver\model\entity\events\CTF.java:[2089,10] cannot find symbol symbol : variable _voteEvent location: class com.l2jfree.gameserver.model.actor.instance.L2PcInstance Solved: Add to your code: gameserver.model.actor.instance.L2PcInstance: /** CTF Engine parameters */ public String _teamNameCTF, _teamNameHaveFlagCTF, _originalTitleCTF; public int _originalNameColorCTF, _originalKarmaCTF, _countCTFflags; public boolean _inEventCTF = false, _haveFlagCTF = false; public Future<?> _posCheckerCTF = null; + public boolean _voteEvent = false;
  5. Maby someone already has php script and could share it? (i dont know php language so i cant make it by myself, but i think i will try to learn it)
  6. Is there any program available which verifactions L2Walker IG 2.05? Its like l2asrv or l2w?
  7. Nice web but why is it pink? offtop: A-Style read your personal message
  8. Very usefull. I very often close my gameserver folder and shutdown server so i need to start up it again. Thx!
  9. Very nice web. But i dont like one thing - buttons.
  10. WOW best duals made ever! thank you :)
  11. Hmm it was working for me until today. Now o get dont send error. Any ideas? :/
  12. Hmm i tried in l2j interlude server and it works on other does not
  13. I LOVE MAFIA. I remmember when i played mafia i liked it so. We played it with uncle and passed the game few times. I CANT WAIT MAFIA II !!!!!!!!!!!!!!!!
  14. Titan has skill that reduces hp when you use it with pole. Equip homu+conversation c grade mage set i dont remember which and then use that skill which reduces hp using pole
  15. It doesnt run for me. I get error.
  16. It doesnt work for me.
  17. Thank you few codes still works.
  18. Hello. I hope you'll like this forum.
  19. Very nice weapons Thank ill you use it
  20. Thanks very nice share.
  21. Thx nice glow i will use it in my server.
  22. Wow very good idea. Keep it up!
  23. Seems to work in l2 off for me. Thanks!
×
×
  • 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