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.

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
Answer this question...

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



×
×
  • Create New...