Jump to content
  • 0

Question

Posted

Hello guys!

Im trying to add on L2 j Mobius H5 free revision a system for parties. This system is adding blue cycles on party members and red on party leader and players can also deactivate it from menu panel. i have it working 100% on acis but here im stucked. See my code bellow from acis.

 

        final Player tmp = getClient().getPlayer();

        final Party party = tmp.getParty();
        final boolean sameparty = tmp != null && party != null && party.equals(_player.getParty());
        if (tmp.getActionStatus(BlockAction.PARTY_CYCLES) != null && !tmp.getActionStatus(BlockAction.PARTY_CYCLES) && Config.ALLOW_PARTY_CYCLES && sameparty && !party.isLeader(_player) || _player.getServerWarTeam().equals("blue"))
            writeC(0x01); // team circle around feet 1= Blue, 2 = red
        else if (tmp.getActionStatus(BlockAction.PARTY_CYCLES) != null && !tmp.getActionStatus(BlockAction.PARTY_CYCLES) && Config.ALLOW_PARTY_CYCLES && sameparty && party.isLeader(_player) || _player.getServerWarTeam().equals("red"))
            writeC(0x02); // team circle around feet 1= Blue, 2 = red    
        else
            writeC(_player.getTeam().getId());

 

the problem is that i cant found how to fix the first line.  final Player tmp = getClient().getPlayer();

If i found how to correct this line then i will find all the rest. i know is it something stupid that i dont know because im not familiar with the pack but any help will be welcomed.

 

Thanks in advance

 

4 answers to this question

Recommended Posts

  • 0
Posted
On 3/10/2023 at 11:47 AM, andy1984 said:

Hello guys!

Im trying to add on L2 j Mobius H5 free revision a system for parties. This system is adding blue cycles on party members and red on party leader and players can also deactivate it from menu panel. i have it working 100% on acis but here im stucked. See my code bellow from acis.

 

        final Player tmp = getClient().getPlayer();

        we
        final boolean sameparty = tmp != null && party != null && party.equals(_player.getParty());
        if (tmp.getActionStatus(BlockAction.PARTY_CYCLES) != null && !tmp.getActionStatus(BlockAction.PARTY_CYCLES) && Config.ALLOW_PARTY_CYCLES && sameparty && !party.isLeader(_player) || _player.getServerWarTeam().equals("blue"))
            writeC(0x01); // team circle around feet 1= Blue, 2 = red
        else if (tmp.getActionStatus(BlockAction.PARTY_CYCLES) != null && !tmp.getActionStatus(BlockAction.PARTY_CYCLES) && Config.ALLOW_PARTY_CYCLES && sameparty && party.isLeader(_player) || _player.getServerWarTeam().equals("red"))
            writeC(0x02); // team circle around feet 1= Blue, 2 = red    
        else
            writeC(_player.getTeam().getId());

 

the problem is that i cant found how to fix the first line.  final Player tmp = getClient().getPlayer();

If i found how to correct this line then i will find all the rest. i know is it something stupid that i dont know because im not familiar with the pack but any help will be welcomed.

 

Thanks in advance

 

 

You don't need:
 

final Player tmp = getClient().getPlayer();

 

Change:

 

final Party party = tmp.getParty();

 

To:
 

final Party party = _player.getParty();
  • 0
Posted
1 hour ago, andy1984 said:

if i do like this then the party members will not see my mark. I need to block marks for my self. That line is necessary

 

I didn't read the whole code:

 

final Player tmp = _player.getClient().getPlayer();
final Party party = tmp.getParty();


 

  • 0
Posted

again i have an error... image.png.f0f3540a3d594fd773ac64a2544e7773.png

2 hours ago, andy1984 said:

again i have an error... image.png.f0f3540a3d594fd773ac64a2544e7773.png

i fixed the error but again it blocks the visual for the party members not for me. Its very weird. Seems im not able to broadcast charInfo of the party members when i use the blockAction because im using _player.getClient().getPlayer(); and _player is the user it self, not the party members. Its completely different than aCis.

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.



  • Posts

    • You still need an executor for delayed task, and regarding instant task, they are simply executed using regular virtual thread.   Delayed tasks handling was anyway reverted back due to VT's pinning / strange behavior.   If you got something better to propose, you can also contribute rather than "??".
    • Hello everyone, I'm selling my Salvation license from L2JEternity. It's a lifetime license that I bought from LordWinter about 2 years ago. He's been updating the project diligently since then. I used it to open just one project and then never used it again. Since it's been idle, I'd like to sell it. At the time, I paid 600 euros for this license. I'm selling it for 350 euros. Payments only in cryptocurrencies to avoid chargebacks from the jokers. Thank you and if you need any recommendations from important people on the forum, I have them. https://prnt.sc/SloDzTxN3fs6
    • Deadpool Skin for All Races Lineage 2 A custom Deadpool skin is now available for all races and classes in Lineage 2. Fully compatible with any client version: Interlude, High Five, Classic, and others This is perfect for private servers, custom events, or just adding fun to your gameplay. Available now at a very attractive price.    
    • Hello,    I have lost my System from my Lineage 2 server, my server is a bit custom and I have no more system file.   I am searching for somebody who can recreate my full system, I have all the xml files necessary I just do not know how to make it work.   Start price for this is 100 euro but negociable, I need a bit more help with some more questions as well, I need somebody who knows a lot about L2 server custom creation and who can answer a few questions, I will pay for the service ofc.   Please leave ur Discord informations " if is allowed " or send me a pm with ur credentials and I will contact you asap.     Kind Regards. Later Edit :   Maybe I have bad expressed myself, I need the creation of a PATCH for my Freya CT2.5 version.   The starting price for this is 100€ but negociable, extra help will be extra counted and payed acordingly.    I am a very generous guy, do not be shy and contact me if you can make it happend.   Ty, Alex
  • Topics

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