Jump to content
  • 0

[HELP]Nonil'sGarden


POP-CORN

Question

Χέρεται.

Θέλω να βάλω ένα penalty για 24 ώρες στο Nornil'sGarden.

Νομίζω πως το Crystal Cavern έχει τα restrictions... Που χρειάζομαι.

"Εκτός κ αν χρειάζομαι κάτι ακομα..."

//instance reenter time

//default:86400000ms

Long reentertime = InstanceManager.getInstance().getInstanceTime(partyMember.getObjectId(), INSTANCEID);

if (System.currentTimeMillis() < reentertime)

{

SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.C1_MAY_NOT_REENTER_YET);

sm.addPcName(partyMember);

party.broadcastToPartyMembers(sm);

return false;

}

}

return true;

}

Μπορεί κάποιος να με καθοδηγήσει;

Για το που ακριβώς πρέπει να τοποθετήσω αυτά τα lines στον παρακάτω κώδικα;

 

 

 

Nornil'sGarden:

* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
package instances.NornilsGarden;

import com.l2jserver.gameserver.ai.CtrlIntention;
import com.l2jserver.gameserver.datatables.SkillTable;
import com.l2jserver.gameserver.instancemanager.InstanceManager;
import com.l2jserver.gameserver.instancemanager.InstanceManager.InstanceWorld;
import com.l2jserver.gameserver.instancemanager.QuestManager;
import com.l2jserver.gameserver.model.L2Effect;
import com.l2jserver.gameserver.model.L2Party;
import com.l2jserver.gameserver.model.L2Skill;
import com.l2jserver.gameserver.model.actor.L2Character;
import com.l2jserver.gameserver.model.actor.L2Npc;
import com.l2jserver.gameserver.model.actor.instance.L2DoorInstance;
import com.l2jserver.gameserver.model.actor.instance.L2MonsterInstance;
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
import com.l2jserver.gameserver.model.entity.Instance;
import com.l2jserver.gameserver.model.quest.Quest;
import com.l2jserver.gameserver.model.quest.QuestState;
import com.l2jserver.gameserver.model.quest.State;
import com.l2jserver.gameserver.model.zone.L2ZoneType;
import com.l2jserver.gameserver.network.SystemMessageId;
import com.l2jserver.gameserver.network.serverpackets.SystemMessage;
import com.l2jserver.gameserver.util.Util;
import com.l2jserver.util.Rnd;

/**
** @author Gnacik
**
** 2010-10-15 Based on official server Naia
*/
public class NornilsGarden extends Quest
{
private class NornilsWorld extends InstanceWorld
{
	public L2Npc first_npc = null;
	public boolean spawned_1 = false;
	public boolean spawned_2 = false;
	public boolean spawned_3 = false;
	public boolean spawned_4 = false;

	public NornilsWorld()
	{
	}
}

private static final String qn = "NornilsGarden";
private static final int INSTANCE_ID = 11;

private static final int DURATION_TIME = 70;
private static final int EMPTY_DESTROY_TIME = 5;

private static final int INSTANCE_LVL_MIN = 18;
private static final int INSTANCE_LVL_MAX = 22;

private static final int _garden_guard = 32330;

private static final int[] _final_gates = { 32260, 32261, 32262 };

private static final int[] SPAWN_PPL = { -111184, 74540, -12430 };
private static final int[] EXIT_PPL  = {  -74058, 52040,  -3680 };

private static final int[][] _auto_gates =
{
	{ 20110, 16200001 }, // Warriors gate
	{ 20111, 16200004 }, // Midway gate
	{ 20112, 16200013 }  // Gate
};

private static final L2Skill skill1 = SkillTable.getInstance().getInfo(4322, 1);
private static final L2Skill skill2 = SkillTable.getInstance().getInfo(4327, 1);
private static final L2Skill skill3 = SkillTable.getInstance().getInfo(4329, 1);
private static final L2Skill skill4 = SkillTable.getInstance().getInfo(4324, 1);

private static final int _herb_jar = 18478;

private static final int[][] _gatekeepers =
{
	{ 18352, 9703, 0 }, // Kamael Guard
	{ 18353, 9704, 0 }, // Guardian of Records
	{ 18354, 9705, 0 }, // Guardian of Observation
	{ 18355, 9706, 0 }, // Spicula's Guard
	{ 18356, 9707, 16200024 }, // Harkilgamed's Gatekeeper
	{ 18357, 9708, 16200025 }, // Rodenpicula's Gatekeeper
	{ 18358, 9713, 0 }, // Guardian of Secrets
	{ 18359, 9709, 16200023 }, // Arviterre's Guardian
	{ 18360, 9710, 0 }, // Katenar's Gatekeeper
	{ 18361, 9711, 0 }, // Guardian of Prediction
	{ 25528, 9712, 0 }  // Tiberias
};

private static final int[][] HP_HERBS_DROPLIST =
{
	// itemId, count, chance
	{ 8602, 1, 10 }, { 8601, 2, 40 }, { 8600, 3, 70 }
};

private static final int[][] _group_1 = 
{
	{ 18363, -109899, 74431, -12528, 16488 },
	{ 18483, -109701, 74501, -12528, 24576 },
	{ 18483, -109892, 74886, -12528,     0 },
	{ 18363, -109703, 74879, -12528, 49336 }

};

private static final int[][] _group_2 = 
{
	{ 18363, -110393, 78276, -12848, 49152 },
	{ 18363, -110561, 78276, -12848, 49152 },
	{ 18362, -110414, 78495, -12905, 48112 },
	{ 18362, -110545, 78489, -12903, 48939 },
	{ 18483, -110474, 78601, -12915, 49488 },
	{ 18362, -110474, 78884, -12915, 49338 },
	{ 18483, -110389, 79131, -12915, 48539 },
	{ 18483, -110551, 79134, -12915, 49151 }
};

private static final int[][] _group_3 =
{
	{ 18483, -107798, 80721, -12912, 0 },
	{ 18483, -107798, 80546, -12912, 0 },
	{ 18347, -108033, 80644, -12912, 0 },
	{ 18363, -108520, 80647, -12912, 0 },
	{ 18483, -108740, 80752, -12912, 0 },
	{ 18363, -109016, 80642, -12912, 0 },
	{ 18483, -108740, 80546, -12912, 0 }
};

private static final int[][] _group_4 =
{
	{ 18362, -110082, 83998, -12928, 0 },
	{ 18362, -110082, 84210, -12928, 0 },
	{ 18363, -109963, 84102, -12896, 0 },
	{ 18347, -109322, 84102, -12880, 0 },
	{ 18362, -109131, 84097, -12880, 0 },
	{ 18483, -108932, 84101, -12880, 0 },
	{ 18483, -109313, 84488, -12880, 0 },
	{ 18362, -109122, 84490, -12880, 0 },
	{ 18347, -108939, 84489, -12880, 0 }
};

private static final int[][] MP_HERBS_DROPLIST =
{
	// itemId, count, chance
	{ 8605, 1, 10 }, { 8604, 2, 40 }, { 8603, 3, 70 }
};

private static final void dropHerb(L2Npc mob, L2PcInstance player, int[][] drop)
{
	final int chance = Rnd.get(100);
	for (int i = 0; i < drop.length; i++)
	{
		if (chance < drop[i][2])
			((L2MonsterInstance)mob).dropItem(player, drop[i][0], drop[i][1]);
	}
}

private static final void removeBuffs(L2Character ch)
{
	for (L2Effect e : ch.getAllEffects())
	{
		if (e == null)
			continue;
		L2Skill skill = e.getSkill();
		if (skill.isDebuff() || skill.isStayAfterDeath())
			continue;
		e.exit();
	}
}

private static final void giveBuffs(L2Character ch)
{
	if(skill1 != null)
		skill1.getEffects(ch, ch);
	if(skill2 != null)
		skill2.getEffects(ch, ch);
	if(skill3 != null)
		skill3.getEffects(ch, ch);
	if(skill4 != null)
		skill4.getEffects(ch, ch);
}

private static final void teleportPlayer(L2PcInstance player, int[] coords, int instanceId)
{
	QuestState st = player.getQuestState(qn);
	if (st == null)
	{
		Quest q = QuestManager.getInstance().getQuest(qn);
		st = q.newQuestState(player);
	}		
	removeBuffs(player);
	giveBuffs(player);
	if (player.getPet() != null)
	{
		removeBuffs(player.getPet());
		giveBuffs(player.getPet());
	}
	player.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);
	player.setInstanceId(instanceId);
	player.teleToLocation(coords[0], coords[1], coords[2], true);
}

private void exitInstance(L2PcInstance player)
{
	InstanceWorld inst = InstanceManager.getInstance().getWorld(player.getInstanceId());
	if (inst instanceof NornilsWorld)
	{
		NornilsWorld world = ((NornilsWorld) inst);
		world.allowed.remove(Integer.valueOf(player.getObjectId()));
		player.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);
		player.setInstanceId(0);
		player.teleToLocation(EXIT_PPL[0], EXIT_PPL[1], EXIT_PPL[2], true);
	}
}

private final synchronized String enterInstance(L2Npc npc, L2PcInstance player)
{
	InstanceWorld world = InstanceManager.getInstance().getPlayerWorld(player);
	if (world != null)
	{
		if (!(world instanceof NornilsWorld) || world.templateId != INSTANCE_ID)
		{
			player.sendPacket(SystemMessage.getSystemMessage(SystemMessageId.ALREADY_ENTERED_ANOTHER_INSTANCE_CANT_ENTER));
			return null;
		}
		// check for level difference again on reenter
		if (player.getLevel() > INSTANCE_LVL_MAX || player.getLevel() < INSTANCE_LVL_MIN)
		{
			SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.C1_LEVEL_REQUIREMENT_NOT_SUFFICIENT);
			sm.addPcName(player);
			player.sendPacket(sm);
			return null;
		}
		// check what instance still exist
		Instance inst = InstanceManager.getInstance().getInstance(world.instanceId);
		if (inst != null)
		{
			teleportPlayer(player, SPAWN_PPL , world.instanceId);
		}
		return null;
	}
	// Creating new instance
	else
	{
		String result = checkConditions(npc, player);
		if (!(result.equalsIgnoreCase("ok")))
			return result;

		final int instanceId = InstanceManager.getInstance().createDynamicInstance("NornilsGarden.xml");
		final Instance inst = InstanceManager.getInstance().getInstance(instanceId);

		inst.setName(InstanceManager.getInstance().getInstanceIdName(INSTANCE_ID));
		final int[] returnLoc = { player.getX(), player.getY(), player.getZ() };
		inst.setSpawnLoc(returnLoc);
		inst.setAllowSummon(false);
		inst.setDuration(DURATION_TIME * 60000);
		inst.setEmptyDestroyTime(EMPTY_DESTROY_TIME * 60000);			
		world = new NornilsWorld();
		world.instanceId = instanceId;
		world.templateId = INSTANCE_ID;
		InstanceManager.getInstance().addWorld(world);
		_log.info("Nornils Garden: started, Instance: " + instanceId + " created by player: " + player.getName());

		prepareInstance((NornilsWorld) world);

		// and finally teleport party into instance
		final L2Party party = player.getParty();
		if(party != null)
		{
			for (L2PcInstance partyMember : party.getPartyMembers())
			{
				world.allowed.add(partyMember.getObjectId());
				teleportPlayer(partyMember, SPAWN_PPL, instanceId);
			}
		}
		return null;
	}
}

private void prepareInstance(NornilsWorld world)
{
	world.first_npc = addSpawn(18362,-109702,74696,-12528, 49568, false, 0, false, world.instanceId);

	L2DoorInstance door = InstanceManager.getInstance().getInstance(world.instanceId).getDoor(16200010);
	if (door != null)
	{
		door.setTargetable(false);
		door.setMeshIndex(2);
	}
}

private void spawn1(L2Npc npc)
{
	InstanceWorld inst = InstanceManager.getInstance().getWorld(npc.getInstanceId());
	if (inst instanceof NornilsWorld)
	{
		NornilsWorld world = ((NornilsWorld) inst);
		if (npc.equals(world.first_npc) && !world.spawned_1)
		{
			world.spawned_1 = true;

			for (int mob[] : _group_1)
			{
				addSpawn(mob[0], mob[1], mob[2], mob[3], mob[4], false, 0, false, world.instanceId);
			}
		}
	}
}

private void spawn2(L2Npc npc)
{
	InstanceWorld inst = InstanceManager.getInstance().getWorld(npc.getInstanceId());
	if (inst instanceof NornilsWorld)
	{
		NornilsWorld world = ((NornilsWorld) inst);
		if (!world.spawned_2)
		{
			world.spawned_2 = true;

			for (int mob[] : _group_2)
			{
				addSpawn(mob[0], mob[1], mob[2], mob[3], mob[4], false, 0, false, world.instanceId);
			}
		}
	}
}

private void spawn3(L2Character cha)
{
	InstanceWorld inst = InstanceManager.getInstance().getWorld(cha.getInstanceId());
	if (inst instanceof NornilsWorld)
	{
		NornilsWorld world = ((NornilsWorld) inst);
		if (!world.spawned_3)
		{
			world.spawned_3 = true;

			for (int mob[] : _group_3)
			{
				addSpawn(mob[0], mob[1], mob[2], mob[3], mob[4], false, 0, false, world.instanceId);
			}
		}
	}		
}

private void spawn4(L2Character cha)
{
	InstanceWorld inst = InstanceManager.getInstance().getWorld(cha.getInstanceId());
	if (inst instanceof NornilsWorld)
	{
		NornilsWorld world = ((NornilsWorld) inst);
		if (!world.spawned_4)
		{
			world.spawned_4 = true;

			for (int mob[] : _group_4)
			{
				addSpawn(mob[0], mob[1], mob[2], mob[3], mob[4], false, 0, false, world.instanceId);
			}
		}
	}		
}

private void openDoor(QuestState st, L2PcInstance player, int doorId)
{
	st.unset("correct");		
	InstanceWorld tmpworld = InstanceManager.getInstance().getWorld(player.getInstanceId());
	if (tmpworld instanceof NornilsWorld)
	{
		L2DoorInstance door = InstanceManager.getInstance().getInstance(tmpworld.instanceId).getDoor(doorId);
		if (door != null)
			door.openMe();
	}
}

private static final String checkConditions(L2Npc npc, L2PcInstance player)
{
	final L2Party party = player.getParty();		
	// player must be in party
	if (party == null)
	{
		player.sendPacket(SystemMessage.getSystemMessage(SystemMessageId.NOT_IN_PARTY_CANT_ENTER));
		return "32330-05.html";
	}
	// ...and be party leader
	if (party.getLeader() != player)
	{
		player.sendPacket(SystemMessage.getSystemMessage(SystemMessageId.ONLY_PARTY_LEADER_CAN_ENTER));
		return "32330-08.html";
	}
	boolean _kamael = false;
	// for each party member
	for (L2PcInstance partyMember : party.getPartyMembers())
	{
		// player level must be in range
		if (partyMember.getLevel() > INSTANCE_LVL_MAX)
		{
			SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.C1_LEVEL_REQUIREMENT_NOT_SUFFICIENT);
			sm.addPcName(partyMember);
			player.sendPacket(sm);
			return "32330-06.html";
		}
		if (partyMember.getLevel() < INSTANCE_LVL_MIN)
		{
			SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.C1_LEVEL_REQUIREMENT_NOT_SUFFICIENT);
			sm.addPcName(partyMember);
			player.sendPacket(sm);
			return "32330-07.html";
		}
		if ( partyMember.getClassId().level() != 0)
		{
			SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.C1_LEVEL_REQUIREMENT_NOT_SUFFICIENT);
			sm.addPcName(partyMember);
			player.sendPacket(sm);
			return "32330-06.html";
		}
		// player must be near party leader
		if (!partyMember.isInsideRadius(player, 500, true, true))
		{
			SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.C1_IS_IN_LOCATION_THAT_CANNOT_BE_ENTERED);
			sm.addPcName(partyMember);
			player.sendPacket(sm);
			return "32330-08.html";
		}
		if (partyMember.getRace().ordinal() == 5)
		{
			QuestState checkst = partyMember.getQuestState("179_IntoTheLargeCavern");
			if(checkst != null && checkst.getState() == State.STARTED)
			{
				_kamael = true;
			}
			else
			{
				SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.C1_QUEST_REQUIREMENT_NOT_SUFFICIENT);
				sm.addPcName(partyMember);
				player.sendPacket(sm);
				return "32330-08.html";
			}
		}
	}
	if (!_kamael)
	{
		return "32330-08.html";
	}
	return "ok";
}

@Override
public String onEnterZone(L2Character character, L2ZoneType zone)
{
	if (character instanceof L2PcInstance
			&& !character.isDead()
			&& !character.isTeleporting()
			&& ((L2PcInstance)character).isOnline())
	{
		InstanceWorld tmpworld = InstanceManager.getInstance().getWorld(character.getInstanceId());
		if (tmpworld instanceof NornilsWorld)
		{
			for (int _auto[] : _auto_gates)
			{
				if (zone.getId() == _auto[0])
				{
					L2DoorInstance door = InstanceManager.getInstance().getInstance(tmpworld.instanceId).getDoor(_auto[1]);
					if (door != null)
						door.openMe();
				}
				if (zone.getId() == 20111)
					spawn3(character);
				else if(zone.getId() == 20112)
					spawn4(character);

			}
		}
	}
	return super.onEnterZone(character,zone);
}

@Override
public final String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
{
	player.sendMessage("On Event");

	String htmltext = event;
	QuestState st = player.getQuestState(qn);
	if(st == null)
		return getNoQuestMsg(player);

	if(npc.getNpcId() == _garden_guard && event.equalsIgnoreCase("enter_instance"))
	{
		try
		{
			htmltext = enterInstance(npc, player);
		}
		catch (Exception e)
		{
		}
	}
	else if (npc.getNpcId() == 32258 && event.equalsIgnoreCase("exit"))
	{
		try
		{
			exitInstance(player);
		}
		catch (Exception e)
		{
		}
	}
	else if (Util.contains(_final_gates, npc.getNpcId()))
	{
		if(event.equalsIgnoreCase("32260-02.html") || event.equalsIgnoreCase("32261-02.html") || event.equalsIgnoreCase("32262-02.html"))
		{
			st.unset("correct");
		}
		else if(Util.isDigit(event))
		{
			int correct = st.getInt("correct");
			correct++;
			st.set("correct", String.valueOf(correct));
			htmltext = npc.getNpcId()+"-0"+String.valueOf(correct+2)+".html";
		}
		else if (event.equalsIgnoreCase("check"))
		{
			int correct = st.getInt("correct");
			if(npc.getNpcId() == 32260 && correct == 3)
				openDoor(st, player, 16200014);
			else if (npc.getNpcId() == 32261 && correct == 3)
				openDoor(st, player, 16200015);
			else if (npc.getNpcId() == 32262 && correct == 4)
				openDoor(st, player, 16200016);
			else
				return npc.getNpcId()+"-00.html";
		}
	}
	return htmltext;
}

@Override
public final String onTalk(L2Npc npc, L2PcInstance player)
{
	if (Util.contains(_final_gates, npc.getNpcId()))
	{
		QuestState cst = player.getQuestState("179_IntoTheLargeCavern");
		if (cst != null && cst.getState() == State.STARTED)
		{
			return npc.getNpcId()+"-01.html";
		}
		else
			return getNoQuestMsg(player);
	}

	return null;
}

@Override
public final String onFirstTalk (L2Npc npc, L2PcInstance player)
{
	QuestState st = player.getQuestState(qn);
	if (st == null)
	{
		Quest q = QuestManager.getInstance().getQuest(qn);
		st = q.newQuestState(player);
	}
	return npc.getNpcId()+".html";
}

@Override
public final String onAttack(L2Npc npc, L2PcInstance attacker, int damage, boolean isPet)
{
	if (npc.getNpcId() == _herb_jar && !npc.isDead())
	{
		dropHerb(npc, attacker, HP_HERBS_DROPLIST);
		dropHerb(npc, attacker, MP_HERBS_DROPLIST);
		npc.doDie(attacker);			
	}
	else if (npc.getNpcId() == 18362 && npc.getInstanceId() > 0)
	{
		spawn1(npc);
	}
	return null;
}

@Override
public final String onKill(L2Npc npc, L2PcInstance player, boolean isPet)
{
	QuestState st = player.getQuestState(qn);
	if (st == null)
		return null;

	for (int _gk[] : _gatekeepers)
	{
		if (npc.getNpcId() == _gk[0])
		{
			// Drop key
			((L2MonsterInstance)npc).dropItem(player, _gk[1], 1);

			// Check if gatekeeper should open bridge, and open it
			if (_gk[2] > 0)
			{
				InstanceWorld tmpworld = InstanceManager.getInstance().getWorld(player.getInstanceId());
				if (tmpworld instanceof NornilsWorld)
				{
					L2DoorInstance door = InstanceManager.getInstance().getInstance(tmpworld.instanceId).getDoor(_gk[2]);
					if (door != null)
					{
						door.openMe();
						door.sendInfo(player);
					}
				}
			}
		}
		if(npc.getNpcId() == 18355)
			spawn2(npc);
	}
	return super.onKill(npc, player, isPet);
}

public NornilsGarden(int questId, String name, String descr)
{
	super(questId, name, descr);

	addStartNpc(_garden_guard);
	addFirstTalkId(_garden_guard);
	addTalkId(_garden_guard);

	for(int i[] : _gatekeepers)
		addKillId(i[0]);
	for(int i[] : _auto_gates)
		addEnterZoneId(i[0]);
	for(int i : _final_gates)
		addTalkId(i);

	addAttackId(_herb_jar);
	addAttackId(18362); // first garden guard
}

public static void main(String[] args)
{
	new NornilsGarden(-1, qn, "instances");
}
}

+τα lines που πείρα απο το Crystal Caverns πρέπει να είναι σε Boolean αν δεν κάνω λάθος

ενώ τα checkConditions του Nornil'sGarden είναι σε String από ότι κατάλαβα.

 

Ευχαριστώ για τον χρόνο σας.

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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

    • adapt for 409 version wtih old config/sql/html's only the core update!   package net.sf.l2j.gameserver.model.actor.instance; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.StringTokenizer; import net.sf.l2j.commons.lang.StringUtil; import net.sf.l2j.commons.math.MathUtil; import net.sf.l2j.Config; import net.sf.l2j.gameserver.data.SkillTable; import net.sf.l2j.gameserver.data.manager.BufferManager; import net.sf.l2j.gameserver.model.actor.Creature; import net.sf.l2j.gameserver.model.actor.Player; import net.sf.l2j.gameserver.model.actor.Summon; import net.sf.l2j.gameserver.model.actor.template.NpcTemplate; import net.sf.l2j.gameserver.network.serverpackets.ItemList; import net.sf.l2j.gameserver.network.serverpackets.MagicSkillUse; import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage; import net.sf.l2j.gameserver.skills.L2Skill; public class SchemmerBuffer extends Folk { private static final int PAGE_LIMIT = 6; public SchemmerBuffer(int objectId, NpcTemplate template) { super(objectId, template); } private void showMainWindow(Player activeChar) { final NpcHtmlMessage html = new NpcHtmlMessage(0); html.setFile(getHtmlPath(getNpcId(), 0)); html.replace("%objectId%", String.valueOf(getObjectId())); html.replace("%name%", activeChar.getName()); html.replace("%buffcount%", "You have " + activeChar.getBuffCount() + "/" + activeChar.getMaxBuffCount() + " buffs."); activeChar.sendPacket(html); } @Override public void onBypassFeedback(Player player, String command) { if (player.getPvpFlag() > 0 && Config.PRESTRICT_USE_BUFFER_ON_PVPFLAG) { player.sendMessage("You can't use buffer when you are pvp flagged."); return; } if (player.isInCombat() && Config.PRESTRICT_USE_BUFFER_IN_COMBAT) { player.sendMessage("You can't use buffer when you are in combat."); return; } if (player.isDead()) return; StringTokenizer st = new StringTokenizer(command, " "); String actualCommand = st.nextToken(); if (actualCommand.startsWith("bufflist")) { autoBuffFunction(player, st.nextToken()); } else if (actualCommand.startsWith("restore")) { String noble = st.nextToken(); player.getStatus().setMaxCpHpMp(); if (noble.equals("true")) { SkillTable.getInstance().getInfo(1323, 1).getEffects(player, player); player.broadcastPacket(new MagicSkillUse(this, player, 1323, 1, 850, 0)); } final Summon summon = player.getSummon(); if (summon != null) summon.getStatus().setMaxHpMp(); showMainWindow(player); } else if (actualCommand.startsWith("cancellation")) { L2Skill buff; buff = SkillTable.getInstance().getInfo(1056, 1); buff.getEffects(this, player); player.stopAllEffectsExceptThoseThatLastThroughDeath(); player.broadcastPacket(new MagicSkillUse(this, player, 1056, 1, 850, 0)); player.stopAllEffects(); final Summon summon = player.getSummon(); if (summon != null) summon.stopAllEffects(); showMainWindow(player); } else if (actualCommand.startsWith("openlist")) { String category = st.nextToken(); String htmfile = st.nextToken(); NpcHtmlMessage html = new NpcHtmlMessage(getObjectId()); if (category.startsWith("null")) { html.setFile("data/html/mods/buffer/" + htmfile + ".htm"); // First Page if (htmfile.equals("index")) { html.replace("%name%", player.getName()); html.replace("%buffcount%", "You have " + player.getBuffCount() + "/" + player.getMaxBuffCount() + " buffs."); } } else html.setFile("data/html/mods/buffer/" + category + "/" + htmfile + ".htm"); html.replace("%objectId%", String.valueOf(getObjectId())); player.sendPacket(html); } else if (actualCommand.startsWith("dobuff")) { int buffid = Integer.valueOf(st.nextToken()); int bufflevel = Integer.valueOf(st.nextToken()); String category = st.nextToken(); String windowhtml = st.nextToken(); String votebuff = null; if (st.hasMoreTokens()) votebuff = st.nextToken(); if (windowhtml.equals("malaria")) { if (player.getInventory().getItemCount(Config.PVOTE_BUFF_ITEM_ID, 0) >= 1) { player.getInventory().destroyItemByItemId("VoteCoins", Config.PVOTE_BUFF_ITEM_ID, 1, player, null); player.sendPacket(new ItemList(player, true)); player.sendMessage(1 + " Vote eye destroyed."); } else { player.sendMessage("You dont have enough (" + 1 + ") vote item for buff."); return; } } if (votebuff != null) { if (player.getInventory().getItemCount(Config.PVOTE_BUFF_ITEM_ID, 0) >= Config.PVOTE_BUFF_ITEM_COUNT) { player.getInventory().destroyItemByItemId("VoteCoins", Config.PVOTE_BUFF_ITEM_ID, Config.PVOTE_BUFF_ITEM_COUNT, player, null); player.sendPacket(new ItemList(player, true)); player.sendMessage(Config.PVOTE_BUFF_ITEM_COUNT + " vote stone destroyed."); } else { player.sendMessage("You dont have enough (" + Config.PVOTE_BUFF_ITEM_COUNT + ") vote item for buff."); return; } } Creature target = player; if (category.startsWith("pet")) { if (player.getSummon() == null) { player.sendMessage("Incorrect Pet"); showMainWindow(player); return; } target = player.getSummon(); } MagicSkillUse mgc = new MagicSkillUse(this, target, buffid, bufflevel, 1150, 0); player.sendPacket(mgc); player.broadcastPacket(mgc); SkillTable.getInstance().getInfo(buffid, bufflevel).getEffects(this, target); NpcHtmlMessage html = new NpcHtmlMessage(getObjectId()); html.setFile("data/html/mods/buffer/" + category + "/" + windowhtml + ".htm"); html.replace("%objectId%", String.valueOf(getObjectId())); html.replace("%name%", player.getName()); player.sendPacket(html); } else if (actualCommand.startsWith("getbuff")) { int buffid = Integer.valueOf(st.nextToken()); int bufflevel = Integer.valueOf(st.nextToken()); if (buffid != 0) { SkillTable.getInstance().getInfo(buffid, bufflevel).getEffects(this, player); broadcastPacket(new MagicSkillUse(this, player, buffid, bufflevel, 450, 0)); showMainWindow(player); } } else if (actualCommand.startsWith("support")) { showGiveBuffsWindow(player); } else if (actualCommand.startsWith("givebuffs")) { final String schemeName = st.nextToken(); final int cost = Integer.parseInt(st.nextToken()); Creature target = null; if (st.hasMoreTokens()) { final String targetType = st.nextToken(); if (targetType != null && targetType.equalsIgnoreCase("pet")) target = player.getSummon(); } else target = player; if (target == null) player.sendMessage("You don't have a pet."); else if (cost == 0 || player.reduceAdena("NPC Buffer", cost, this, true)) BufferManager.getInstance().applySchemeEffects(this, target, player.getObjectId(), schemeName); } else if (actualCommand.startsWith("editschemes")) { showEditSchemeWindow(player, st.nextToken(), st.nextToken(), Integer.parseInt(st.nextToken())); } else if (actualCommand.startsWith("skill")) { final String groupType = st.nextToken(); final String schemeName = st.nextToken(); final int skillId = Integer.parseInt(st.nextToken()); final int page = Integer.parseInt(st.nextToken()); final List<Integer> skills = BufferManager.getInstance().getScheme(player.getObjectId(), schemeName); if (actualCommand.startsWith("skillselect") && !schemeName.equalsIgnoreCase("none")) { if (skills.size() < player.getMaxBuffCount()) skills.add(skillId); else player.sendMessage("This scheme has reached the maximum amount of buffs."); } else if (actualCommand.startsWith("skillunselect")) skills.remove(Integer.valueOf(skillId)); showEditSchemeWindow(player, groupType, schemeName, page); } else if (actualCommand.startsWith("createscheme")) { try { final String schemeName = st.nextToken(); if (schemeName.length() > 14) { player.sendMessage("Scheme's name must contain up to 14 chars. Spaces are trimmed."); return; } final Map<String, ArrayList<Integer>> schemes = BufferManager.getInstance().getPlayerSchemes(player.getObjectId()); if (schemes != null) { if (schemes.size() == Config.PBUFFER_MAX_SCHEMES) { player.sendMessage("Maximum schemes amount is already reached."); return; } if (schemes.containsKey(schemeName)) { player.sendMessage("The scheme name already exists."); return; } } BufferManager.getInstance().setScheme(player.getObjectId(), schemeName.trim(), new ArrayList<>()); showGiveBuffsWindow(player); } catch (Exception e) { player.sendMessage("Scheme's name must contain up to 14 chars. Spaces are trimmed."); } } else if (actualCommand.startsWith("deletescheme")) { try { final String schemeName = st.nextToken(); final Map<String, ArrayList<Integer>> schemes = BufferManager.getInstance().getPlayerSchemes(player.getObjectId()); if (schemes != null && schemes.containsKey(schemeName)) schemes.remove(schemeName); } catch (Exception e) { player.sendMessage("This scheme name is invalid."); } showGiveBuffsWindow(player); } super.onBypassFeedback(player, command); } @Override public String getHtmlPath(int npcId, int val) { String filename = ""; if (val == 0) filename = "" + npcId; else filename = npcId + "-" + val; return "data/html/mods/buffer/" + filename + ".htm"; } /** * Send an html packet to the {@link Player} set a parameter with Give Buffs menu info for player and pet, depending on targetType parameter {player, pet}. * @param player : The {@link Player} to make checks on. */ private void showGiveBuffsWindow(Player player) { final StringBuilder sb = new StringBuilder(200); final Map<String, ArrayList<Integer>> schemes = BufferManager.getInstance().getPlayerSchemes(player.getObjectId()); if (schemes == null || schemes.isEmpty()) sb.append("<font color=\"LEVEL\">You haven't defined any scheme.</font>"); else { for (Map.Entry<String, ArrayList<Integer>> scheme : schemes.entrySet()) { final int cost = getFee(scheme.getValue()); StringUtil.append(sb, "<font color=\"LEVEL\">", scheme.getKey(), " [", scheme.getValue().size(), " / ", player.getMaxBuffCount(), "]", ((cost > 0) ? " - cost: " + StringUtil.formatNumber(cost) : ""), "</font><br1>"); StringUtil.append(sb, "<a action=\"bypass npc_%objectId%_givebuffs ", scheme.getKey(), " ", cost, "\">Use on Me</a>&nbsp;|&nbsp;"); StringUtil.append(sb, "<a action=\"bypass npc_%objectId%_givebuffs ", scheme.getKey(), " ", cost, " pet\">Use on Pet</a>&nbsp;|&nbsp;"); StringUtil.append(sb, "<a action=\"bypass npc_%objectId%_editschemes Buffs ", scheme.getKey(), " 1\">Edit</a>&nbsp;|&nbsp;"); StringUtil.append(sb, "<a action=\"bypass npc_%objectId%_deletescheme ", scheme.getKey(), "\">Delete</a><br>"); } } final NpcHtmlMessage html = new NpcHtmlMessage(0); html.setFile(getHtmlPath(getNpcId(), 1)); html.replace("%schemes%", sb.toString()); html.replace("%max_schemes%", Config.PBUFFER_MAX_SCHEMES); html.replace("%objectId%", getObjectId()); player.sendPacket(html); } /** * Send an html packet to the {@link Player} set as parameter with Edit Scheme Menu info. This allows the {@link Player} to edit each created scheme (add/delete skills) * @param player : The {@link Player} to make checks on. * @param groupType : The group of skills to select. * @param schemeName : The scheme to make check. * @param page : The current checked page. */ private void showEditSchemeWindow(Player player, String groupType, String schemeName, int page) { final NpcHtmlMessage html = new NpcHtmlMessage(0); final List<Integer> schemeSkills = BufferManager.getInstance().getScheme(player.getObjectId(), schemeName); html.setFile(getHtmlPath(getNpcId(), 2)); html.replace("%schemename%", schemeName); html.replace("%count%", schemeSkills.size() + " / " + player.getMaxBuffCount()); html.replace("%typesframe%", getTypesFrame(groupType, schemeName)); html.replace("%skilllistframe%", getGroupSkillList(player, groupType, schemeName, page)); html.replace("%objectId%", getObjectId()); player.sendPacket(html); } /** * @param player : The {@link Player} to make checks on. * @param groupType : The group of skills to select. * @param schemeName : The scheme to make check. * @param page : The current checked page. * @return A {@link String} representing skills available for selection for a given groupType. */ private String getGroupSkillList(Player player, String groupType, String schemeName, int page) { // Retrieve the entire skills list based on group type. List<Integer> skills = BufferManager.getInstance().getSkillsIdsByType(groupType); if (skills.isEmpty()) return "That group doesn't contain any skills."; // Calculate page number. final int max = MathUtil.countPagesNumber(skills.size(), PAGE_LIMIT); if (page > max) page = max; // Cut skills list up to page number. skills = skills.subList((page - 1) * PAGE_LIMIT, Math.min(page * PAGE_LIMIT, skills.size())); final List<Integer> schemeSkills = BufferManager.getInstance().getScheme(player.getObjectId(), schemeName); final StringBuilder sb = new StringBuilder(skills.size() * 150); int row = 0; for (int skillId : skills) { final String icon = (skillId < 100) ? "icon.skill00" + skillId : (skillId < 1000) ? "icon.skill0" + skillId : "icon.skill" + skillId; sb.append(((row % 2) == 0 ? "<table width=\"280\" bgcolor=\"000000\"><tr>" : "<table width=\"280\"><tr>")); if (schemeSkills.contains(skillId)) StringUtil.append(sb, "<td height=40 width=40><img src=\"", icon, "\" width=32 height=32></td><td width=190>", SkillTable.getInstance().getInfo(skillId, 1).getName(), "<br1><font color=\"B09878\">", BufferManager.getInstance().getAvailableBuff(skillId).getDescription(), "</font></td><td><button action=\"bypass npc_%objectId%_skillunselect ", groupType, " ", schemeName, " ", skillId, " ", page, "\" width=32 height=32 back=\"L2UI_CH3.mapbutton_zoomout2\" fore=\"L2UI_CH3.mapbutton_zoomout1\"></td>"); else StringUtil.append(sb, "<td height=40 width=40><img src=\"", icon, "\" width=32 height=32></td><td width=190>", SkillTable.getInstance().getInfo(skillId, 1).getName(), "<br1><font color=\"B09878\">", BufferManager.getInstance().getAvailableBuff(skillId).getDescription(), "</font></td><td><button action=\"bypass npc_%objectId%_skillselect ", groupType, " ", schemeName, " ", skillId, " ", page, "\" width=32 height=32 back=\"L2UI_CH3.mapbutton_zoomin2\" fore=\"L2UI_CH3.mapbutton_zoomin1\"></td>"); sb.append("</tr></table><img src=\"L2UI.SquareGray\" width=277 height=1>"); row++; } for (int i = PAGE_LIMIT; i > row; i--) StringUtil.append(sb, "<img height=41>"); // Build page footer. sb.append("<br><img src=\"L2UI.SquareGray\" width=277 height=1><table width=\"100%\" bgcolor=000000><tr>"); if (page > 1) StringUtil.append(sb, "<td align=left width=70><a action=\"bypass npc_" + getObjectId() + "_editschemes ", groupType, " ", schemeName, " ", page - 1, "\">Previous</a></td>"); else StringUtil.append(sb, "<td align=left width=70>Previous</td>"); StringUtil.append(sb, "<td align=center width=100>Page ", page, "</td>"); if (page < max) StringUtil.append(sb, "<td align=right width=70><a action=\"bypass npc_" + getObjectId() + "_editschemes ", groupType, " ", schemeName, " ", page + 1, "\">Next</a></td>"); else StringUtil.append(sb, "<td align=right width=70>Next</td>"); sb.append("</tr></table><img src=\"L2UI.SquareGray\" width=277 height=1>"); return sb.toString(); } /** * @param groupType : The group of skills to select. * @param schemeName : The scheme to make check. * @return A {@link String} representing all groupTypes available. The group currently on selection isn't linkable. */ private static String getTypesFrame(String groupType, String schemeName) { final StringBuilder sb = new StringBuilder(500); sb.append("<table>"); int count = 0; for (String type : BufferManager.getInstance().getSkillTypes()) { if (count == 0) sb.append("<tr>"); if (groupType.equalsIgnoreCase(type)) StringUtil.append(sb, "<td width=65>", type, "</td>"); else StringUtil.append(sb, "<td width=65><a action=\"bypass npc_%objectId%_editschemes ", type, " ", schemeName, " 1\">", type, "</a></td>"); count++; if (count == 4) { sb.append("</tr>"); count = 0; } } if (!sb.toString().endsWith("</tr>")) sb.append("</tr>"); sb.append("</table>"); return sb.toString(); } /** * @param list : A {@link List} of skill ids. * @return a global fee for all skills contained in the {@link List}. */ private static int getFee(ArrayList<Integer> list) { if (Config.PBUFFER_STATIC_BUFF_COST > 0) return list.size() * Config.PBUFFER_STATIC_BUFF_COST; int fee = 0; for (int sk : list) fee += BufferManager.getInstance().getAvailableBuff(sk).getPrice(); return fee; } private void autoBuffFunction(Player player, String bufflist) { ArrayList<L2Skill> skills_to_buff = new ArrayList<>(); List<Integer> list = null; if (bufflist.equalsIgnoreCase("fighter")) list = Config.PFIGHTER_SKILL_LIST; else if (bufflist.equalsIgnoreCase("mage")) list = Config.PMAGE_SKILL_LIST; if (list != null) { for (int skillId : list) { L2Skill skill = SkillTable.getInstance().getInfo(skillId, SkillTable.getInstance().getMaxLevel(skillId)); if (skill != null) skills_to_buff.add(skill); } for (L2Skill sk : skills_to_buff) sk.getEffects(player, player); player.updateEffectIcons(); list = null; } skills_to_buff.clear(); showMainWindow(player); } }  
    • L2 OPIUM - AUTO FARM HTML    
    • json_extract does not exist. -> wrong mysql server version.
    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/hood-services https://campsite.bio/utchihaamkt  
  • Topics

×
×
  • Create New...