Jump to content

devil12pl

Members
  • Posts

    47
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by devil12pl

  1. I just put this code in coment: if (!trainer.getTemplate().canTeach(activeChar.getClassId())) return; from java/net/sf/l2j/gameserver/network/clientpackets/RequestExEnchantSkillInfo.java and it works, wouldn't it be dangerous or it's better to create new npc with ability to enchant every class skills?
  2. Hello can someone tell me how to allow players to enchant skills in any trainer npc? I already edited the condition to show skill list while talking with npc but after choosing skill window dissapears.
  3. Yeah of course. I'm not that dumb... I think :D
  4. Hello. I have a little problem and honestly I have no idea what to do now. I changed respawn point after clicking "To town" by editing RequestRestartPoint.java I added my location to "default" code looks like this: default: loc = new Location(81275, 148617, -3468); break; and the whole code: I have no idea why it doesn't work. Hope I'll solve this problem with your help guys :)
  5. Can you then tell me how please? I just started with java and all this stuff it's really hard for me. That's why I'm looking for tips. :D I'd be thankful <3
  6. I know it's a kind of solution but I'd like to make normal potions usable in 2 mods. Manually and auto :D
  7. Nice share it works w/o problems but I have one question - how can i change activation key from left mouse button to right mouse button and make potions manually usable?
  8. I have simple question. I added anti buff shield as a toggle skill to my server. How to make this skill stay after death because it turns off after death?
  9. Yeah I'm just having fun with free rev of acis. Thank you for fast reply. It worked ♥
  10. Hello I have an error in this line: Collection<L2PcInstance> pls = L2World.getInstance().getPlayers(); it says: "The method getPlayers() is undefined for the type L2World"
  11. I think they have big chance. Quite a lot players are looking for low/mid epilogue ;P
  12. Really want to test the server already. I'm so excited :D Hope it will go live fast.
  13. https://www.youtube.com/watch?v=vgVUhVLnPDk
  14. Hi. I've just made my first Youtube video. I hope you like it and give me tips and show mistakes I made in video. Here's the link: https://www.youtube.com/watch?v=vgVUhVLnPDk
  15. Doesen't work. Still displays only first word.
  16. Hi i want to give scheme buffer new looking but I have a little problem. I want to change look of buffs in scheme so i changed this line: tb.append("<td><a action=\"bypass -h custom_dobuff skillunselect " + skill_group + " " + scheme_key + " " + String.valueOf(sk.getId()) + "\">" + sk.getName() + "</a></td>"); to tb.append("<td><button value=" + sk.getName() + " action=\"bypass -h custom_dobuff skillunselect " + skill_group + " " + scheme_key + " " + String.valueOf(sk.getId()) + "\" width=134 height=21 back=\"L2UI_ch3.BigButton3_over\" fore=\"L2UI_ch3.BigButton3\"></td>"); It works but in button names of buffs aren't displaying correctly. For example when I clicked Song of Earth in button I see only "Song" so it display only first word of buff name. How can i fix it?
  17. Sorry for big bump but the solution is very easy. To fix this issue you have to go to com.l2jfrozen.gameserver.datatables.CharSchemesTable.java and change: if (PowerPakConfig.NPCBUFFER_STORE_SCHEMES ) to if (PowerPakConfig.NPCBUFFER_STORE_SCHEMES == true) then test it again ;) Hope I helped you or anyone :P
  18. Great server. I'm waiting for next changes! :)
  19. Wow! I'm impressed. I waiting for the start. Very nice. BEST SERVER! :P
×
×
  • Create New...