You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Okay, I understand. First, to get started by contributing to open projects and learning along the way. Then, when you mention starting my own project privately, do you mean taking a free datapack like L2jMobius and trying to make it functional for an online server? Great, thank you very much — all this information is really helpful. I’ve been reaching out to several server admins here in Argentina, but it seems like none of them have the time or interest to take on an intern or assistant. xd
P.S.: Are you the creator of Hopzone? Brings back memories of when I was a kid, downloading servers at the cyber café. For two dollars, I could spend the whole day playing and eating candy like crazy.
Another question: between L2jMobius, L2jServer, and aCis, which one has ALL of its code free?
As you probably noticed, I'm using ChatGPT to help me translate things, lol, and it suggested the following:
Project
Status
Open Source
Accepts Juniors?
Difficulty
L2JMobius
Very active
Semi-closed
Partially (with patches)
Medium-High
L2JServer
Active
Fully open
Yes (directly on GitHub)
Medium
aCis
Semi-active
Unofficial
Not very clear
Low
That's exactly how it’s designed — everything important is handled on the API server side, for example, processing requests to the game server. Each website has its own token/key for authentication; without it, there will be no interaction with the game server.
Some data can be stored both on my side and on the server side to avoid making frequent requests to the server, which is logical.
Yes, there’s a lot of old, unused code that just needs to be cleaned up. It was used before, but after major rewrites it was left lying around. It doesn’t interfere with anything — it’s just there and doesn’t affect the system's operation.
Beaver meme kurwa is my favorite.
Unfortunately, you don't know Russian — otherwise, you would’ve spotted even more Easter eggs. 😂
I said it’s been installed over 250 times on different domains. You can join my Telegram, there are almost 200 people there — and those are just the ones who entered the chat — and we’ll have a good laugh together at your doubts! 😂😂😂
Question
Guarder
I cannot change the buffs time for prophet.i used a program that auto-changed all the buff times to 2h except prophet buffs.
skill look like this:
<skill id="1068" levels="3" name="Might" enchantLevels1="30" enchantLevels2="30">
<table name="#enchantMagicLvl">76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84
85 85 85
</table>
<enchant1 name="magicLvl" val="#enchantMagicLvl"/>
<enchant2 name="magicLvl" val="#enchantMagicLvl"/>
<table name="#ench1time">
7200 7200 7200 7200 7200 7200 7200 7200 7200 7200
1640 1680 1720 1760 1800 1840 1880 1920 1960 2000
2040 2080 2120 2160 2200 2240 2280 2320 2360 2400
</table>
<table name="#ench2MpConsume">27 27 26 26 25 25 24 24 23 23 22 22 21 21 21 20 20 19 19 18 18 17 17 16 16 15 15
14 14 14
</table>
<table name="#ench2MpConsume_Init">6 6 6 6 6 6 6 6 5 5 5 5 5 5 5 5 5 4 4 4 4 4 4 4 4 3 3 3 3 3</table>
<table name="#mpConsume_Init">2 4 7</table>
<table name="#mpConsume">8 16 28</table>
<table name="#rate">1.08 1.12 1.15</table>
<table name="#aggro">121 204 379</table>
<set name="mpInitialConsume" val="#mpConsume_Init"/>
<set name="mpConsume" val="#mpConsume"/>
<set name="target" val="TARGET_ONE"/>
<set name="reuseDelay" val="6000"/>
<set name="hitTime" val="4000"/>
<set name="skillType" val="BUFF"/>
<set name="isMagic" val="true"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="castRange" val="400"/>
<set name="effectRange" val="900"/>
<set name="aggroPoints" val="#aggro"/>
<enchant2 name="mpConsume" val="#ench2MpConsume"/>
<enchant2 name="mpInitialConsume" val="#ench2MpConsume_Init"/>
<for>
<effect count="1" name="Buff" val="0" stackOrder="#rate" stackType="pAtk" time="7200">
<mul order="0x30" stat="pAtk" val="#rate"/>
</effect>
</for>
<enchant1for>
<effect count="1" name="Buff" time="#ench1time" val="0" stackOrder="1.15" stackType="pAtk">
<mul order="0x30" stat="pAtk" val="1.15"/>
</effect>
</enchant1for>
</skill>
why?
Edited by KIDutz0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.