L2JMobius

Recent Posts

1
Marketplace / Sell Custom Launchers
« Last post by cybermist2 on May 03, 2024, 04:22:47 PM »
Hello dear community,

I am developing custom game launchers as a hobby, here are some few examples:
- This one was made for wow private servers and still being actively maintained: https://www.behance.net/gallery/195685943/WoW-Game-Launcher

Prices differ and starts from 50€ and can go up depending on the features requested.
Price 50€ for a precompiled launcher from below (the L2 Dark and Savior styles) or 250€ for the source code.

PS: I do only basic interface design, I don't do fancy drawings and I strongly recommend you a designer if you want something fancy.

Contact

Some other works




2
General Discussion / Re: Problem with L2clientDat
« Last post by Ikemen on May 03, 2024, 03:54:27 AM »
The mobius system is encrypted, you need download a clean system or a tool for remove encrypt of the files

I'ts a clean system, not by Mobius
armorgrp.dat works fine
3
General Discussion / Re: Class master alt b
« Last post by Pavlov on May 02, 2024, 11:35:14 PM »
You cannot switch professions from the Community Board (ALT+B) by default. What you can do is enable the Class Masters from the configurations. There's an option to spawn Class Master NPC or just have a pop-up window that allows you to change the class when you reach the corresponding level (without NPC). You can also set conditions on each class change - change for free or require an item, like Adena, for example.
4
General Discussion / Re: Class master alt b
« Last post by Bahik2009 on May 02, 2024, 09:26:49 PM »
Open in game Alt b, button to get 1 profession, price 1 adena, second and 3rd
5
General Discussion / Re: dressme
« Last post by veriongt on May 02, 2024, 05:58:56 PM »
liam my love can you share it with me also  ::) ::)
6
Shares/Contributions / Re: Admin Command to wipe target's inventory
« Last post by Acacia on May 02, 2024, 09:55:35 AM »
Or just use //destroy items for GMs.

Oh didn't notice it's existed so i made that up :')
7
Work in Progress / Re: Quests don't work
« Last post by GH on May 02, 2024, 03:11:58 AM »
Problem solved. I just needed to download the files from the repository directly into Eclipse, and not add the project manually :)
8
Work in Progress / Re: Quests don't work
« Last post by GH on May 02, 2024, 02:27:56 AM »
Try some cleanup first, then build again.



Reinstalled JDK. I compiled the assembly, still got this error in the game server:
[02/05 02:24:51] Failed to execute script list!
java.lang.NullPointerException: Cannot invoke "javax.tools.JavaFileObject.getName()" because the return value of "javax.tools.Diagnostic.getSource()" is null
   at org.l2jmobius.gameserver.scripting.java.JavaExecutionContext.executeScripts(JavaExecutionContext.java:121)
   at org.l2jmobius.gameserver.scripting.ScriptEngineManager.executeScriptList(ScriptEngineManager.java:177)
   at org.l2jmobius.gameserver.GameServer.<init>(GameServer.java:354)
   at org.l2jmobius.gameserver.GameServer.main(GameServer.java:485)


Am I choosing the correct settings when compiling (indicated in the screenshot)?
http://dl4.joxi.net/drive/2024/05/02/0016/0459/1057227/27/406b511f30.jpg
9
Work in Progress / Re: Quests don't work
« Last post by CostyKiller on May 02, 2024, 02:04:14 AM »
Try some cleanup first, then build again.

10
Work in Progress / Re: Quests don't work
« Last post by GH on May 02, 2024, 01:58:33 AM »
Yes that link.
I used this link to install everything I needed. But I reinstalled it anyway.
After reinstalling Java, do I need to compile the assembly again in Eclipse?