Jump to content
  • 0

PK in TvT Event.


booosas

Question

15 answers to this question

Recommended Posts

  • 0

the noob way to fix it, is make the tvt in pvp zone, like coliseum, if u dont wanna make the tvt in coliseum make ur tvt zone as pvp zone, whit zone table in ur db and zone.xml in ur files, its the easy way, if u dont have acces to ur .java files do it.

Link to comment
Share on other sites

  • 0

dude i did this modificaction in my old server, i made the pvp zones to count pvps is somewhere in l2pcinstance, let me fin it and ill show u where, and there http://www.maxcheaters.com/forum/index.php?topic=150972.0, check it again.

 

And the ppl flag up when they attack the other players team right?

 

EDIT:

 

The other post

// 'No war' or 'One way war' -> 'Normal PK'

        if (targetPlayer.getKarma() > 0)                                        // Target player has karma

        else if (targetPlayer.isintvt())                            //may be will work, am not sure, just trying to help

                return;

        {

            if (Config.KARMA_AWARD_PK_KILL)

                    increasePvpKills(target);

        }

        else if (targetPlayer.getPvpFlag() == 0)                                                                    // Target player doesn't have karma

        {

            increasePkKillsAndKarma(target);

            //Unequip adventurer items

            checkItemRestriction();

 

 

Over there my mod to count pvp in coliseum and arenas

 

http://www.maxcheaters.com/forum/index.php?topic=137741.msg979846#msg979846

Link to comment
Share on other sites

  • 0
// 'No war' or 'One way war' -> 'Normal PK'

         if (targetPlayer.getKarma() > 0)                                        // Target player has karma

         else if (targetPlayer.isintvt())                            //may be will work, am not sure, just trying to help

                 return;

         {

            if (Config.KARMA_AWARD_PK_KILL)

                    increasePvpKills(target);

         }

         else if (targetPlayer.getPvpFlag() == 0)                                                                    // Target player doesn't have karma

         {

            increasePkKillsAndKarma(target);

            //Unequip adventurer items

            checkItemRestriction();

 

doesnt work. :|

Link to comment
Share on other sites

  • 0

Found a way how to clean karma at TvT event.

Easy and Fun!

1. //spawn rabbit

2. Make hes P.Def/M.Def 90000 and HP 1.

3. Make hes LVL 80.

4. Add bigger exp! ( I added 5000exp to him )

Thats all! No one will regenerate hes HP by hitting mob.

 

But if someone will find another way by .java Share It!

Link to comment
Share on other sites

  • 0

U need to kill a rabbit in order to lose karma.. Ok, but if another person kill you before, i think you have modified Drop chance of karma players. So he can drop during the event :/

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...