L2JMobius

Recent Posts

1
Nice one  8)
2
Introductions / Re: Hello there!
« Last post by pOpArOb on April 25, 2024, 08:05:55 AM »
Drama I guess is always going to be a part on L2, but I have been in this community for a couple of years now
I find it hard to socialize at times due to the time difference from Australia to the Europeans, but I really like this community!
3
First of all, verify if you have a correct version of JAVA installed in your system
simple run the command:

Code: [Select]
java -version
if the version is java version "21.x.x" all good, go to compile, otherwise:
Code: [Select]
update-alternatives --config java
Code: [Select]
1 java-21-openjdk.x86_64 (/usr/lib/jvm/java-21-openjdk-21.0.2.0.13-1.fc39.x86_64/bin/java)
2 java-17-openjdk.x86_64 (/usr/lib/jvm/java-17-openjdk-17.0.9.0.9-3.fc39.x86_64/bin/java)
*+ 3 /usr/lib/jvm/jdk-21-oracle-x64/bin/java

if you version of java selected is 21, go to configure ant, otherwise, select the correct version OR if not found a version 21, with ant, install it with

Ubuntu / Debian / Others based in Debian/Ubuntu
Code: [Select]
sudo apt instal java-21-opensdk ant
Arch Linux / Manjaro / Others based on Arch
Code: [Select]
sudo pacman -S java-21-opendsk ant
Red Hat / Fedora / Others based in Red Hat
Code: [Select]
sudo dnf install java-21-opensdk ant
COMPILE!

All good? maybe... try it!

Go to the directory of source and type

Code: [Select]
ant
After compiling...

../build

That's all, problems? well, is a simple tutorial, not complex but works, post any doubts you have... good luck
4
Marketplace / Sell Archer and Duelist SevenSign Rework.
« Last post by lalorama on April 25, 2024, 04:13:34 AM »
Hello everyone.

I've to sell the rework of Duelist and Archer of Seven Signs.


It include:


Server Side;

Skills
Items
SkillTree
AbnormalTypes.



System Side:

Skillgrp.
Skillname.
ItemName
EtcItem (books)
SkillAdquire


Duelist: $125 USD

Archer: $250  USD.


It works for Assassin 411++

&t=20s

5
Marketplace / Buy Augments Option XML
« Last post by lalorama on April 25, 2024, 01:52:26 AM »
Alo,  i want buy the entire XML of options for augments?

Atm on suscript we have +- the 50% of them only.
6
Marketplace / Re: Mystic Muse Rework
« Last post by lalorama on April 25, 2024, 01:48:04 AM »
Hi, yes!
7
General Discussion / Re: configure the game in Spanish
« Last post by l2aa on April 25, 2024, 12:07:01 AM »
es and pl - no translate ! ((
8
Marketplace / Re: [ Custom ] Interface, 418/439/447/ new 464 protocol.
« Last post by darkillust on April 24, 2024, 06:59:40 PM »
Look good accept friend  ;D
9
General Discussion / Re: How make item drop + %50???
« Last post by fruit on April 24, 2024, 12:22:44 AM »
really work ty <3 and for the ancientadena is "BonusDropAncientAdena"?
data\stats\skills\documentation.txt - list of handlers which you can use
also you can read this
https://l2jmobius.org/forum/index.php?topic=10134.0
10
General Discussion / Re: How make item drop + %50???
« Last post by the_coca_ on April 23, 2024, 10:21:17 PM »
find any example of rune which work from inventory and use
Code: [Select]
<effect name="BonusDropAdena">
<amount>50</amount>
</effect>
for skill

really work ty <3 and for the ancientadena is "BonusDropAncientAdena"?