Jump to content

Revolver

Members
  • Posts

    50
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Revolver

  1. Good job mate, nice coded, pretty well done. Keep it up with cool ideas.
  2. Really good job, might help people create XML's way faster than before. Thank you very much :) Keep it up
  3. Thank you for that great share Matim. There is no need to hear comments from other people that have zero knowledge about java nor the facts. Just appreciate his work, noone pushed him to share it free. Idiots live everywhere, peace.
  4. Wrong section. Please check where you post next time.
  5. This solution won't work for me cause i will replace Infinity Weapons with different & i want them to have glow. Thanks for the tip tho.
  6. When you are going to choose your weapon from the Hero Weapon List: I want them to become +7 automatically without any scroll. When they will receive the Infinity Weapon,i want it to be +7. Thanks in advance, - Rev
  7. Hello Devs, I was searching today for a line that would give Infinity Weapons enchanted to +7, i've tryied to use this line st.setEnchantLevel(7); to this part of the code: @Override public String onAdvEvent(String event, L2Npc npc, L2PcInstance player) { QuestState st = player.getQuestState(getName()); int weaponId = Integer.valueOf(event); if (Util.contains(weaponIds, weaponId)) st.giveItems(weaponId, 1); st.exitQuest(true); return null; } Any suggestions? Thanks in advance, -Rev
  8. Thanks mate this is really usefull. I was using a different pattern for this one,but this is better. Continue like this, - Rev
  9. Nice one mate. Thanks for sharing with us. - Rev
  10. Nice one mate. Thanks for sharing with us. - Rev
  11. Give us the error.txt in code tags.
  12. Inside the __init__.py file my friend. - Rev
  13. pape90, First of all what source code are you being using for your server? L2jServer,L2jFree?? Secondly,could you please send me this part of your code? - Rev
  14. You should change the imports in order to suit with your datapack. - Rev
  15. Check your values. Mysql Username / Password / Bin Adress / Database Entry might be wrong.
  16. I have no problem to work, but as i said i am really newbie with Java. Here and a few weeks i am studying with a teacher Java,i am testing things with Eclipse but i'm not there yet. Could you please help me a bit with coding? Thanks in advance - Rev
  17. I've moved the code to the bottom of this code and now it shows it twice. The 1st announcement,is for the clan that takes the Castle. The 2nd announcement,is for the clan that loses the Castle. But there is only 1 line that triggers the announcement.
  18. Could you please give me more of this code?
  19. As eKo said,if Windows Web Server 2008 support the tools & programs required to run Lineage II Server,then i don't think you'll have any problems at all.
  20. Intrepid, Thanks for all of your help. I was trying to fix this here and 5 days but i couldn't. This is the result of your help. But why is it announced 3 times? This is the code: Thanks very much, - Rev
  21. Thanks for the code,but check this error out: Any help? Thanks
  22. I am still at the first steps of Java... Could you give me a hand? I don't know how to place a loop.
  23. Exactly....And this code isn't working. It doesn't recognise the player part. Any way to fix this error? This is the error:
×
×
  • Create New...