I haven't played L2 in many years but was recently talking to some old friends from back in the day (supreme / azure, paradise) and we thought we would try playing together again. Checked out official and it has went full on P2W and bot infested, not interested. Private servers seem to be pretty volatile and the community fragmented, we have not been able to find a server or community that has the right vibe.
So us old farts decided why the hell not build our own server and see if we can pull in some of those old day vibes and magic, maybe get a good community built. Maybe that magic is gone forever, that comraderie that we shared in the old days. But I think it is likely there is a lot of players out there just like our little group from the old days that made lifelong friendships in all those 100s and 1000s of hours we spent together in the game together.
I have reached out to some developer friends from back in the day and have one that has come on board, probably one of the most OG OFF devs out there, pretty stoked about that, he never stopped L2 developing for all these years, wild. I can't think of too many other games that evoke such loyalty and love of the game.
So, the choice has been made, and the journey begins. We have really solid and battle tested H5 files so we will roll with those. We are not using any pack with locked down extender, we have all the flexibility we need to make changes, fixes, add features, etc. Also have a great antibot and box limiting system as well as active GMs so bots impact should be pretty min imal. Do have some features that we will be adding but I'll keep those under my hat.
What do you guys think, you think there is enough of that old-school magic left out there to have a server and community of the old days?
Question
nolimmit
Hello guys,
I'm beginner in compile Java so i want to ask you few things about :
1) I want to know where I can find Classes Passive Skills in source and how I can add/delete skill or nerf a class.
I have other server who had this but i don't know how to compile to do a skill.xml same like this to can change all this staff more easy :
Passive Skills for Balanced Class [sTART]
-->
<skill id="8100" levels="1" name="Gladiator">
<set name="target" val="TARGET_SELF"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_PASSIVE"/>
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<for>
<mul val='0.95' order='0x30' stat='pAtkSpd'/>
<mul val='0.7' order='0x30' stat='cAtk'/>
<add val='100' order='0x40' stat='maxHp'/>
<mul val='0.8' order='0x30' stat='maxHp'/>
<mul val='0.8' order='0x30' stat='maxCp'/>
<mul val='0.9' order='0x30' stat='pDef'/>
<mul val='0.0' order='0x30' stat='reflectDam'/>
</for>
</skill>
<skill id="8101" levels="1" name="Warlord">
<set name="target" val="TARGET_SELF"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_PASSIVE"/>
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<for>
<add val='7' order='0x40' stat='accCombat'/>
<mul val='1.05' order='0x30' stat='pAtkSpd'/>
<add val='1000' order='0x40' stat='maxHp'/>
<mul val='0.0' order='0x30' stat='reflectDam'/>
</for>
If anyone know please don't hesitate to answer. Thank you so much guys
8 answers to this question
Recommended Posts