Jump to content

Pauler

Legendary Member
  • Posts

    1,390
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Pauler

  1. Need to add seal stones to all monsters because seven signs have some problems.... I tried and did this to add to monsters between 70-75 levels

    Index: java/net/sf/l2j/gameserver/model/actor/L2Attackable.java
    ===================================================================
    --- a/java/net/sf/l2j/gameserver/model/actor/L2Attackable.java
    +++ b/java/net/sf/l2j/gameserver/model/actor/L2Attackable.java
    @@ -302,4 +302,5 @@
                            }
                    }
    +
                   
                    // Manage Base, Quests and Sweep drops of the L2Attackable.
    @@ -1129,5 +1130,11 @@
                                    else
                                            item = calculateCategorizedRewardItem(player, cat, levelModifier);
    -                               
    +                                if(getLevel() >= 70 && getLevel() <= 75)
    +                                {
    +                                        int min_seal_red = Rnd.get(700,1400);
    +                                        int min_seal_green = Rnd.get(34350,69000);
    +                                        player.addItem("BlueSealStone", 6362, min_seal_red, null, true);
    +                                        player.addItem("GreenSealStone", 6361, min_seal_green, null, true);
    +                                }
                                    if (item != null)
                                    {

    But when i kill for example hot springs monsters it gives me 2 times red and 2 times green stones.

    You have added your code inside this loop.  for (DropCategory cat : npcTemplate.getDropData()) {}

     

    That's why it is being executed more than once.

  2. Haha you think getting 4 mates to post on your topic makes you any better? Makes you even worse actually. Greeks -.-

     

    And you'd think that killing people would make them like you, but it doesn't. It just- it just makes them dead.

  3. I have the feeling, that you have nothing to do and you go around of meaningless stuff. Remove the group, so what. What exactly do you expect from this action? Most ex-staffers have seen the idiotic things that run on the background. Don't hope that anyone will start trying again, if that's your expectation.

     

    You run a forum about a game which is dead, even the official l2 community is about to completely dissappear. My suggestion would be to focus on stuff that will matter. If you have nothing clever to do, do nothing. Playing with the membergroup page will earn noone's interest.

     

    I barely visit the forum, I only do once a while hoping to meet some old pals. I lost interest due to these meaningless actions, and many more will, if the topic of the month keeps being like this one. To delete or not a membergroup, to promote this member or not.

  4. 1. Δεν χρειάζεσαι account για να στείλεις ερώτηση.

    2. Όχι, δεν υπάρχει κανένας τρόπος να βρεις ποιος έκανε την ερώτηση, διότι καταρχάς ούτε το ask ξέρει ποιος είναι.

×
×
  • Create New...