Jump to content

Recommended Posts

Posted

Hello guys this topic is for them who uses l2jteon packs...

as you know Mirage does't work there so here is code...

 

import net.sf.l2j.gameserver.datatables.SkillTable;
import net.sf.l2j.gameserver.model.L2Effect;
import net.sf.l2j.gameserver.model.L2Skill;
import net.sf.l2j.gameserver.skills.Env;

/**
* @author kombat
*/
final class EffectBestowSkill extends L2Effect
{
public EffectBestowSkill(Env env, EffectTemplate template)
{
super(env, template);
}

/**
* @see net.sf.l2j.gameserver.model.L2Effect#getEffectType()
*/
@Override
public EffectType getEffectType()
{
return EffectType.BUFF;
}

/**
* @see net.sf.l2j.gameserver.model.L2Effect#onstart()
*/
@Override
public void onstart()
{
L2Skill tempSkill = SkillTable.getInstance().getInfo(getSkill().getTriggeredId(), getSkill().getTriggeredLevel());
if (tempSkill != null)
{
getEffected().addSkill(tempSkill);
return;
}
return;
}

/**
* @see net.sf.l2j.gameserver.model.L2Effect#onExit()
*/
@Override
public void onExit()
{
getEffected().removeSkill(getSkill().getTriggeredId());
}

/**
* @see net.sf.l2j.gameserver.model.L2Effect#onActionTime()
*/
@Override
public boolean onActionTime()
{
return false;
}
}

 

Credits:L2jBrasil....

Posted

Actually credits are to JFree lool since the 'L2jBrazil' guys just copied it.

 

Still its np, hope someone finds this useful ^^

Posted

Actually credits are to JFree lool since the 'L2jBrazil' guys just copied it.

 

Still its np, hope someone finds this useful ^^

its oneo :)

  • 2 weeks later...
Posted

Would you explain how to add it? to create a new file? if yes.. File name? file location? How should the skill look?

 

You should read few Guides about How to Compile and other guides related with Java in L2J.

Posted

You should read few Guides about How to Compile and other guides related with Java in L2J.

 

 

I know how to compile but only with diff files... I don't know what I have to do with this... Little explaination please :p

  • 1 month later...
  • 2 weeks later...
Guest
This topic is now closed to further replies.


  • Posts

    • Hello! I need help with the file lineageeffect.u (Interlude client) I need to remove ForcedLifeTime from the following skills:   Battle Heal Greater Major Heal Hurricane Solar Flare Hydro Blast Aura Bolt Aura Flare Aura Flash   Thank you in advance for your help!
    • Used to have the same issue managing all my masked files from different edits. What really helped me stay organized was this list: https://www.blueberry-ai.com/blog/12-best-digital-asset-management-software-for-photographers. Found a couple of tools there that make sorting, tagging, and finding assets way easier, especially when working on multiple projects or sharing with clients. Took a massive load off my workflow and saved me a lot of time digging through folders.
    • IBServer for L2OFF GF-H5-GD-Classic I’m excited to share IBServer, a fully standalone authentication and billing server designed for Lineage II Official (L2OFF) Generations Supporting Gracia Final (GF), High Five (H5), Glory Days (GD), and Classic Year(2018-2020).   Key features: 🔌 Real IB Communication: Integrates directly with the L2OFF client protocol for in‑band packet handling. ⚙️ Zero Client/Server Modification: No changes required to L2Server.exe, no extenders, no hooks — plug and play. 🛠️ ODBC SQL Server Support: Built‑in DBManager C++ class for handling premium points, purchases, and account data via stored procedures. 📦 Complete Packet API: Full implementation of RequestCheckVersion, GetPremiumItems, GetGamePoint, AddGamePoint, BuyItem, DeleteItem, etc. 🚀 Ready to Deploy: Simple config.txt for port and connection string, runs as a native Windows service or console app.   Price: $150 USD (one‑time payment, no licensing restrictions — use on as many PCs as you want)   How to purchase & support: Please reply here or send me a private message on MaxCheaters. I’ll provide a compiled binary along with installation instructions.
    • Hello everyone I'm Albert, Starting now with the dream on have a L2 server, I'm having several issues with RS and I need someone help to Create an skill and implement to the correct class ID and make it work. Skill Required from me is  Festival Sweep  Skill or Item with the ability. I really need help guys and then after if possible i would need NPC and skins with .dressme        
  • Topics

×
×
  • Create New...