Jump to content

Dressme Command + Vch In Bypass


Recommended Posts

You see I have no intention of copying code, I have made couple other shares which are unique, but I didn't copied anything, what I get from copying? Nothing....

Link to comment
Share on other sites

El codigo solo funciona con otro target? puedes codificarlo para que funcione tambien con mi  target como el antiguo dressme.

Well sorry, I can't write in Spain language and translated with google translate, if I understood good, you want, what I can took myself dressme, so you should rework this:

in diff line 539 (or in DressMe.java):

+                       if (!(activeChar.getTarget() instanceof L2PcInstance) || activeChar.getTarget() == activeChar) {

And just remove this part:

 || activeChar.getTarget() == activeChar

So it must look like this:

                       if (!(activeChar.getTarget() instanceof L2PcInstance)) {

Link to comment
Share on other sites

Well sorry, I can't write in Spain language and translated with google translate, if I understood good, you want, what I can took myself dressme, so you should rework this:

in diff line 539 (or in DressMe.java):

+                       if (!(activeChar.getTarget() instanceof L2PcInstance) || activeChar.getTarget() == activeChar) {

And just remove this part:

 || activeChar.getTarget() == activeChar

So it must look like this:

                       if (!(activeChar.getTarget() instanceof L2PcInstance)) {

 

 

Works with my target but I have a problem with the game server :

WARNING: Unclosed connection! Trace: com.l2jserver.gameserver.model.actor.instance.L2PcInstance.checkIfExist(L2PcInstance.java:15510)

java.lang.RuntimeException

at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:273)

at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.checkIfExist(L2PcInstance.java:15510)

at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.storeVisualArmors(L2PcInstance.java:15527)

at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.store(L2PcInstance.java:7732)

at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.store(L2PcInstance.java:7744)

at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.deleteMe(L2PcInstance.java:11640)

at com.l2jserver.gameserver.network.clientpackets.CharacterCreate.initNewChar(CharacterCreate.java:330)

at com.l2jserver.gameserver.network.clientpackets.CharacterCreate.runImpl(CharacterCreate.java:204)

at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)

at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1072)

at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Link to comment
Share on other sites

Go to L2PcInstance, find private void restoreVisualArmors() and change

 

               try
               {
                       Connection con = L2DatabaseFactory.getInstance().getConnection();

 

to

 

try (Connection con = L2DatabaseFactory.getInstance().getConnection();

 

and after

 

PreparedStatement statement = con.prepareStatement("SELECT * FROM character_visual_armors WHERE charId=?");

 

open {

 

As I see in the code, you have to do the same in 4 places (including this one)

 

----

 

Generally, you should take a look at existing method how it looks like. :)

Link to comment
Share on other sites

Go to L2PcInstance, find private void restoreVisualArmors() and change

 

               try
               {
                       Connection con = L2DatabaseFactory.getInstance().getConnection();

 

to

 

try (Connection con = L2DatabaseFactory.getInstance().getConnection();

 

and after

 

PreparedStatement statement = con.prepareStatement("SELECT * FROM character_visual_armors WHERE charId=?");

 

open {

 

As I see in the code, you have to do the same in 4 places (including this one)

 

----

 

Generally, you should take a look at existing method how it looks like. :)

 

and after

 

Code: [select]

 

PreparedStatement statement = con.prepareStatement("SELECT * FROM character_visual_armors WHERE charId=?");

 

 

open {              ????????????????????

 

Link to comment
Share on other sites

I have the same problem.

Please help me

Link to comment
Share on other sites

Hello and thank you for this contribution.  ;D

It's normal that we do not see the visual armor on our character when she is activated but that the others see her ?

 

Ps : Sorry for my english.

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • H5 L2OFF的CommunityBoard Has anyone shared this before?
    • Hello MXC Community, glad to be here.    To be honest i registered so fast, because i had some issues, and i was seeking to receive fast answer, that i forgot to make a topic, and introduce my self.   I hope you have a wonderful day, like i do 😊   So i’m New to Game Development, and i decided to join MXC community, as far as ,here i can find a tone of information, and support  my future journey with Game Development and other stuff.   I am seeking  becoming   a future L2 Developer, either on L2J or L2Off. Haven’t decided yet. Anyway i hope, i will learn both sides of Development.      So now, i will be often in the MXC forum, as i already started learning on a Local Server that i opened recently on my PC.      I hope i will get the necessary help from the Pros in this Forum.       Best regards, Softcore.
    • I did most damage to your brain maybe. Why is this flame post still open?
    • Dear community and gamers, i hope that, i’m referring to the right section, because i haven’t find any other sections with Diablo Immortal IOS/Android Game.   And yeah by the way, i don’t know why Only diablo 3 exists here, but anyway i will give a try.      I’m selling a Diablo Immortal account, which is Android/IOS Game, + i give of course the B.Net Account.      For those you understand, the account Level is 1053 Paragon, with 2270 RESONANCE and 25,300 Combat Rating( CR)     The Class is Demon Hunter.  Right now i’m in the Top Server Clan No1, and we are immortals.    The account is good geared, with good gems, has lot of cosmetics and other stuff. I’m the one and only owner.    I’ve spend on the account 900€ , and seeking to  receive for it, around 400€.       If you are interested, DM me in MXC and i will provide you with all info you need about the account, and screenshots also.       Best Regards, Softcore.
    • Mate my apologize, maybe something wrong, idnk. I don’t have any friend request.  Answered you on DM ! 
  • Topics

×
×
  • Create New...