Jump to content
  • 0

Need help for TvT event


Question

8 answers to this question

Recommended Posts

  • 0
Posted

Explain your request better next time.

 

You want to reward winner of the TvT with for example fame points instead of items like adena?

 

Just take a look at this method from TvTEvent.java

 

private static void rewardTeam(TvTEventTeam team)
{
    //code..
}

 

There is just code that will iterate rewards from configs for members from winner team.

 

Now simply add there code to increases fame points ammout or what ever.

  • 0
Posted

hmm ok but i need it just for kill if a player kills a enemy he get pvp pk point and some fame not complete team

 

TvTEvent.java

 

This method:

 

	/**
 * Is called when a player is killed<br><br>
 * 
 * @param killerCharacter as L2Character<br>
 * @param killedPlayerInstance as L2PcInstance<br>
 */
public static void onKill(L2Character killerCharacter, L2PcInstance killedPlayerInstance)
        {

        }

 

 

  • 0
Posted

ye ok but how seens the code for add him fame and pvp pk ?

 

Use search and read threads/guides about how to import codes/compile etc.

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


×
×
  • 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