Jump to content

Recommended Posts

Posted

i have a queston for

 

  // Give x y for a pvp kill
	addItem("Loot", x, y, this, true);
	sendMessage("You won y x for a pvp kill!");  

 

 

@ sendMessage(you won y(=1[ex]) x(id=999999[ex]) for a pvp kill!")

would it say you won 1 999999 or you won 1 PvPtoken[ex]

 

*[ex] = example

Posted

How can you add damage based rewards? Say if its a 2v1 and 1 person does 60% of the damage so he gets 60% of the reward and how can you also add Xp for another reward that can be split between to people or more.

Posted

Don't think that's wise to do. Imagine an sps, he'd just run around and flash everyone doing minimal damage, while someone. When someone would come and hit one of his previous targets, sps would still get a reward, even though he did like 600 dmg...

 

Too easy too abuse.

Btw, how would you modify this, so it applies for a clan war.. Example, 1 random pvp kill = 1 medal, 1 clan kill = 2 medals.

There would need to be a check if the enemy is clan war, but i've got no clue how to do that.

  • 1 month later...
Posted

Ok first of to make it clear...If you dont know what eclipse means, how to complie or how to change the code then leave this topic and go here...http://www.maxcheaters.com/forum/index.php?topic=3400.0

 

I will use L2j interlude pack for this but you can use any, of any revision with no changes...

 

Okay go to gameserver.model.actor.instance.L2PcInstance.java

 

Here comes to reward for PVP kill

 

Go to line 4538...You should see something like this

 

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

 

Okay now add this after it...

 

        // Give x y for a pvp kill
	addItem("Loot", x, y, this, true);
	sendMessage("You won y x for a pvp kill!");

 

NOTE! x IS THE ITEM ID AND y IS THE AMMOUNT!

 

 

============================================================

 

Okay now reward for PK kill

 

 

Go to line 4605...You should see this

 

        // Add karma to attacker and increase its PK counter
        setPkKills(getPkKills() + 1);
        setKarma(getKarma() + newKarma);

 

 

Add the same code as above and players are gonna get reward for PK kill!

 

Note! PvP kill means when a player kills a flagged player and gets a pvp point and PK kill means when a player kills a while player and gets a PK point and karma! There is a huge difference

 

Funny for high rate servers...

 

Cheers ^^

Could you tell us to block the same ip ? i mean maybe a player be smart and said why to make pvp lets make a char and kill him so there is somthing to block the reward if it is from same ip?
Posted

Well, even if you block same IP, you won't be secured from players doing all the time pvp with friends, so actually, this is kinda cheat modification, but usefull sometimes :D

  • 3 weeks later...
  • 3 months later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • What the fuck are you talking about on 2025? Did you ever played on any L2Gold server? Do you know where it was hosted and what files it run?   It's particularly grating when people who haven't logged into L2 in years, or worst, someone actively attacking servers, pontificate about L2J vs L2OFF differences. Debating theoretical technical points while actual players just want stable, fun servers. I am aware of well known servers that ran successfully on L2J as far back as 2010.
    • Fake players system is already in use 5-6 years know that i know for sure, before even ai come up. There is even whole system with automated players that can make any simple move, pvp, farm, or even answer you on chat and pm's. All this before ai, you can imagine now what we will see.
    • acis is still calibrating since years ago for example, has not achieve full/smooth emulation   I would never say that, i think java has a good stage but not ideal for somebody who has played l2off   Generally the player base on this game has played so much in bug servers that they wont play in l2off files because the basics are not working as should notably the bugs, when those are fixed and or work out of the box in l2off the interest is lost.   Few would stay in a bugless server even fewer would make it worth while to pay for it, and the bots in my oppinion destroyed the game, if you find any topic with bot related share i express my negative oppinion that it kills the game, you play in a fake player server or a real player server renders automatically both servers and the game itself bad.   in 2025 servers has AI and Fake players before the server even begins, maybe start selling as a single player is the next step for lineage
  • 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