Jump to content
  • 0

[Help] About PvP skill reward


Question

Posted

I want to add on some pvp's players to obtain a skill of my choise...for exmple if a player reach 500 pvp to get skill Braveheart etc... how can i make this? :)

11 answers to this question

Recommended Posts

  • 0
Posted

if (activeChar.getPvpKills() >= 500)

    activeChar.addSkill(SkillTable.getInstance().getInfo(440, 1));

 

add it in EnterWorld.java

  • 0
Posted

after what line should i add this? and if i want more skills 5 or 10 skills same line souldnt there be some other line after 1 skill to add other one? sorry for my bad english and also i dont know about java much ty

  • 0
Posted

if (activeChar.getPvpKills() >= 500)

    activeChar.addSkill(SkillTable.getInstance().getInfo(440, 1));

 

add it in EnterWorld.java

after what line should i add this? and if i want more skills 5 or 10 skills same line souldnt there be some other line after 1 skill to add other one? sorry for my bad english and also i dont know about java much ty

try in EnterWorld.java

loled. Rio try to read the class to understand what means all lines

  • 0
Posted

if (activeChar.getPvpKills() >= 500)

    activeChar.addSkill(SkillTable.getInstance().getInfo(440, 1));

 

add it in EnterWorld.java

^^

 

instead of <= use == its equal.

  • 0
Posted

You can also add it in L2PcInstance.java

At the Public void "increasePvpKills"

and add behind the line with "setPvpKills(getPvpKills() + 1);"

 

if(getPvpKills()== 500)

{

addSkill(SkillTable.getInstance().getInfo(440, 1));

}

 

This way you can also add items as rewards and other things. And its not added again evry time you login like the above example.

(i didnt test this though but it should work)

  • 0
Posted

You can also add it in L2PcInstance.java

At the Public void "increasePvpKills"

and add behind the line with "setPvpKills(getPvpKills() + 1);"

 

This way you can also add items as rewards and other things. And its not added again evry time you login like the above example.

(i didnt test this though but it should work)

The effect will be temporary.

Cannot use equal.

Logically

 

 

  • 0
Posted

I was in testing PcInstance.java, and when I restart I removed the skill.

something else, and I added to give me another 200 next skill to pvp.

and did not work!!

Someone help me?

 

    if(getPvpKills()== 100)
    {
       addSkill(SkillTable.getInstance().getInfo(3156, 1));
    }
     if (getPvpKills()== 200)
    {
       addSkill(SkillTable.getInstance().getInfo(3157, 1));
    }

  • 0
Posted

@AlexCardyz

Enterworld.java

 

+          if(activeChar.getPvpKills() >= 100)
+	    {
+	       activeChar.addSkill(SkillTable.getInstance().getInfo(3156, 1));
+	    }
+	    if (activeChar.getPvpKills() >= 200)
+	    {
+	       activeChar.addSkill(SkillTable.getInstance().getInfo(3157, 1));
+	    }

 

L2PcInstance.java

 

            // Add karma to attacker and increase its PK counter
		setPvpKills(getPvpKills() + 1);

+           if(getPvpKills() >= 100)
+	    {
+	       addSkill(SkillTable.getInstance().getInfo(3156, 1));
+	    }
+	    if (getPvpKills() >= 200)
+	    {
+	       addSkill(SkillTable.getInstance().getInfo(3157, 1));
+	    }

 

I think combining both is the best way.

  • 0
Posted

@AlexCardyz

Enterworld.java

 

+          if(activeChar.getPvpKills() >= 100)
+	    {
+	       activeChar.addSkill(SkillTable.getInstance().getInfo(3156, 1));
+	    }
+	    if (activeChar.getPvpKills() >= 200)
+	    {
+	       activeChar.addSkill(SkillTable.getInstance().getInfo(3157, 1));
+	    }

 

L2PcInstance.java

 

            // Add karma to attacker and increase its PK counter
		setPvpKills(getPvpKills() + 1);

+           if(getPvpKills() >= 100)
+	    {
+	       addSkill(SkillTable.getInstance().getInfo(3156, 1));
+	    }
+	    if (getPvpKills() >= 200)
+	    {
+	       addSkill(SkillTable.getInstance().getInfo(3157, 1));
+	    }

 

I think combining both is the best way.

 

Specifically what part would go in the Enterworld.java  ??

:/

 

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

    • Migrating a legacy Interlude server to PostgreSQL while adding real observability is basically forcing 2006 MMO engineering to attend a 2026 infrastructure conference at gunpoint. PS: which revision of aCis? PS: 🧻what was broken during this whatever you call it.    AAC Guard beign asked to adapt to this be like: - Creating bugs since early 2018
    • OH MY LORDDDDDDDDDDDDDDDDDDDDD   FINALLY
    • TG Support: https://t.me/buyingproxysup | Channel: https://t.me/buyingproxycom Discord support: #buyingproxy | Server: Join the BuyingProxy Discord Server!  Create your free account here
    • I came out of my cave as I do once every 5 years. By now, I know nobody really cares about L2, but I still find it fun to experiment. Everything you see here will be free and open source. I have no interest in selling anything.   Long story short, I like to revisit Interlude and apply what I've learned to see how far I can push it. Here's Outerlude, a public fork of aCis for the modern age.   Video demo:   Work that has been done:   Redone the netcode from scratch to be async The NPC AI was completely redone based on Finite State Machines Moved to PostgreSQL and using some of its cool features Lots of config that should be hot reloadable has moved to the database OpenTelemetry instrumentation, where it makes sense, and a Grafana dashboard A built-in REST API for server management A built-in MCP Server for LLMs Nidrah AI, an AI Agent to make managing the server easier Real-time server map view Chat auditing and live snooping A new Fake Players Engine with a Node logic system and a new LLM planner for any behavior Just watch the video   If there is interest in this and I'm happy with it, or I get bored (which I always do), I will open-source it. Let me know what you think and if there is some feature you'd like me to implement.
  • 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..