Jump to content

Recommended Posts

Posted

 

Spam???

Work in all chron?

I have indelude and i can't try it my pc is crazy... and didn't work... i will try it  ;)

hheheeh what are you mean "crazy"? pc can't be crazy only people and animals... :P
Posted

i have an error when i compile!!! i get an error on pom.xml!! pls help me :)

What's the error?I can't understand what you mean that you have error on pom.xml.How that's possible?You don't know how to compile?

Posted

noo dont tell this to the non Maxbastardas !! i hatzor you guys :( and well this forum is hack and a Anti hack thread was included tell me why is anti hack in *Hack forum?*

 

on-topic: i knew this since 2 years ago >_> and you found this by yourself? if so then nice :D good lluck on your anti-cheat! one day i will make something to destroy it Mwaahahahaha

 

hheheeh what are you mean "crazy"? pc can't be crazy only people and animals... :P

Viruses? and Crashes, BEEP videos virus, etc :D so another race has been added to the crazy gender: PC's

Posted

What's the error?I can't understand what you mean that you have error on pom.xml.How that's possible?You don't know how to compile?

i saw it now!!

so,i know how to compile but when i try to compile  it says wrong version on pom.xml!!!!

Posted

good now I heve me post:S  :D

oFFFFFFFFF :'( I have to see:S

hmm nice thnx dude . . .

-1 karma for triple posting/spamming

  • 3 weeks later...
Posted

does this work for l2jfree? because i cant find anything of these things....

 

/*
* 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 2, 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, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
*
* http://www.gnu.org/copyleft/gpl.html
*/
package net.sf.l2j.gameserver.serverpackets;

import javolution.util.FastList;

import net.sf.l2j.gameserver.model.L2ItemInstance;
import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;

import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

import net.sf.l2j.gameserver.util.IllegalPlayerAction;
import net.sf.l2j.gameserver.util.Util;

/**
* 0x53 WareHouseDepositList  dh (h dddhh dhhh d)
* 
* @version $Revision: 1.4.2.1.2.4 $ $Date: 2005/03/27 15:29:39 $
*/
public class WareHouseDepositList extends L2GameServerPacket
{
public static final int PRIVATE = 1;
public static final int CLAN = 2;
public static final int CASTLE = 3; //not sure
public static final int FREIGHT = 4; //not sure
private static Log _log = LogFactory.getLog(WareHouseDepositList.class.getName());
private static final String _S__53_WAREHOUSEDEPOSITLIST = "[s] 41 WareHouseDepositList";
private L2PcInstance _activeChar;
private int _activeCharAdena;
private FastList<L2ItemInstance> _items;
private int _whType;

public WareHouseDepositList(L2PcInstance player, int type)
{
        _activeChar = player;
	_whType = type;
	_activeCharAdena = _activeChar.getAdena();
	_items = new FastList<L2ItemInstance>();

	for (L2ItemInstance temp : _activeChar.getInventory().getAvailableItems(true))
		_items.add(temp);

	// augmented and shadow items can be stored in private wh
	if (_whType == PRIVATE)
	{
		for (L2ItemInstance temp :player.getInventory().getItems())
		{
			if (temp != null && !temp.isEquipped() && (temp.isShadowItem() || temp.isAugmented()))
				_items.add(temp);
		}
	}
}

@Override
protected final void writeImpl()
{
	writeC(0x41);
	/* 0x01-Private Warehouse  
        * 0x02-Clan Warehouse  
        * 0x03-Castle Warehouse  
        * 0x04-Warehouse */  
        writeH(_whType);        
	writeD(_activeCharAdena); 
	int count = _items.size();
	if (_log.isDebugEnabled()) _log.debug("count:"+count);
	writeH(count);

	for (L2ItemInstance item : _items)
	{
		writeH(item.getItem().getType1()); // item type1 //unconfirmed, works
		writeD(item.getObjectId()); //unconfirmed, works
		writeD(item.getItemDisplayId()); //unconfirmed, works
		writeD(item.getCount()); //unconfirmed, works
		writeH(item.getItem().getType2());	// item type2 //unconfirmed, works
		writeH(0x00);	// ? 100
		writeD(item.getItem().getBodyPart());	// ?
		writeH(item.getEnchantLevel());	// enchant level -confirmed
		writeH(0x00);	// ? 300
		writeH(0x00);	// ? 200
		writeD(item.getObjectId()); // item id - confimed
		if (item.isAugmented())
		{
			writeD(0x0000FFFF&item.getAugmentation().getAugmentationId());
			writeD(item.getAugmentation().getAugmentationId()>>16);
		}
		else writeQ(0x00);
	}
}

/* (non-Javadoc)
 * @see net.sf.l2j.gameserver.serverpackets.ServerBasePacket#getType()
 */
@Override
public String getType()
{
	return _S__53_WAREHOUSEDEPOSITLIST;
}
}

 

i only added the imports

 

 

can u help me ?

Posted

Why you hide it ?

OmG maybe some ppl need it.. but they are newbye and didnt know how fix phx enchant.

They was feeling respect for you after read this topic...

Guest
This topic is now closed to further replies.



  • Posts

    • most eggciting post in 2025 for sure!!!!
    • https://github.com/JulioPradoL2j/L2JDreamV2/commit/8f788b03c40404b72d7a321ef24e113f91a619ac     Descrição Este é um sistema de Reset de Personagem Personalizado criado para servidores L2J, inspirado em mecânicas clássicas de MMORPGs com foco em progressão PvP. Totalmente configurável via XML, este sistema permite criar um ciclo de evolução contínuo, recompensando jogadores que atingem o ápice com benefícios e novas metas.  Principais Funcionalidades Reset ativado ao atingir nível máximo, com requisitos de: Itens específicos Quantidade mínima de PvP Custo em moedas/itens Configuração via arquivo XML: Recompensas personalizáveis (itens, moedas, skills, etc) Redução de EXP ou retorno ao nível inicial Condições específicas para liberar o reset Sistema de Ranking: Rankings de Reset Diário e Mensal Premiação automática para os Top players Rankings reiniciam automaticamente no final do período Suporte a jogadores offline: Reset pode remover skills e aplicar recompensas direto no banco de dados Requisitos Técnicos Baseado em L2J DreamV2 / aCis 409 Compatível com bancos de dados MySQL Leitura de configuração via XML (resetData.xml)    Explicação das Configurações  Requisitos levelMax="80" → o jogador precisa atingir o nível 80. requiredPvps="0" → não exige PvP para resetar. expPenalty="0.8" → perde 20% da EXP total ao resetar. <item required="57-10000000;" /> → exige 10kk Adena.  Recompensas Recompensa fixa por reset: 57-15000 → 15k Adena 6392-3 → 3 unidades de item com ID 6392 Recompensa por skill (exemplo): 3135-4 (até nível 4) 3130-2 (até nível 2) 3131-10 (até nível 10)    Comandos para Administradores (Admin Commands) O sistema conta com comandos dedicados para encerrar manualmente os rankings de reset (diário ou mensal), forçando a distribuição imediata dos prêmios para os jogadores que se destacaram.  Comandos Disponíveis Comando Descrição //reset_end_daily Finaliza manualmente o ranking diário e distribui os prêmios configurados. //reset_end_monthly Finaliza manualmente o ranking mensal e distribui os prêmios configurados.   <?xml version="1.0" encoding="UTF-8"?> <list> <reset levelMax="80" requiredPvps="0" expPenalty="0.8"> <set rankingDisplayLimit="3" /> <set dailyPoints="2" /> <set monthlyPoints="1" /> <set removeResetSkills="true" /> <set logger="false" /> <requiredItems> <item required="57-10000000;" /> </requiredItems> <rewardItems> <item reward="57-15000;6392-3" skill="3135-4;3130-2;3131-10" /> </rewardItems> <prizes enable="true" type="DAILY" time="13:00"> <prize position="1" reward="57-15000;6392-3" /> <prize position="2" reward="57-10000;6392-2" /> <prize position="3" reward="57-5000;6392-1" /> </prizes> <prizes enable="true" type="MONTH" time="00:00"> <prize position="1" reward="57-15000;6392-3" /> <prize position="2" reward="57-10000;6392-2" /> <prize position="3" reward="57-5000;6392-1" /> </prizes> </reset> </list>  
    • This topic reminds me a bit of the old glory days! 😂 
    • Funny part is, i wouldnt make the effort of downvoting you if you weren't constantly sniping my profile to downvote me, and then when i downvote back you cry about it LOL
  • 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