Jump to content

Recommended Posts

Posted

Installation Instructions:

1)Go to your Eclipse navigator

2)Right click L2_GameServer and click : Team>Apply Patch...> Select the file "YOUR FILE NAME" and click Finish

3)Build and...you're done :P

 

Posted

it says there are some mistakes that can not be recognized and not match.... continue anyway?

 

Add it manually, I told you! Read guide!

Posted

Why you can't? I applyead this code manualy... I will give you example: You see in code something this:

 

 

--- /Gs folder/java/net/sf/l2j/gameserver/clientpackets/MultiSellChoose.java (revision 107)

+++ /Gs folder/java/net/sf/l2j/gameserver/clientpackets/MultiSellChoose.java (revision 2031)

@@ -200,4 +200,9 @@

                                {

                                        player.sendPacket(new SystemMessage(SystemMessageId.THE_CLAN_REPUTATION_SCORE_IS_TOO_LOW));

+                                      return;

+                              }

+                              if(e.getItemId() == 65436 && e.getItemCount() * _amount > player.getPcBangScore())

+                              {

+                                      player.sendPacket(new SystemMessage(SystemMessageId.NOT_ENOUGH_ITEMS));

                                        return;

                                }

 

 

How you see Gs folder/java/net/sf/l2j/gameserver/clientpackets/MultiSellChoose.java its link where we need to add new code... Usualy before "gameserver" may be other words, but path its same after gameserver... So ok open MultiSellChoose.java

 

Now you see "+" its show that you need to add new line, if there be "-" so you must delete, in our case you must add... There is no + or -, so it's our orginal code. So after (SystemMessageId.THE_CLAN_REPUTATION_SCORE_IS_TOO_LOW)); (orginal code) add new lines where is plus (+)... By the way, then you add code, don't leave plus ;p

 

 

That all what you need to know, then applying manualy... But wait you must know one more thing. Its called imports, you must change it to if they are diferent... Imports are in code begining, for example

 

import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;

 

 

I believe that you understant main idea what I want to say and sorry of my poor english. :)

Posted

look today  i compiled my server.....thank u foor the guide i will stay and search to do it....one thing to know i am not lazy cause i wouldnt have tryied here ok?i am just newbie i dont know a lot about java.

btw thanks

Posted

hey guys i have problem I try to create New Character and gives me this error

 

Could not insert char data: java.sql.SQLException: Parameter index out of range

(58 > number of parameters, which is 57).

 

>>> Problem fixed :D

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • You charge 10,000 - 15,000 USD for Java files and your site shows 370 projects and 786 customers. you're not just a millionaire, you're a multimillionaire bro 😂 and enjoy it while it lasts. Ai is coming in hot and your 18 developers better start updating their CVs. soon everyone will build whatever they need for free. The 15k Java files era is over 😄  
    • Honestly, I don’t care about your files at all. I’m just watching what people are sharing, and what’s interesting is that whenever someone shares your files, or anyone else’s files for that matter, sources included, they’re always old files from like 10 years ago :d.  You act way too cocky.. go see what people are writing about you on MMO Dev, then come talk to me.  
    • Hello everyone, I'm here to ask for help with information about contacting StrixGuard support.   I subscribed to their platform and license a while ago, I haven't had any problems with it and I even managed to block Adrenaline Premium.   I hired them mainly to have some protection and be able to use the HWID on my server. It turned out to work much better than some people had said and than I expected.   Therefore, I purchased another license from Strix for another project, but the problem we encountered was the time difference and language barrier, which complicated things for us in getting it to work on my new project.🤣🤣🤣   But currently, he hasn't responded or connected to Telegram for weeks, which is where I managed to finalize everything.   I understand that due to the situation in Russia regarding communications and networks, it would currently be even more impossible to contact any support.   But if anyone here still has contact information for StrixGuard support, I'd appreciate it if you could share it with me. It doesn't matter if it's a Russian number or a Russian app; I can still use them and make contact. But I need more than just the Telegram contact I have.   So I would greatly appreciate any information... and please refrain from suggesting other anti-cheat programs or that I should switch. All I'm looking for is contact with StrixGuard support, nothing more.   Thank you all very much.
    • If you are interested in purchasing, I will send you the tests DLL files so you can verify their authenticity.
    • Any servers was using your files and where is your test server link ?
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..