Jump to content

nortim

Members
  • Posts

    209
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by nortim

  1. Well, I do not have any in the file .. however there are some warnings .. I made a set up with them here, what should I do?
  2. Good night, maxcheaters! I am having this message in my eclipse .. however in the file there is no error! How could I solve it? Message: [javac] Compiling 1562 source files to C:\Users\Computador\workspace16\ProjetoX\build\classes [javac] Note: C:\Users\Mateus\workspace16\ProjetoX\head-src\net\l2jpx\gameserver\model\actor\instance\L2NpcClanHallInstance.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details.
  3. I actually got this code and am just adding .. got this error there .
  4. Yes, I tried, but I did not succeed. Here is the complete code:
  5. Good afternoon maxcheaters! I am adding a java mod in my project, and am having this following error: Could someone help me solve it? If I rename the same one suggests the eclipse, nothing happens in the game, only one message appears: Ocorreu uma falha no buffer
  6. Good night maxcheaters, I'm having this error in my eclipse Could someone help me solve it?
  7. No, this is a java mod, I wanted to know how I could get it ..
  8. Good night, maxcheaters! I'm trying to make an adaptation for my pack, and I wanted to know where I can find the player inventory lines seen by the admin using the alt + g command. I am trying to create a command based on this admin command so that the players can see the inventory of the other players.
  9. @Solomun that's right! You're not counting pvp! @pirama yeah! @Ok melron!
  10. Good night maxchetaers! I'm having a problem in my flagzone ... I have a mod in my core that is the pvp teleport zone (I believe everyone knows) and to puchar all the players I had to make some adjustments and add some things (in fact it was not I, but a forum user that helps me too much and I'm very grateful!), But now the area is not counting pvp .. Could anyone help? Here is the diff of the area .. Adaptations: @Override protected void onEnter(L2Character character) { if (character != null) character.setInsideZone(L2Character.ZONE_PVP, true); if (character instanceof L2PcInstance) @Override protected void onExit(L2Character character) { if (character instanceof L2PcInstance) { ((L2PcInstance) character).setPvpFlag(0); ((L2PcInstance) character).sendMessage("You left the Pvp Flag zone.BAAAAD!!"); ((L2PcInstance) character).broadcastUserInfo(); Note: I do not have ANTFARM on!
  11. Good night, maxcheaters! I wanted to know if anyone could adapt this mod in a way that players who enter the zone flag on leaving it take about 20 seconds for the flag to exit. Code:
  12. I asked him for his support, but since he did not give me any more support, could anyone help me?
  13. Good afternoon maxcheaters! I am adding a mod that I bought from auto teleport zone pvp, this mod swaps the pvp area every 2 hours and teleports all the players that were in the old pvp area to the new pvp area, however I am having the following error: How can I fix it? What is going on? In Core does not appear any error, it compiles without problems, however this error happens after the new pvp area is voted and will teleport the players, it does not teleport and of that error in the game server
  14. Good afternoon maxcheaters, I was testing my boss quest and when I teleported to antharas I got an html indicating error, and this error appeared in the game server .. Can anyone help me solve it? My project is JFrozen
  15. Good morning, maxcheaters, I'm sorry, I'm resting the same topic, but it's because I have the same problem that this guy had and who helped him solve it or if he wanted to hear me right when I went to talk (I did not ask him to do anything for me, only Explain how to proceed), he said that he does not teach, does nothing for free and does not help .. anyway, I'm not here to criticize anyone, everyone knows about himself. I am having the same corrupted systexture error .. does anyone know how to fix it? Other topic: http://www.maxcheaters.com/topic/210506-customaccessorytexutx-files-are-corrupted-help/?do=findComment&comment=2609306
  16. Yes, but my line does not have $ 1 and yes + amount +, how would it look?
  17. Is there any forum here any protection against critical error when players are using phx? If so, could anyone send me the link? I searched here but I did not find. :okey: :okey: :okey: :okey:
  18. I created the line here in SystemMessageId however everyone who has it has the $ 1 in the sentence, and mine is different .. Example: /** * ID: 2155<br> * Message: $s1 request teleport to $s2. Do you accept? */ S1_REQUEST_TELEPORT_TO_S2_DO_YOU_ACCEPT(2155), My line looks like this: sendMessage ("Voce obteve" + quantidade + "unidade de" + reward.getName () + "."); How do I have to stay so I can call the pvp line?
  19. But what I want is that the message when winning the pvp come in yellow and not add a new item ..
  20. Hello solomun, you are always very attentive! I'm sorry for the little knowledge, but how can I do this?
×
×
  • Create New...