Jump to content

Recommended Posts

Posted (edited)

Hi everyone.  :)

My first time here, I want to share with you some of my mods... check below!

 

- AIO

A system that transform you into a support, adding skills (buff type) of all other classes.
Different of all others, I did a task that add a character, catch the duration of his privileges and subtract by current calendar in millisecond. Basically every time you enters in game, you're added to the Task list, enabling server to remove the character's privileges at the exact moment of his duration.
 
- Pvp Color/Skill
A system that apply name/title color, also add some skills (not stored in db but re-added on every subclass change) by winning pvps, with the possibility to change any value without core support.
The great point is that the system is made using XML, so you can put infinite lines with your chosen values.
New XML added to handle rewards during pvps (for killers). You can edit item id/count and chance to gain the reward.
 

 - pvp_color.xml

<?xml version='1.0' encoding='utf-8'?>
<list>
       <!-- 
              No limit for templates. If you want to edit or add new templates, do it by copying a line and replacing values.
              Listed values below are used for examples.
       -->
       <template pvpAmount="100" nameColor="FF9900" titleColor="FFFF77" skills="3206,10;"/>
       <template pvpAmount="200" nameColor="FF99FF" titleColor="FFFF77" skills="3156,1;"/>
       <template pvpAmount="300" nameColor="00FF00" titleColor="FFFF77" skills="3157,1;"/>
       <template pvpAmount="400" nameColor="00FFFF" titleColor="FFFF77" skills="3147,1;"/>
       <template pvpAmount="500" nameColor="FFFF00" titleColor="FFFF77" skills="3158,1;"/>
</list>
 
pvp_reward.xml
<?xml version='1.0' encoding='utf-8'?>
<list>
       <!-- 
              No limit for templates. If you want to edit or add new templates, do it by copying a line and replacing values.
              Listed values below are used for examples.
       -->
       <template itemId="57" itemCount="1000" chance="0.7"/>
</list>

 

- Raid Boss Info

A system that shows to characters status/drop list of raid/grand boss.

A new class was created to load grandboss_data/raidboss_spawnlist tables and insert respawn time values inside a Map. This Map is updated every time a raid/grand boss dies or be spawned.

 

Aol9kza.jpg

 
Name Change (new)
An item that changes the name of the character.
Don't worry, we made checks on retail conditions, as 16-character limit, ...
Remeber, you have to set an item to be the handler of Name Change. You can do it by adding <set name="handler" val="NameChange" /> on XML of the item.
 

sm1Tacr.jpg

 
I provide support only for aCis.
Here is my pastebin with the diffs for aCis 350: http://pastebin.com/u/Kraker
 
Credits: Kraker
 
I'll continue updating the topic in next days.
I hope you enjoy.
Edited by Kraker
  • Upvote 3
Posted

Raid Boss Info added.

Read main post for more info.

sorry but i think double post isn't allowed...

you can just edit your main post with Updated : Raid Boss Info added.

Read main post for more info. e.t.c

Posted

sorry but i think double post isn't allowed...

you can just edit your main post with Updated : Raid Boss Info added.

Read main post for more info. e.t.c

Stfu dude.

Keep it up man. Nice shares ^^

Posted

You can improve pvp color/skill thing with:

- Gain item on x pvp points

- Not only pvp, but x PK required for rewards

- Hero glow

 

You should make any of those: nameColor="FF9900" titleColor="FFFF77" skillId="3206" skillLv="10" as not required.

Also before final L2Skill skill = SkillTable.getInstance().getInfo(pvpColor.getSkillId(), pvpColor.getSkillLv());, you should make if(pvpColor.getSkillId() > 0)

In pvpColor() you should make broadcastUserInfo(); after the loop, so if someone gets many bonuses at once there will be no spam of that packet.

 

 _log.warning("Exception: PvpColorTable load: " + e); - you should always put also 2nd argument e. Like this: _log.warning("Some message about the error", e);. It's good to do this, because if exception will occur, your warning will not show line and stack trace of the error.

 

I hope you don't mind, that i tell you code could be better.

Posted

vampir, you're completely right.  :) 

I'll improve Pvp Color/Skill with some new features today.

My bad sending packets inside the loop. >.<

 

Thank you all for the welcome.

Posted (edited)

Pvp Color/Skill updated!

- Skills can be used more than 1 time per template

- 2nd XML added to handle rewards

Edited by Kraker
Posted (edited)

Pvp Color/Skill updated!

- Skills can be used more than 1 time per template

- 2nd XML added to handle rewards

 

Why would you create 2 XMLs, when you can nicely mix them into one? and that config for enable/disable is useless.

Edited by Trance
Posted

Why would you create 2 XMLs, when you can nicely mix them into one? and that config for enable/disable is useless.

 

I prefer separated for my organization style.  :P

About the config to enable/disable, it isn't useless cause if disabled, you evade the usage of RAM to read all the code every time you get pvp point or change a subclass.

  • 2 weeks later...
  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Posts

    • I’ve seen tools like Find Person Name by Photo come in handy for creators who want to understand their audience better or spot fake accounts trying to piggyback on their growth. Pairing something like that with a solid SMM panel can make your workflow feel way smoother, especially if you're trying to grow without getting tangled in guesswork.
    • You should buy it then I’ll make a discount  
    • Hi everyone,   In 2014, I completely stepped away from developing L2 servers and doing L2J-related work. Since then, I’ve only opened this server about once a year and helped a few servers and individuals for free. I haven’t taken on any paid L2J work since then.   LINEAGE2.GOLD is a project that has reached about Season 6. The first season launched at the end of 2020 and was a fully rebuilt Gold-style server on the Classic client (protocol 110). It featured many custom systems and enhancements. After several seasons, I decided to abandon the Mobius-based project and move to Lucera, as my goal was to get as close as possible to Interlude PTS behavior while still staying on the L2J platform.   The current project was once again completely rebuilt, this time on the Essence client (protocol 306), and is based on Lucera. Because of that, acquiring a license from Deazer is required.   My Lucera extender includes, but is not limited to: Formulas.java Basic anti-bot detection, which proved quite effective, we caught most Adrenaline users using relatively simple server-side logic, logged them, and took staff action. Simple admin account lookup commands based on IP, HWID, and similar identifiers. In-game Captcha via https://lineage2.gold/code, protected by Cloudflare, including admin commands for blacklisting based on aggression levels and whitelisting. Additional admin tools such as Auto-Play status checks, Enchanted Hero Weapon live sync, force add/remove clans from castle sieges, item listeners for live item monitoring, and more. A fully rewritten Auto-Play system with support for ExAutoPlaySetting, while still using the Auto-Play UI wheel, featuring: Debuff Efficiency Party Leader Assist Respectful Hunting Healer AI Target Mode Range Mode Summoner buff support Dwarf mechanics Reworked EffectDispelEffects to restore buffs after Cancellation. Raid Bomb item support. Reworked CronZoneSwitcher. Prime Time Raid Respawn Service. Community Board features such as Top rankings and RB/Epic status. Custom systems for Noblesse, Subclasses, support-class rewards, and much more.   Depending on the deal, the project can include: The lineage2.gold domain The website built on the Laravel PHP framework The server’s Discord Client Interface source Server files and extender source The server database (excluding private data such as emails and passwords)   I’m primarily looking for a serious team to continue the project, as it would be a shame to see this work abandoned. This is not cheap. You can DM me with offers. If you’re wondering why I’m doing this: I’ve felt a clear lack of appreciation from the L2 community, and I’m not interested in doing charity work for people who don’t deserve it. I’m simply not someone who tolerates BS. Server Info: https://lineage2.gold/info Server for test: https://lineage2.gold/download Over 110 videos YouTube playlist: https://www.youtube.com/watch?v=HO7BZaxUv2U&list=PLD9WZ0Nj-zstZaYeWxAxTKbX7ia2M_DUu&index=113
  • 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..

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock