Jump to content

criss22

Members
  • Posts

    505
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by criss22

  1. This error it is because...? [javac] javac: invalid target release: 12 [javac] Usage: javac <options> <source files> [javac] use -help for a list of possible options BUILD FAILED C:\Users\Admin\git\master\L2J_Mobius_CT_2.6_HighFive\build.xml:64: Compile failed; see the compiler error output for details. Total time: 2 seconds or what java i need for L2jMobius? I have jdk-12.0.1 with enviroments applied.
  2. I try to find how i can implement that and where in file it is :)
  3. I have this line with html: html.setFile(activeChar, activeChar.getHtmlPrefix(), "data/html/admin/npcinfo.htm"); I must change that data/html/admin/npcinfo.htm?
  4. Sure SweeTs, i search all forums, nothing found. I want to know how to start, like 1 line with CB page. Because i don't know how to set it. I want to set to Friends tab. Thanks
  5. Be with 3 sec more smart pls. And don't comment my topics. Thanks
  6. I understand, but how i can start? What i must do first?
  7. Hello everyone, I decide to make shift+click panel to shown in Community Page because it is more biggest and will have a nice look. But how i can set that? How i can do this? I must edit L2NpcActionShift.java? Or BoardsManager.java? or mby both. Idk
  8. I want to make for 1,2 types of mobs. Not for all mobs.
  9. How i can set a mob with hero aura? L2jSunrise High FIve
  10. Done, but now i miss 1 line. For %spoil% idk how to set it. http://
  11. Hello, i have a simple queston. How i can change this line StringUtil.append(html1, "<br><tr>", "<td><img src=\"" + item.getIcon() + "\" height=32 width=32>", "</td>", "<td>", "<font color=" + (cat.isSweep() ? ("ff00ff") : ("ff9933")) + ">" + item.getName() + "</font>", "<br1><font color=\"00cc66\">Chance: </font>", "<font color=\"ffffff\">" + roundChance, "0%" + "</font>", "<font color=\"00cc66\"> Min: </font>", "<font color=\"ffffff\">" + drop.getMinDrop() + "</font>", "<font color=\"00cc66\"> Max: </font>", "<font color=\"ffffff\">" + drop.getMaxDrop() + "</font>", "</td>", "</tr>"); To read from HTML file? To load from NpcInfoTest.html. Now altview it is showing by this code. Java. But i want to make java read html. ( I hope SweeTs see this) Thanks.
  12. + item.getName() + "</font></center>" + "<font color=\"ff00ff\">" + (cat.isSweep() ? ("ff9933") : ("ff00ff")) + http://
  13. Mby this method save you // Set the target of the L2PcInstance activeChar activeChar.setTarget(target);
  14. Well, i need a bit help. Back in past. Not more. I want to fix something and i didn't know. I make 2 category of drop. DROP and SPOIL . All good. I see Drop with Orange color. but Spoil i see still like Drop. Not like Fuchsya. I put cat.isSweep(). No chance. First Item it is Spoil drop. Second it is Drop normal Here it is java line. StringUtil.append(html1, "<tr>", "<td><center><img src=\"" + item.getIcon() + "\" height=32 width=32></center><br>", "<center><font color=\"ff9933\">" + item.getName() + "</font></center>", "<br1>" + "<center><font color=\"00cc66\">Chance: </font>", "<font color=\"ffffff\">" + roundChance + "0%" + "</font>", "<font color=\"00cc66\"> Min:</font>" + "<font color=\"ffffff\">" + drop.getMinDrop() + "</font>" + "<font color=\"00cc66\"> Max:</font>", "<font color=\"ffffff\">" + drop.getMaxDrop() + "</font></center>" + "<img src=\"L2UI.SquareWhite\" width=280 height=1>", "<br>", "</td>", "</tr>"); How i can set this line to add Drop Spoil like this color? Thanks
  15. I want to know where i find that coordonates..I search all google, i didn't find :) Old google...trauma
  16. I'm done SweeTs...relax. I am not lost. I learn basics....anyway, With your help i did it! Anyway, God make world in 6 days , yes? + i learn java too late. When all already know everything. And pro help pro. Never pro help newbie. Anyway, in your case, u did it! U help newbie because u are pro. Pro=good explications without critics. Without judges. I post here because i think and i i'm wrong, correct me, i post because i need help. It is a help section. Peoples cannot understand something. And yes, if u copy/paste something, somewhere wrong, u broke all code. It is important even a : . : (Dot). But basics i learned by you SweeTs. And in this way i want to thank you!
  17. Ok, i did it. But false it is true and true it is false :))) Yayyyyyyyyyy
  18. if (Config.BLOCK_COMMUNITY_ZONES) { if (!activeChar.isInsideZone(ZoneIdType.PEACE) || !activeChar.isInsideZone(ZoneIdType.TOWN)) { activeChar.sendMessage("Cannot use outside of peace zone."); return; } in BoardsManager.java and i think i am done
  19. Ok I show here what i did without any error. public static boolean BLOCK_COMMUNITY_ZONES; BLOCK_COMMUNITY_ZONES = Character.getBoolean("AllowCommunity", true); case "allowcommunity": BLOCK_COMMUNITY_ZONES = Boolean.parseBoolean(pValue); break; And in Config i must make now AllowCOmmunity=True or False. What it is missing? I think.. if (!activeChar.isInsideZone(ZoneIdType.PEACE) || !activeChar.isInsideZone(ZoneIdType.TOWN)) { activeChar.sendMessage("Cannot use outside of peace zone."); return; } But where i must add this? In config.java or BoardsManager.java?
  20. And i would like to get ready code, because i understand more fast how it's work. It is not a crime. It is a full help. I don't want this ofc, i don't want a ready code. But in 41 answers i don't get anything.
×
×
  • 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