Jump to content

[Share] kane ta PvP soy Coin's kai to antitheto


Recommended Posts

ayto edw einai ena npc opoy kani ta PvP coins kai to antistrofo

 

shot00002aa.jpg

 

shot00004q.jpg

 

Download

 

create on  net.sf.l2j.gameserver.model.actor.instance       L2PVPManagerInstance.java
=====================================================================================

package net.sf.l2j.gameserver.model.actor.instance;

import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage;
import net.sf.l2j.gameserver.templates.chars.L2NpcTemplate;

public class L2PVPManagerInstance extends L2NpcInstance
{
public L2PVPManagerInstance(int objectId, L2NpcTemplate template)
{
	super(objectId, template);
}

@Override
public void onBypassFeedback(L2PcInstance player, String command)
{
	int itemId = 25000; // item id 
	int itemA-beep-t = 100; // A-beep-t of items that will give or give
	int pvpA-beep-t = 100; // A-beep-t of pvps to take or give
	final String[] subCommand = command.split("_");

	if (player == null )  return;


	if (command.startsWith("pvpToCoin"))
	{
		if (player.getPvpKills() >= pvpA-beep-t)
		{
			player.setPvpKills(player.getPvpKills() - pvpA-beep-t);
			player.addItem("pvpToCoin", itemId, itemA-beep-t, player, true);
			player.broadcastUserInfo();
		}
		else
			player.sendMessage("Not enough PvPs.");
	}
	else if (command.startsWith("coinToPvp"))
	{
		if (player.getInventory().getItemByItemId(itemId).getCount() >= itemA-beep-t)
		{
			player.setPvpKills(player.getPvpKills() + pvpA-beep-t);
			player.destroyItemByItemId("coinToPvp", itemId, itemA-beep-t, player, true);
			player.broadcastUserInfo();
		}
		else
			player.sendMessage("Not enough coins.");
	}
	else if(command.startsWith("Chat"))
	{
		if(subCommand[1].isEmpty() || subCommand[1] == null) return;
		NpcHtmlMessage html = new NpcHtmlMessage(getObjectId());
		html.setFile("data/html/default/"+subCommand[1]);
		html.replace("%objectId%", String.valueOf(getObjectId()));
		player.sendPacket(html);
	}
}
}


create html    on data/html/default               102.htm
===============================================================================
<html>
<head>
	<title>PvP Shop Manager</title>
</head>
<body>
<tr>
<center><img src="L2UI_CH3.inventory_outline_over" width=0.1 height=20></center>
</tr>
<center><img src="sek.gui001" width=258 height=64.2></center>
<br>
<center><font color="LEVEL">Hello strainger </font></center>
<tr>
<br>
<center><img src="L2UI_CH3.inventory_outline_over" width=100 height=3></center>
</tr>
<br>
<br>
<tr><td></td></tr>
<center><button value="Exchange" action="bypass -h npc_%objectId%_Chat_104-2.htm" width=88 height=15 back="l2ui.SystemWindowButton" fore="l2ui.SystemWindowButton_click"></td>
<tr><td></td></tr>
<br>
<br>
<tr>
<center><img src="L2UI_CH3.inventory_outline_over" width=100 height=3></center>
</tr>
<tr>
<center><img src="L2UI_CH3.inventory_outline_over" width=0.1 height=10></center>
</tr>
<center><font color="fcd209">Lineage II Pirama</font></center>
<br>
<center><img src="sek.ui03" width=210 height=50></center>
<center><font color="fcd209"></font></center>
</body>
</html>

create html     102-1.htm
===============================================================================

<html><title>PvP Shop Manager</title>
<body>
<br>
<br>
<center><font color="LEVEL">Exchange Your PvP : 100 PvP = 100 PvPCoin's</font></center><br><br>
<tr><td></td></tr>
<tr>
<center><img src="L2UI_CH3.inventory_outline_over" width=100 height=3></center>
</tr>
<br>
<center><button value="Get Coin's" action="bypass -h npc_%objectId%_pvpToCoin" width=88 height=15 back="l2ui.SystemWindowButton" fore="l2ui.SystemWindowButton_click"></td>
<tr><td></td></tr>
<br>
<tr><td></td></tr>
<center><button value="Get PvP's" action="bypass -h npc_%objectId%_coinToPvp" width=88 height=15 back="l2ui.SystemWindowButton" fore="l2ui.SystemWindowButton_click"></td>
<tr><td></td></tr>
<br>
<tr>
<br>
<center><img src="L2UI_CH3.inventory_outline_over" width=100 height=3></center>
</tr>
<br>
<br>
<br>
<tr><td></td></tr>
<center><button value="Return" action="bypass -h npc_%objectId%_Chat _104.htm" width=88 height=15 back="l2ui.SystemWindowButton" fore="l2ui.SystemWindowButton_click"></td>
<tr><td></td></tr>
</body></html>

create sql file
=========================================================================

INSERT INTO `npc` VALUES ('102','31324','Trader','1','PvP Trade','1','NPC.a_casino_FDarkElf','8.00','23.00','70','female','L2PVPManager','40','3862','1493','11.85','2.78','40','43','30','21','20','10','0','0','1314','470','780','382','278','333','0','0','55','132','0','7','0');


ayta edw ta bazete sto system sto arxio   ectitemgrp
=========================================================================

2	25000	0	5	4	1	0	DropItems.coin_m00			DropItemsTex.coin_t00	DropItemsTex.coin_t01		icon.etc_adena_i00					0	0	3	0	0	1		1		ItemSound2.itemdrop_etc_money_2		3	0	0


ayta edw ta bazete sto system sto arxio      itemname-e
==========================================================================
25000	PvPCoin's		a,	-1	a,	a,	a,	a,	0	0	0	a,


Server\gameserver\data\xml\items   25000-25001.xml
===========================================================================

<?xml version="1.0" encoding="UTF-8"?>
<list>
<item id="25000" type="EtcItem" name="PvPCoin">
	<set name="material" val="gold" />
	<set name="price" val="1" />
	<set name="is_stackable" val="true" />
</item>
</list>

 

 

Credits: valanths1990  ( gia ton code )

Credits: Me ( gia ta ypolipa :P)

 

 

 

Link to comment
Share on other sites

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   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 should be thankfull that he even gave u back 100, just because u cant wait, u expect full refund while that guy already almost finished, i think ave is right, i worked with him, no issues ofc delay but thats life 😁  
    • *¶¶¶+2349158681268¶¶¶ Welcome to the home of wealth and fame.*        Many have seek for wealth and it’s quiet a thing of pity +2349158681268 that some do so in wrong places which made it doubtful of the true source and it is at this juncture that i approach you with the right source of wealth which you have really seek for. ZERUZANDAH BROTHERHOOD OCCULT is an association of those that has been blessed by Lord Lucifer zeruzandah the great and have decided to educate the masses on the possible ways of acquiring the wealth, power,protection fame and every other thing you could think of without human sacrifice. Gone are the days when human blood are required for sacrifice here at zeruzandah Brotherhood, human blood sacrifice has been abolished because the money you are seeking for should be used to help and sponsor your loved ones but you have to have it at the back of your mind that there is a very great sacrifice which you must pay to pierce the heart of the spiritual world so that you can be blessed here on human Earth and that sacrifice will be according to what zeruzandah wants you to do which the Grandmaster of this temple will tell you when you’ve been in contact with him. Here at zeruzandah Brotherhood we only demand some sacrificial items and some special animal blood for sacrifice in order to please the Lord Lucifer to bless you here on Earth. If anyone from anywhere tells you that we accept anything money from you in order for you to be initiated into this Brotherhood, inform the TEMPLE GRANDMASTER +2349158681268 zeruzandah Brotherhood do not accept any money from you except you are the one to fund your sacrificial items. Contact the temple Grandmaster at +2349158681268   Spiritual grandmaster of ZERUZANDAH BROTHERHOOD +2349158681268   I WANT TO JOIN SECRET OCCULT FOR MONEY RITUALS IN NIGERIA OR GHANA TO BE RICH AND TO MAKE MONEY, WITH NO HUMAN SACRIFICE OR BLOODSHED CALL +2349158681268 FOR YOUR BUSINESS SUCCESS TO WIN ELECTIONS TO BE FAMOUS AND POWERFUL,   The ZERUZANDAH Brotherhood is a spiritual fraternal society whose aims are the cultivation of Inner Power through the study and practice of esoteric arts for the improvement of body, mind and spirit.   It unites its members in brotherhood and in the quest for wisdom, successful living and finding one’s purpose in life. It has no secret agenda .While it is a deeply spiritual organization, it promote a particular religion or belief.   The Brotherhood transmits an esoteric tradition spanning thousands of years, with a universal vision born in the East and embracing the best of the West in the quest to return to the ancient and original Tao or Source of all wisdom.   WELCOME TO ZERUZANDAH BROTHERHOOD,   The Club of the Rich and Famous; is the world oldest and largest fraternity made up of 3 Millions Members. We are one Family under one father who is the Supreme Being. In ZERUZANDAH OCCULT Brotherhood we believe that we were born in paradise and no member should struggle in this world. Hence all our new members are given Money, Wealth,Fame , Power ETC.   Fear and anxiety has drawn so many people back to unfulfilled dreams and make their quest for wealth and power shambled, it is thing of fact that money ritual Occult is not and can never be a sin because Occult is still a religion despite what ever others are thinking and zeruzandah Brotherhood is here to give life to that dead hope of acquiring your desired wealth,fame and power without human sacrifice. Contact the Spiritual Grandmaster of ZERUZANDAH Brotherhood now at +2349158681268   The wealth of this life goes to those who deserve and desire it by their decision of breaking the wicked chain of poverty. It is actually a thing of fact that poverty is real and it’s not your fault that it exists but however will be your fault and greatest mistake if you allow poverty to exist in your life because of fear. Only the brave makes the move to liberate himself from humiliating nature of poverty…   +2349158681268   You can be rich, wealthy, famous etc without human blood@ZERUZANDAH BROTHERHOOD contact the Spiritual Grandmaster now +2349158681268   The desire to remove the garment of poverty rest on your shoulder and I will advise you do so now by being an initiated member of zeruzandah Brotherhood.   For enquires, contact the Spiritual Grandmaster now@ +2349158681268   The men of the world can only see within the limit of the eye and the things of the spirit are meant for the spirit to see. You can never be that wealthy,rich and famous without controlling the Spiritual wealth and fame that Lucifer the Great Spiritual father offers to those who are humble to him. You have been admiring the wealthy people around you and wish to be so wealthy or more than they do but you are yet to discover the Secret of WEALTH. There so many things known by the rich and the wealthy which the poor don’t know and don’t want to know because of their unnecessary fear. The secret to what you seek is to join a secret occult society.   Call now for enquiries +2349158681268.
    • *¶¶¶+2349158681268¶¶¶ Welcome to the home of wealth and fame.*        Many have seek for wealth and it’s quiet a thing of pity +2349158681268 that some do so in wrong places which made it doubtful of the true source and it is at this juncture that i approach you with the right source of wealth which you have really seek for. ZERUZANDAH BROTHERHOOD OCCULT is an association of those that has been blessed by Lord Lucifer zeruzandah the great and have decided to educate the masses on the possible ways of acquiring the wealth, power,protection fame and every other thing you could think of without human sacrifice. Gone are the days when human blood are required for sacrifice here at zeruzandah Brotherhood, human blood sacrifice has been abolished because the money you are seeking for should be used to help and sponsor your loved ones but you have to have it at the back of your mind that there is a very great sacrifice which you must pay to pierce the heart of the spiritual world so that you can be blessed here on human Earth and that sacrifice will be according to what zeruzandah wants you to do which the Grandmaster of this temple will tell you when you’ve been in contact with him. Here at zeruzandah Brotherhood we only demand some sacrificial items and some special animal blood for sacrifice in order to please the Lord Lucifer to bless you here on Earth. If anyone from anywhere tells you that we accept anything money from you in order for you to be initiated into this Brotherhood, inform the TEMPLE GRANDMASTER +2349158681268 zeruzandah Brotherhood do not accept any money from you except you are the one to fund your sacrificial items. Contact the temple Grandmaster at +2349158681268   Spiritual grandmaster of ZERUZANDAH BROTHERHOOD +2349158681268   I WANT TO JOIN SECRET OCCULT FOR MONEY RITUALS IN NIGERIA OR GHANA TO BE RICH AND TO MAKE MONEY, WITH NO HUMAN SACRIFICE OR BLOODSHED CALL +2349158681268 FOR YOUR BUSINESS SUCCESS TO WIN ELECTIONS TO BE FAMOUS AND POWERFUL,   The ZERUZANDAH Brotherhood is a spiritual fraternal society whose aims are the cultivation of Inner Power through the study and practice of esoteric arts for the improvement of body, mind and spirit.   It unites its members in brotherhood and in the quest for wisdom, successful living and finding one’s purpose in life. It has no secret agenda .While it is a deeply spiritual organization, it promote a particular religion or belief.   The Brotherhood transmits an esoteric tradition spanning thousands of years, with a universal vision born in the East and embracing the best of the West in the quest to return to the ancient and original Tao or Source of all wisdom.   WELCOME TO ZERUZANDAH BROTHERHOOD,   The Club of the Rich and Famous; is the world oldest and largest fraternity made up of 3 Millions Members. We are one Family under one father who is the Supreme Being. In ZERUZANDAH OCCULT Brotherhood we believe that we were born in paradise and no member should struggle in this world. Hence all our new members are given Money, Wealth,Fame , Power ETC.   Fear and anxiety has drawn so many people back to unfulfilled dreams and make their quest for wealth and power shambled, it is thing of fact that money ritual Occult is not and can never be a sin because Occult is still a religion despite what ever others are thinking and zeruzandah Brotherhood is here to give life to that dead hope of acquiring your desired wealth,fame and power without human sacrifice. Contact the Spiritual Grandmaster of ZERUZANDAH Brotherhood now at +2349158681268   The wealth of this life goes to those who deserve and desire it by their decision of breaking the wicked chain of poverty. It is actually a thing of fact that poverty is real and it’s not your fault that it exists but however will be your fault and greatest mistake if you allow poverty to exist in your life because of fear. Only the brave makes the move to liberate himself from humiliating nature of poverty…   +2349158681268   You can be rich, wealthy, famous etc without human blood@ZERUZANDAH BROTHERHOOD contact the Spiritual Grandmaster now +2349158681268   The desire to remove the garment of poverty rest on your shoulder and I will advise you do so now by being an initiated member of zeruzandah Brotherhood.   For enquires, contact the Spiritual Grandmaster now@ +2349158681268   The men of the world can only see within the limit of the eye and the things of the spirit are meant for the spirit to see. You can never be that wealthy,rich and famous without controlling the Spiritual wealth and fame that Lucifer the Great Spiritual father offers to those who are humble to him. You have been admiring the wealthy people around you and wish to be so wealthy or more than they do but you are yet to discover the Secret of WEALTH. There so many things known by the rich and the wealthy which the poor don’t know and don’t want to know because of their unnecessary fear. The secret to what you seek is to join a secret occult society.   Call now for enquiries +2349158681268.
    • Hi, i sell adventurer 77 with some 78 skills, 2 subs done and last sub 60 lvl   perma vip, red cloak, pirate hat and vitallity pots safe email, i use MM Pufa add my discord  _flamber
    • the video was created well before the 70% refund. it doesn't require you to have a degree to understand
  • Topics

×
×
  • Create New...