Jump to content

Recommended Posts

Posted

We are doing everything in the file L2PcInstance.java

After a string: pk = (L2PcInstance) killer;

add pk.startAbnormalEffect(ABNORMAL_EFFECT_BIG_HEAD);

 

 

 

 

To change - go to the method of setKarma(int karma)

and make checks

 

if (karma = 0)

stopAbnormalEffect(ABNORMAL_EFFECT_BIG_HEAD);

Posted

should be if (karma==0)

 

Thx for sharing it, try to make something bigger next time, what would u say about creating this:

When guy1 pked guy2 and there is 9 or more level difference between them, name of the pker is announced.

I think that its not that usefull but it may be good for u if u wanna learn :)

Posted

http://www.java2s.com/Tutorial/Java/0080__Statement-Control/Theifstatementsyntax.htm

 

Check this post, to define an variable do this:

Object x = 9;

 

And if statement uses == to compare and get a boolean, in if statement you must need to use a boolean as parameter:

int IO = 0; 
boolean bol = (IO == IO+1); //This will be false
if(bol)
{
...
}

 

another example can be (Thanks to Zoey76, from l2jserver):

String IO = "Hello world";
String IO2 = "Hello world";
// The variable has the same value, they are equal but not == cause these aren't the same object.
if(IO == IO2) //This will be false
{
...
}
if(IO.equals(IO2)) //Will be true
{
...
}

 

Java is simple, you must need to listen and read.

 

@Offtopic: Cause I hate MELERIX, RLY HATE HIM (Agression level 99).

Whatever i don't know what is wrong whit L2jServer. DP leader just use a paraser to do him work but never deleted old mobs from DB (I have done it in 1 day) HOW IT CAN BE POSSIBLE?. I guess L2jServer must need to change or add DP devolpers.

 

I hope this will be useful for you.

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

    • Vesper Noble heavy set (RAR) 1800 att - 150e Eternal Core Dualsword +6 300 att 130e Ring of Baium 130e AQ ring 100e Antharas Earring 200e   Paypal payments only DM in discord narttu123
    • L2REBORN x10 - 1gb - 4.2$ l2reborn x1 ( signature ) - 1kk - 1.3$ LU4 - 1kk - 2.3$ MASTERWORRK - 1kk - 3.8kk  discord - adver745645
    • Hello, Skill Activation: The activation options from the Alt+K window work perfectly. However, when activating them from the skill bar, there is still a delay of approximately 1 second. I need to remove that delay
    • --- Interlude Faction/GvE PvP grand opening 2025-11-15 19:00 GMT+2 ---   Gameplay: Chronicle: Interlude Type: Faction/GvE (Angels vs Nature vs Demons) GM Shop: B-S grade Buff slots: 20+4 Starting level: 74 + rebirth system   New Features: Client: Modern interface based on Essence Balance: New class skills for better balance Achievement Rewards: Daily, Weekly, One-time TOP rankings: PvP, Event PvP, Map PvP, Clan PvP, Event MvP, Map MvP Zones: 70 different PvP zones,  18 different events (8 map events | 10 main events) 12 Grand/raid bosses. Castle siege Olympiad Clan Hall challenge Custom Enchant System: Dynamic success chance (greater enchant level or item grade less enchanting success chance) Enchant rate: Blessed scrolls dynamic from 100% to 25%. Crystal Scrolls: 100%; Max enchant weapon +12 Max enchant armor +8 Safe point enchant system Extra Features: PvP items with level upgrade Weapon/Armor upgrade (from B grade to S) system Attributes system   Website: https://l2cygnus.com Community: Discord Facebook: https://www.facebook.com/l2cygnus Youtube:   
  • Topics

×
×
  • Create New...

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