Jump to content

L2jNBR

VIP Member
  • Posts

    11
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by L2jNBR

  1. 41 minutes ago, Kara said:

     

    If you want the player who is in party and he is VIP to receive 2x then you need open distributeItem method and there is where items are given at the players. Make the x 2 for that specific player (or any VIP inside) in there.

     

    Can you write the code for me?

     

    53 minutes ago, Amenadiel said:
     if (isInParty())
                getParty().distributeItem(this, item, false, target);
            else if (item.getId() == 57)
                addAdena("Loot", item.getCount(), target, true);
            else if (isInParty() && isVip || !isVip())
                addItem("Loot", item.getId(), item.getCount() * Config.VIP_DROP_RATE, target, true);

    i just made what you ask with your words. Not that is correct

    if (isInParty() || isInParty && isVip || !isVip)
                getParty().distributeItem(this, item, false, target);

    can work the same way , u just missed calling the vip that is inParty so u have to add it on isInParty too

     

    It didn't work that way!

  2. 42 minutes ago, Kara said:

     

    You're trying to do what? You confused me as fuck. You want VIP player to distribute item + get also the item himself ? So basically you mean you want to throw the isInParty() outside else if check in case he is VIP?

     

    I want to make the player who is vip, being in the pt with another vip or not! Let the farm that is for him be in 2x as config! Because he is only able to farm in 2x if he is out of pt

     

  3. I'm trying to put the player who is vip and is in PT to continue farming 2x, but it's not working, only the adena that he farms 2x! Could someone help me?

    Rev aCis

     

    L2PcInstance

    public void doAutoLoot(L2Attackable target, ItemHolder item)
        {
            if (isInParty())
                getParty().distributeItem(this, item, false, target);
            else if (item.getId() == 57)
                addAdena("Loot", item.getCount(), target, true);
            else if (isVip())
                addItem("Loot", item.getId(), item.getCount() * Config.VIP_DROP_RATE, target, true);
            else
                addItem("Loot", item.getId(), item.getCount(), target, true);
        }

     

  4. this guy is a scammer ... These "I work in my soucer for 2 years", actually means that I did all this work. I went through a few good times with this guy, delaying payments and sometimes not paying. The last service I did for him did not pay me, blocked me in all means of contact and is now selling the project. Well I do not advise buying, as the only programmer for this project, I guarantee that it is not safe.
    PS .: whoever wants the source I make it available for free with all the existing mods, just send me a private message

  5. Hey there, i am selling some java mods for aCis coded from scratch by myself.

     

    Daily Mission System

    You can setup your own server mission through a XML file.

    You can create missions that supports killing npcs or winning server events.

    nC8e2qg_d.webp?maxwidth=760&fidelity=grand

    You can use the Alt+B version or NpcHtmlMessage version

    price: 15 euro

    No Carrier System

    The system prevent abnormaly disconnected players loss some raids or running events

    the player have sometime to connect back

     

    BFhKvLy_d.webp?maxwidth=760&fidelity=grand

     

    If player was in party, then it don't need to join again, game will connect player

    in the same state that he was disconnected

    tbF34OS_d.webp?maxwidth=760&fidelity=grand

     

    price: 10 euro

     

    Premium System

    A new premium system designed from scratch with some exclusive features

    You can setup how many premium levels you want, with infinite types of bonuses

    Through a XML file

    rpGJgzJ_d.webp?maxwidth=760&fidelity=grand

     

    tyCSpoU_d.webp?maxwidth=760&fidelity=grandY8eHc7P_d.webp?maxwidth=760&fidelity=grand

    Players can upgrade premium using remaining days iof their old premium level if

    this function is enabled

     

    4utbTet_d.webp?maxwidth=760&fidelity=grand

     

    Price: 20euro

    Daily Reward System

    Players can get a daily reward by each first login each day. (protected by IP or HWID if you wish)

    You can setup in Rewards in XML file 

    kj5BpSY_d.webp?maxwidth=760&fidelity=grand

    Price: 15 euro

     

    Getting all codes the price: 40euro (paypal only)

     

    If you are interested in any mod contact me through discord: ZProject#6889

    or send me a pm here.

    • Like 3
    • Upvote 1
×
×
  • 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