Jump to content

John Mouling

Members
  • Posts

    22
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by John Mouling

  1. I have this question. Wich is the first byte?
  2. hi people!! how are you?. I tryed to open L2Editor and i have this error. Assertion Failed INT Size > 0 file xxxxx\mallocDebug.h do you know what is it?
  3. Someone have an idea?. I could pay for help. Thanks!
  4. Hello how are you?. I was testing some things in the pack I'm using and I see that there is a problem with this panther, does anyone know how I can solve it? The darkPanter and the pets are apparently doing well.
  5. Hello how are you? I'm looking for how to decompile a l2.exe. Do you know if it is easy and with what app? If it is not possible, I would need someone to do it and pay them. I understand that you can change the game icon and name there? For example, give it the name of the server so that it appears when you are on Discord?
  6. I will try it. Thanks Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 1 at jogamp.opengl.windows.wgl.awt.WindowsAWTWGLGraphicsConfigurationFactory.chooseGraphicsConfigurationImpl(WindowsAWTWGLGraphicsConfigurationFactory.java:160) at javax.media.nativewindow.GraphicsConfigurationFactory.chooseGraphicsConfiguration(GraphicsConfigurationFactory.java:240) at javax.media.opengl.awt.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java:978) at javax.media.opengl.awt.GLCanvas.addNotify(GLCanvas.java:517) at java.desktop/java.awt.Container.addImpl(Container.java:1150) at java.desktop/java.awt.Container.add(Container.java:1033) at java.desktop/javax.swing.JFrame.addImpl(JFrame.java:554) at java.desktop/java.awt.Container.add(Container.java:1001) at g3deditor.swing.FrameMain.initLayout(FrameMain.java:308) at g3deditor.swing.FrameMain.<init>(FrameMain.java:174) at g3deditor.swing.FrameMain.init(FrameMain.java:71) at g3deditor.G3DEditor$1.run(G3DEditor.java:75) at g3deditor.swing.Splash.<init>(Splash.java:77) at g3deditor.G3DEditor.main(G3DEditor.java:46) This is G3DEditor error when it starts. Do you know wich could be the problem?
  7. I've had problems running or opening G3DEditor. Do you have any link to recommend that works? I don't know if it will be my PC or the program directly. Thanks for your reply.
  8. Hi people! im stacked trying to create a basic geodata on a Event Map, i would like to ask if someone has experience that it could me give a hand i'll be gratefull.
  9. Hi people. good morning. I downloaded G3DEditor but when I started it it gave me this error. Does anyone know how to solve it? Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 1 at jogamp.opengl.windows.wgl.awt.WindowsAWTWGLGraphicsConfigurationFactory.chooseGraphicsConfigurationImpl(WindowsAWTWGLGraphicsConfigurationFactory.java:160) at javax.media.nativewindow.GraphicsConfigurationFactory.chooseGraphicsConfiguration(GraphicsConfigurationFactory.java:240) at javax.media.opengl.awt.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java:978) at javax.media.opengl.awt.GLCanvas.addNotify(GLCanvas.java:517) at java.desktop/java.awt.Container.addImpl(Container.java:1150) at java.desktop/java.awt.Container.add(Container.java:1033) at java.desktop/javax.swing.JFrame.addImpl(JFrame.java:554) at java.desktop/java.awt.Container.add(Container.java:1001) at g3deditor.swing.FrameMain.initLayout(FrameMain.java:308) at g3deditor.swing.FrameMain.<init>(FrameMain.java:174) at g3deditor.swing.FrameMain.init(FrameMain.java:71) at g3deditor.G3DEditor$1.run(G3DEditor.java:75) at g3deditor.swing.Splash.<init>(Splash.java:77) at g3deditor.G3DEditor.main(G3DEditor.java:46)
  10. Hi people. does anybody know where can i fix this problem?. always fifth item doesnt' show the icon. inferface.u ? xdat? https://ibb.co/QXyJ2GH
  11. Hi people, does anybody know where must i edit for fixing this error?. It allways occurs with de fifth item. https://ibb.co/QXyJ2GH
  12. For example. 448, 64, 166, 196, 245, 286, 311, 338. I agree with 166 or 196. Because i tried to use a software that i was using with high five and it doesnt work.
  13. Hi!. There is a free software for editing a interface.u for clients 488 like? Thanks!
  14. Hello beautifull people. I had an error in Geo Converter. That say Range Check Error. Do you know what the problem is?.
  15. Hi people. i need a hand to look for a solution. im trying to create npcinfo html but the problem is that the text of the columns are no aligned, i would like to use a static size for columns and align text. do you know how can i do it?. https://ibb.co/rdwpW39
  16. Hi!! i have lost my implementation of that solution. what im doing wrong here?. It opens a communityboard window but without content. its in proceess but i think that i should show a text. /* * This file is part of the L2J Mobius project. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ package handlers.voicedcommandhandlers; import java.util.logging.Logger; import org.l2jmobius.gameserver.enums.CategoryType; import org.l2jmobius.gameserver.enums.Race; import org.l2jmobius.gameserver.handler.CommunityBoardHandler; import org.l2jmobius.gameserver.handler.IVoicedCommandHandler; import org.l2jmobius.gameserver.model.actor.Player; import ai.others.ClassMaster.ClassMaster; /** * @author juan_ */ public class ClassMasterVoiced implements IVoicedCommandHandler { private static final Logger LOGGER = Logger.getLogger(ClassMaster.class.getName()); private static final String[] VOICED_COMMANDS = new String[] { "1stClass", "2ndCass", "3rdCass", "AwakenClass" }; /* * (non-Javadoc) * @see org.l2jmobius.gameserver.handler.IVoicedCommandHandler#useVoicedCommand(java.lang.String, org.l2jmobius.gameserver.model.actor.Player, java.lang.String) */ @Override public boolean useVoicedCommand(String command, Player player, String params) { if (command.equalsIgnoreCase("1stClass")) { getFirstOccupationChangeHtml(player); } return true; } /* * (non-Javadoc) * @see org.l2jmobius.gameserver.handler.IVoicedCommandHandler#getVoicedCommandList() */ @Override public String[] getVoicedCommandList() { return VOICED_COMMANDS; } private void getFirstOccupationChangeHtml(Player player) { String htmltext = null; if (player.isInCategory(CategoryType.FIRST_CLASS_GROUP)) { if (player.getRace() == Race.ERTHEIA) { CommunityBoardHandler.separateAndSend("SDASDASDSA", player); } else if (player.getLevel() < 20) { htmltext = "test_server_helper027.html"; } else { switch (player.getClassId()) { case FIGHTER: { htmltext = "test_server_helper026a.html"; break; } case MAGE: { htmltext = "test_server_helper026b.html"; break; } case ELVEN_FIGHTER: { htmltext = "test_server_helper026c.html"; break; } case ELVEN_MAGE: { htmltext = "test_server_helper026d.html"; break; } case DARK_FIGHTER: { htmltext = "test_server_helper026e.html"; break; } case DARK_MAGE: { htmltext = "test_server_helper026f.html"; break; } case ORC_FIGHTER: { htmltext = "test_server_helper026g.html"; break; } case ORC_MAGE: { htmltext = "test_server_helper026h.html"; break; } case DWARVEN_FIGHTER: { htmltext = "test_server_helper026i.html"; break; } case MALE_SOLDIER: { htmltext = "test_server_helper026j.html"; break; } case FEMALE_SOLDIER: { htmltext = "test_server_helper026k.html"; break; } } } } else if (player.isInCategory(CategoryType.SECOND_CLASS_GROUP)) { htmltext = "test_server_helper028.html"; } else if (player.isInCategory(CategoryType.THIRD_CLASS_GROUP)) { htmltext = "test_server_helper010.html"; } else if (player.isInCategory(CategoryType.FOURTH_CLASS_GROUP)) { htmltext = "test_server_helper011.html"; } else if (player.isInCategory(CategoryType.SIXTH_CLASS_GROUP)) { htmltext = "test_server_helper011a.html"; } // CommunityBoardHandler.separateAndSend(htmltext, player); } private String getSecondOccupationChangeHtml(Player player) { String htmltext = null; if (player.isInCategory(CategoryType.SECOND_CLASS_GROUP) || player.isInCategory(CategoryType.FIRST_CLASS_GROUP)) { if (player.getLevel() < 40) { htmltext = "test_server_helper023.html"; } else { switch (player.getClassId()) { case FIGHTER: { htmltext = "test_server_helper012.html"; break; } case WARRIOR: { htmltext = "test_server_helper012a.html"; break; } case KNIGHT: { htmltext = "test_server_helper012b.html"; break; } case ROGUE: { htmltext = "test_server_helper012c.html"; break; } case MAGE: { htmltext = "test_server_helper013.html"; break; } case WIZARD: { htmltext = "test_server_helper013a.html"; break; } case CLERIC: { htmltext = "test_server_helper013b.html"; break; } case ELVEN_FIGHTER: { htmltext = "test_server_helper014.html"; break; } case ELVEN_KNIGHT: { htmltext = "test_server_helper014a.html"; break; } case ELVEN_SCOUT: { htmltext = "test_server_helper014b.html"; break; } case ELVEN_MAGE: { htmltext = "test_server_helper015.html"; break; } case ELVEN_WIZARD: { htmltext = "test_server_helper015a.html"; break; } case ORACLE: { htmltext = "test_server_helper015b.html"; break; } case DARK_FIGHTER: { htmltext = "test_server_helper016.html"; break; } case PALUS_KNIGHT: { htmltext = "test_server_helper016a.html"; break; } case ASSASSIN: { htmltext = "test_server_helper016b.html"; break; } case DARK_MAGE: { htmltext = "test_server_helper017.html"; break; } case DARK_WIZARD: { htmltext = "test_server_helper017a.html"; break; } case SHILLIEN_ORACLE: { htmltext = "test_server_helper017b.html"; break; } case ORC_FIGHTER: { htmltext = "test_server_helper018.html"; break; } case ORC_RAIDER: { htmltext = "test_server_helper018a.html"; break; } case ORC_MONK: { htmltext = "test_server_helper018b.html"; break; } case ORC_MAGE: case ORC_SHAMAN: { htmltext = "test_server_helper019.html"; break; } case DWARVEN_FIGHTER: { htmltext = "test_server_helper020.html"; break; } case ARTISAN: { htmltext = "test_server_helper020b.html"; break; } case SCAVENGER: { htmltext = "test_server_helper020a.html"; break; } case MALE_SOLDIER: case TROOPER: { htmltext = "test_server_helper020c.html"; break; } case FEMALE_SOLDIER: case WARDER: { htmltext = "test_server_helper020d.html"; break; } case ERTHEIA_FIGHTER: { htmltext = "test_server_helper020e.html"; break; } case ERTHEIA_WIZARD: { htmltext = "test_server_helper020f.html"; break; } } } } else if (player.isInCategory(CategoryType.THIRD_CLASS_GROUP)) { htmltext = "test_server_helper010.html"; } else if (player.isInCategory(CategoryType.FOURTH_CLASS_GROUP)) { htmltext = "test_server_helper011.html"; } else if (player.isInCategory(CategoryType.SIXTH_CLASS_GROUP)) { htmltext = "test_server_helper011a.html"; } else { htmltext = "test_server_helper029.html"; } return htmltext; } }
  17. Hi!. Im testing a l2jmobius pack but those skills arent working. You ekip the ruby or stone lvl 4 and nothing happens. This is de Xml skill. <skill id="27805" toLevel="3" name="Ruby Augment"> <!-- When Ruby Lv. 4 or higher is equipped, P. Atk. +1%. --> <icon>icon.etc_bm_brooch_lavianrose_i05</icon> <operateType>P</operateType> <passiveConditions> <condition name="OpCheckSkillList"> <skillIds> <item>18717</item> <!-- Ruby --> </skillIds> </condition> </passiveConditions> <effects> <effect name="PAtk"> <amount> <value level="1">1</value> <value level="2">2</value> <value level="3">5</value> </amount> <mode>PER</mode> </effect> </effects> </skill> Does anybody working with thouse skills?. How can i fix it? Im using Mobius
  18. Yes. Thanks. I tested on voicedcommand and it works. but when you click on New ClassButton nothings happen, i will rework. Last, i forget to add voicedcommand classmaster into masterhandler.
  19. Thanks a lot Psygrammator. This means that i need to use a voicedcommans like .changeclass? could be in community?. because when i edit the button in community like "changeclass" an error show in console. Not handled RequestBypassToServer.
  20. I added a button in community where you click on it and the idea is that windows shows you wich classes could you change. and click on in and changes your class. Do you have any code to share with me?. or an idea how can i make it?. Im using mobius
  21. hello. Could anyone help me please?. I'm looking to make a classchanger in the community. to make class changes as appropriate. Do you have any example code?
  22. I'm looking for a daily missions addons for Fafurion Clients. I have a L2Autobots source coded in Java if you like it. Thanks!.
×
×
  • Create New...