Jump to content

k1dz0r

Members
  • Posts

    64
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by k1dz0r

  1. k1dz0r

    Logo Try

    money
  2. k1dz0r

    Gay or not?

    not
  3. I have a problem with that buffer from this project: https://www.assembla.com/code/L2jSProject/subversion/nodes/223/trunk/L2jS-Game I have just installed that buffer into my project but i have a little problem all works fine no errors no nothink just that thing if someone create a scheme of buffs all works fine till i am restarting the server...after restart the buffer didn't load the scheme back, looks like he doesn't created any scheme of buffs before the restart. i had checked the db and schemes are saved there but didn't load them what can i do? i tried 10000 times but cant find an answer. please if someone can help me i appreciate sorry for my bad english i know it isn't so good :P
  4. i will use it on my server
  5. Hey guys long time ago 1 friend gived me his serial number from nexus engine but he forgot to give me and accces to their forum and now they have changed host ip and i need a new one nexus_event.jar if someone want to help i will appreciate, thanks sry for eng
  6. How the title says i need all shields and sigils from god armors, thanks
  7. I added and this instance ... still doesn't work:(, idk what to do anymore... public void playerLoggedIn(L2PcInstance activeChar) { ModsBufferSchemeTable.getInstance().loadMyScheme(activeChar); } public void playerDisconnected(L2PcInstance activeChar) { ModsBufferSchemeTable.getInstance().destroyMyScheme(activeChar); }
  8. I don't need another buffer, i want to fix this one...
  9. yes i have them on gameserver.java so the only chance is to rewrite this code? if yes i will be very sad:(
  10. Hello, i have a small problem into my buffer, so all works fine but only one thing not... after every restart server all scheme buffs created by players disappear and idk where is the problem. The all schemes are saved on database but didnt load them... Any ideas? http://www.l2jserver.com/forum/download/file.php?id=5260 - core http://www.l2jserver.com/forum/download/file.php?id=5261 - dp
  11. From the title is what i want to do. This is the code: // Add karma to attacker and increase its PK counter setPvpKills(getPvpKills() + 1); if (Config.PVP_ALLOW_REWARD) { for (String s : Config.PVP_REWARD) { try { int itemId = Integer.parseInt(s.split(",")[0]); long amount = Long.parseLong(s.split(",")[1]); addItem("PvP Reward", itemId, amount, this, true); } catch (Exception e) { continue; } } sendMessage("You will be rewarded for pvp kill!"); } If someone can help me... Thank you, for understanding.
  12. ok look... Don't work fine. Look: http://imageshack.us/photo/my-images/155/shot00006f.jpg/ And this is other bug when you are equiped with fists: http://imageshack.us/photo/my-images/88/shot00007v.jpg/ http://imageshack.us/photo/my-images/16/shot00008uc.jpg/
  13. Do you know fix of female orc?
  14. Robe Chest on Orc Female don't work can you give me fix?
  15. Have someone fix for freya?
  16. Can you create shield sigil and cloak please?
  17. Bro if you can make shield, sigil and cloak you are the best!
  18. now i have them from my source and works.thx all
  19. Yes i tried this, but i dont know where is his patch...
  20. http://www.crepuscule-lineage2.fr/
  21. Hi! I want to make 1 custom farm zone [for exemple Forgotten Temple or Crystal Caverns], where need to be equiped with an custom item ( for example id:66666) and for a periode the time limited, if you dont have necessary items, you will be teleported town. Can someone help me?
×
×
  • 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