Jump to content

Question

Posted (edited)

Been wondering if there is a way to make arena/pvp zone check for clan/ally members.

Meaning that I want to make it so you need ctrl to hit clan/ally members in arena/pvp zone because right now you can hit em straight away.

If there is something you can share with me would be grateful.

 

Or just a simple way to make a flag zone keep pvp flag because u simply unflag after u hit somebody inside it.

Using acis latest rev :thankyou:

Edited by whatisup

3 answers to this question

Recommended Posts

  • 0
Posted

updatePvpStatus, add your zone check and return, so it won't flag anew / won't be added to the task.

 

Matter of moving clan/ally check before the zone. Open Player.java and search for isCtrlPressed, check and understand the code and then do appropriate moves.

  • 0
Posted (edited)

So it works like this.

But when I remove the pvpzone it stops working (people unflag when they hit inside the zone).

And I can't seem to make it work.

 

I don't want it to be pvpzone because of the hit clan without ctrl.

It's the one or the other pretty much.

 

package net.sf.l2j.gameserver.model.zone.type;

import net.sf.l2j.Config;
import net.sf.l2j.gameserver.enums.ZoneId;
import net.sf.l2j.gameserver.model.actor.Creature;
import net.sf.l2j.gameserver.model.actor.Player;
import net.sf.l2j.gameserver.model.zone.ZoneType;
import net.sf.l2j.gameserver.network.SystemMessageId;
import net.sf.l2j.gameserver.taskmanager.PvpFlagTaskManager;

/**
 * A zone extending {@link ZoneType}, used for jail behavior. It is impossible to summon friends and use shops inside it.
 */
public class ChaoticZone extends ZoneType
{
	public ChaoticZone(int id)
	{
		super(id);
	}
	
	@Override
	protected void onEnter(Creature character)
	{
		if (character instanceof Player)
		{
			character.setInsideZone(ZoneId.CHAOTICZONE, true);
			character.setInsideZone(ZoneId.PVP, true);
			((Player) character).sendPacket(SystemMessageId.ENTERED_COMBAT_ZONE);
			
			final Player activeChar = (Player) character;
		
		// Set pvp flag
		if (activeChar.getPvpFlag() == 0)
			activeChar.updatePvPFlag(1);
		}
		return;
	}
	
	@Override
	protected void onExit(Creature character)
	{
		if (character instanceof Player)
		{
			character.setInsideZone(ZoneId.CHAOTICZONE, false);
			character.setInsideZone(ZoneId.PVP, false);
			
			final Player activeChar = (Player) character;
			((Player) character).sendPacket(SystemMessageId.LEFT_COMBAT_ZONE);
			activeChar.exitOnNoLandingZone();
			
			PvpFlagTaskManager.getInstance().add(activeChar, Config.PVP_PVP_TIME);
			
			// Set pvp flag
			if (activeChar.getPvpFlag() == 0)
				activeChar.updatePvPFlag(1);
		}
		return;
	}
}

 

Thank you for your time.

Edited by whatisup
  • 0
Posted

I already told you what to do, there are 2 methods in Player, updatePvpStatus.

 

The pvp check logic, onEnter, is wrong, as if you enter flagged, you get unflag after a while.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Hello everyone, I am looking to purchase a Premium Lineage 2 High Five server pack. My main requirements are: Stability & Quality (Most Important): The pack must be highly stable with no system errors or major bugs. Custom Features: It must include ready-to-use custom features such as a fully functional Community Board, custom NPC Buffers, and Custom Item Sellers (GM Shops), etc. Complete Files: It is absolutely necessary that the full source code (src) and complete Geodata are included. If you are selling a pack that meets these criteria, please send me a PM or leave a reply with the following information: Brief details and key features of the pack Price Test server availability (I would like to test it before buying) Thank you!
    • L2jmobiusDevClon — Classic Interlude p110 Emulator L2jmobiusDevClon is actively developing a Lineage 2 Classic Interlude p110 emulator. Development is done in free time with a strong focus on: • Stability • Authentic Classic mechanics • Clean and optimized architecture The project is based on the L2jMobius source and is continuously evolving and improving. System Requirements: • Java 25 • MariaDB 12.0 • Client p110 Current Revision: 3.0 Development Status: Active Distribution: Free Official Website: https://www.l2jmobiusdevclon.pp.ua Discord Server: https://discord.gg/23a9S8g4Bn Contact: Telegram — @L2jmobiusDevClon Also available via private messages Project Goals: ✔ Improved stability ✔ Maximum Classic accuracy ✔ Core optimization We are currently looking for: • Testers • Server administrators Suggestions, bug reports, and ideas are always welcome. Contact us via: ✔ Discord ✔ Telegram ✔ Private Messages
    • i guess loading only the effects that are needed it will maybe work, like removing from reshade shader folder the ones that are not needed, depends on the pc also i guess, also limithing the game at 30fps can be better maybe
    • Up   SELL CHARACTERS L2 REBORN FRANZ x1     destroyer 74 lvl naked - 120 euro sws 71 lvl naked - 120 euro pp 66 skills - 120 euro se 64 lvl - 90 euro   Characters are legit with mail   i can wtt the characters for adena server franz   sell adena franz 250kk stock     add discord topeseller4081  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..