Jump to content
  • 0

Problem inserting phantom mod (GameServer)


Question

Posted

Good morning guys, I'm inserting the Elfo mod (L2jRoboto) in an acis revision, inserting all the code and when I call it shows me this error attached. It already checks a provision for the file within the games that are configured correctly (otherwise it wouldn't even compile). I also checked and the file (properties) is correctly inserted inside the phantom folder. Does anyone know what it could be?

 

image.png.abc69a8c7ffcea03220b5cb843e1ef04.png

12 answers to this question

Recommended Posts

  • 0
Posted (edited)
13 minutes ago, Vilmis said:

It's weird. Just try to increase a ram usage for game server. Just for the test. If this won't help you. Contact me and I will help you via remote (team viewer etc).


What do you mean increase ram usage? The error is clear and clean: Class Not Found. If the ram issue would happen it would say something about heap size.
You're missing in namespace dev.phantom a class named FakePlayerConfig.

Check if you have all libs (.jar files). If your .ant file does not compile this namespace, you should edit .ant file and include it. 

Edited by Pleyne
  • 0
Posted

I changed the order in the method call, just for testing purposes. The line you want to see is currently on line 411:

image.png.3fd0f57ba6257bb1e16d1566847de507.png

 

image.png.8c0972be7f6820cccd8cd80ff00ef518.png

 

These little mistakes are the ones that make us wonder if we're on the right track, I don't get any errors in eclipse about it 😭

  • 0
Posted (edited)
11 minutes ago, Hash said:

I changed the order in the method call, just for testing purposes. The line you want to see is currently on line 411:

image.png.3fd0f57ba6257bb1e16d1566847de507.png

 

image.png.8c0972be7f6820cccd8cd80ff00ef518.png

 

These little mistakes are the ones that make us wonder if we're on the right track, I don't get any errors in eclipse about it 😭

It's weird. Just try to increase a ram usage for game server. Just for the test. If this won't help you. Contact me and I will help you via remote (team viewer etc).

Edited by Vilmis
  • 0
Posted (edited)
16 minutes ago, Pleyne said:


What do you mean increase ram usage? The error is clear and clean: Class Not Found. If the ram issue would happen it would say something about heap size.
You're missing in namespace dev.phantom a class named FakePlayerConfig

Yeah, I know, you're right about ram. It would say something like out of memory, but I have seen 1 weird error someday before which was because of ram usage and nothing said about memory. That's why I told him increase just for the test.

Edited by Vilmis
  • 0
Posted (edited)
41 minutes ago, Zake said:

What is wrong with you? This is a ClassNotFoundException

Nothing, but something wrong with you, because you're rude and disrespectful.
Btw, I told him that on the first comment, but It did not help. Also, I have seen weird errors, because of ram. That's why I told him to check this out too.
 

Edited by Vilmis
  • 0
Posted (edited)
3 hours ago, Pleyne said:


What do you mean increase ram usage? The error is clear and clean: Class Not Found. If the ram issue would happen it would say something about heap size.
You're missing in namespace dev.phantom a class named FakePlayerConfig.

Check if you have all libs (.jar files). If your .ant file does not compile this namespace, you should edit .ant file and include it. 

Where i can change de ant file, i read about this error and can be something like that. I believe that the file is not being compiled along with the others, as if the package is not being seen by the compiler.

 

I found the error, the files haven be not compiled with another ones.

 

Thanks @Pleyne and @Vilmis.

Edited by Hash
  • 0
Posted

I also have a few questions I haven't found the answers to ....😩

Is it possible to insert Autobots from elfo into aCis?

And what version of acis? How long does the insertion itself take?

And the last question  😇  :

Could someone please shoot a video tutorial? 💚 I haven't found such a guide anywhere .... It seems to me that Roboto, Phantoms and Fakes are unworked 😕 ... I've been trying to insert autobots for more than 2 weeks and hopelessly ... please help before I blow my brains out 👀🔫

Guest
This topic is now closed to further replies.


  • Posts

    • ## SuperPoint Editor   SuperPoint Editor is a practical visual editor for Lineage II PTS 'SuperPoint.bin' files. It is built for people who need to inspect, fix, rebuild, and draw server routes without digging through binary data by hand.   ### What You Can Do   - Open and edit 'SuperPoint.bin' files. - Export BIN data into a readable TXT format. - Save edited data back into a valid BIN file. - Validate routes before saving. - Work with SuperPoint routes, points, directed connections, and path records in tables. - Add, duplicate, delete, and reorder points. - Create direct and reverse connections between route points. - Automatically generate connections between neighboring points. - Edit raw point coordinates: 'X', 'Y', 'Z', 'Index', and 'Delay'. - Keep route names and internal route data organized. - Use either English or Ukrainian interface language.   ### C4 Server Support   Some C4 servers have 'SuperPoint.bin', but do not have 'superpointinfo.txt' in scripts. The editor supports this case directly. When 'superpointinfo.txt' is not found near the BIN file, the editor can open the BIN in C4 mode. In this mode, 'Fstring ID' is disabled because that value belongs to 'superpointinfo.txt', not to the BIN itself. The editor will not generate or modify 'superpointinfo.txt' while working in this mode. This keeps C4 data clean and avoids creating script files that the server does not actually use.   ### superpointinfo.txt Support   For chronicles that do use 'superpointinfo.txt', the editor can load and synchronize it together with the BIN data. When saving, the editor updates route nodes and coordinates while preserving existing metadata such as: - 'npc_name' - 'move_type' - 'fstring_index' - 'social_number' - 'delay' New nodes are generated with safe default values, so existing script metadata is not accidentally wiped.   ### Geodata Tools   The editor can also open converted geodata '.dat' files and display them as a map. This makes route editing much more visual. You can: - Load geodata and inspect the terrain by layer. - Zoom and pan around the map. - Create a new SuperPoint directly from a map cell. - Draw a route by clicking on the geodata. - Drag existing points to new positions. - Automatically snap 'X/Y' to the selected geo cell. - Use the selected geodata layer to fill the point 'Z'. - See all routes on the map or focus only on the selected one. This is especially useful when building new NPC movement paths or correcting bad route coordinates.   ### Connections and Paths   SuperPoint connections are directional. A connection from point '3' to point '2' is not the same as a connection from point '2' to point '3'. The editor makes this explicit by separating: - route points, - directed connections, - and the actual path records used by each connection. For simple cases, it can create direct path records automatically. For more complex movement, you can edit the path points manually. ### Built for Safe Editing The editor includes validation before saving, so common structural problems can be caught before a broken BIN is produced. It also verifies rebuilt BIN files through the converter engine. The goal is simple: edit quickly, but do not silently damage server data.   ### Unknown Field   This small 'Unknown' field is part of the original BIN structure. Most official-looking files keep it as '0', and for regular route editing there is usually no reason to change it. The editor exposes it so nothing from the BIN is hidden or lost. If you do not know exactly what your server uses it for, keep it at '0'. Download
    • NpcGrp não salva no interlúdio e da crítico quando coloca ele no cliente, já testei ele antes.
  • 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..