Jump to content
  • 0

PK in TvT Event.


Question

15 answers to this question

Recommended Posts

  • 0
Posted

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.

  • 0
Posted

Under the underground coliseum isn't a Combat place.. Is like ALL others place like IT, try it ... Normally, that count Pvp Points..

 

I make that for my tvt...

  • 0
Posted

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

  • 0
Posted
// '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. :|

  • 0
Posted

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!

  • 0
Posted

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 :/

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