Jump to content
  • 0

Code Adaptation


VegaBoy

Question

Good morning, Good afternoon, Good night. I would like the help of some charitable soul who could adapt this code for a Gracia Final Jserver rev. It's using java 7. The code is "skin click" from JFrozen interlude.

 

Code: https://pastebin.com/z7mDu3Kx

 

Rev: https://maxcheaters.com/topic/183804-l2-pride-sources-compileddb/

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0
15 minutes ago, VegaBoy said:

Good morning, Good afternoon, Good night. I would like the help of some charitable soul who could adapt this code for a Gracia Final Jserver rev. It's using java 7. The code is "skin click" from JFrozen interlude.

 

Code: https://pastebin.com/z7mDu3Kx

 

Rev: https://maxcheaters.com/topic/183804-l2-pride-sources-compileddb/

This is a help request section.

You can't request someone to download random source, install J7 and adapt a huge code for you unless you pay someone to do.

 

So... add code on your own and post errors here instead.

Link to comment
Share on other sites

  • 0
15 minutes ago, Kara said:

This is a help request section.

You can't request someone to download random source, install J7 and adapt a huge code for you unless you pay someone to do.

why you have plenty of time :kappa-claus:

  • Sad 1
Link to comment
Share on other sites

  • 0
1 minute ago, VegaBoy said:

@Kara 

How will I install JFrozen Interlude code on a Jserver Gracia Final? Everything is going to go wrong.

 

I already added it once, the char is all buggy.

Go ahead and once you get errors you can post here. Try a bit on your own. If you don't then you will keep coming back here for each single code. 

 

Also regarding your question simple take line by line, follow the path that your code says Ex.

 

--- a/head-src/com/l2jfrozen/Config.java

 

and try add the code there. If you face problems simply post here.

Edited by Kara
Link to comment
Share on other sites

  • 0

@Kara

 

One person told me that the problem is in CharInfo and UserInfo. Unlike Interlude, Gracia is where the char appearances are.

 

As the code is interlude in Gracia it is different and needs an adaptation for it. But I am very new to programming, I have no idea where to start this adaptation.

Link to comment
Share on other sites

  • 0
Just now, VegaBoy said:

@Kara

 

One person told me that the problem is in CharInfo and UserInfo. Unlike Interlude, Gracia is where the char appearances are.

 

As the code is interlude in Gracia it is different and needs an adaptation for it. But I am very new to programming, I have no idea where to start this adaptation.

 

Listen i have to be honest, the code you picked is one of the worst. I mean the worst literally

 

+		registerItemHandler(new Skin2());
+		registerItemHandler(new Skin3());
+		registerItemHandler(new Skin4());
+		registerItemHandler(new Skin5());
+		registerItemHandler(new Skin6());
+		registerItemHandler(new Skin7());
+		registerItemHandler(new Skin8());
+		registerItemHandler(new Skin9());
+		registerItemHandler(new Skin10());
+		registerItemHandler(new Skin11());
+		registerItemHandler(new Skin12());
+		registerItemHandler(new Skin13());
+		registerItemHandler(new Skin14());
+		registerItemHandler(new Skin15());

 

Maybe you should find for a different visual system? 

Something like this: https://www.l2jbrasil.com/forums/topic/119164-dressme-for-acis/

 

Which is still bad but at least in better shape.

Check this out and do what i say. The file you download is called patch and the + are the codes you need to add. Usually around the + there is code that you search in your code to understand where you need to add those (nearby code) and the path:

 

+++ b/head-src/com/l2jfrozen/gameserver/handler/itemhandlers/Skin1.java

 

Simply tells you where the file is. In that case if the file doesn't exist it's either renamed in your project, example L2PcInstance in L2J, Player in aCis or you need add it if it all containing + 

 

Give it a try.

Link to comment
Share on other sites

  • 0

@Kara

 

I managed to add the code, it worked.

However the char gets stuck where I used the command.

 

 

//fixed. i want to kiss you @Kara *----*

 

you make me managed it!

 

❤️

 

forum.jpg

Edited by VegaBoy
Fixed the problem.
  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...