Jump to content

Recommended Posts

  • 1 month later...
  • 1 month later...
  • 8 months later...
  • 3 months later...
Posted (edited)

adapted for High Five datapack rev. 9573, server rev. 5909

 

http://www.4shared.com/zip/UrLv3_Q-/AugmentShop.html?

 

By the way, I tried to change it a bit so instead of destroying 1 Item for Augment, it will take 2 Items. But I had error:

 

I made changes like below to AugmentShop.java

Line 23
	private final static int ITEM_ID = 50030;
	private final static int ITEM_COUNT = 10000;
+	private final static int ITEM_ID_2 = 50030;
+	private final static int ITEM_COUNT_2 = 500;
	private final static String qn = "AugmentShop";
	private final static int NPC = 93000;

-------------------------------------

Connection con = null;
		try
		{
-			player.destroyItemByItemId("Consume", ITEM_ID, ITEM_COUNT, player, true);
+			player.destroyItemByItemId("Consume",  ITEM_ID, ITEM_ID_2, ITEM_COUNT, ITEM_COUNT_2, player, true);
			con = L2DatabaseFactory.getInstance().getConnection();
			PreparedStatement statement = con.prepareStatement("REPLACE INTO item_attributes VALUES(?,?,?,?)");
			statement.setInt(1, item.getObjectId());

				statement.setInt(2, attribute*65536+1);
				statement.setInt(3, skill);
				statement.setInt(4, level);
			
			statement.executeUpdate();
			player.sendMessage("Succesfully augmented. You have to relog now.");
			statement.close();
			
		}

but after that I'm getting error like that in the console and don't know how to make it work. I know what it means but not sure what and where should I add code in L2PcInstance.java or L2Object

----------
1. ERROR in \custom\AugmentShop\AugmentShop.java (at line 110)
        player.destroyItemByItemId("Consume", ITEM_ID, ITEM_ID_2, ITEM_COUNT, IT
EM_COUNT_2, player, true);
               ^^^^^^^^^^^^^^^^^^^
The method destroyItemByItemId(String, int, long, L2Object, boolean) in the type
 L2PcInstance is not applicable for the arguments (String, int, int, int, int, L
2PcInstance, boolean)
----------
1 problem (1 error)The method destroyItemByItemId(java.lang.String, int, long, c
om.l2jserver.gameserver.model.L2Object, boolean) in the type com.l2jserver.games
erver.model.actor.instance.L2PcInstance is not applicable for the arguments (jav
a.lang.String, int, int, int, int, com.l2jserver.gameserver.model.actor.instance
.L2PcInstance, boolean)
Failed executing script: G:\Test Server H5\game\data\scripts\custom\AugmentShop\
AugmentShop.java. See AugmentShop.java.error.log for details.

I was thinking to add it here, but not sure:

L2PcInstance.java:

line 4036

	 * @return boolean informing if the action was successful
	 */
	@Override
-	public boolean destroyItemByItemId(String process, int itemId, long count, L2Object reference, boolean sendMessage)
+	public boolean destroyItemByItemId(String process, int itemId, long count, int itemId2, long count2, L2Object reference, boolean sendMessage)
	{
		if (itemId == PcInventory.ADENA_ID)
		{
			return reduceAdena(process, count, reference, sendMessage);
		}

Any advise?

Edited by Gorion
  • 1 month later...
  • 1 month later...
Guest
This topic is now closed to further replies.



  • Posts

    • what do u mean i want to change the normal weapons some weapons are working perftect some not getting th effect and the arcana has the effect above the weapons as u see ... i dont what is the probkenm
    • Stop paying for files that are already public and free. Here you can download a fully working Interlude server with C4-like gameplay, including source code so you can compile it yourself and verify everything. People will try to convince you that free releases are “broken”, “full of backdoors”, etc. That’s exactly why I’m also providing the SVN with the full source – so you can: Review the code yourself Remove / modify whatever you don’t like Compile your own binaries What’s included GX-EXT Interlude server (C4-style gameplay) – L2Off Client Interlude tweaked for C4 gameplay Public SVN with source code Downloads: Server GX-EXT: https://www.mediafire.com/file/q5ipkjd36tnhfxv/L2OFF_C4_C4_ACU_GXEXT.rar/file Client Interlude C4 Gameplay: https://www.mediafire.com/file/rdkfc8wwau042oh/Cliente_Interlude_Jugabilidad_C4.rar/file SVN (source code, delayed a couple of months to avoid reselling fresh work): https://svn.l2servers.com.ar/!/#GX-EXT_INTERLUDE User: gx Pass: gx How to compile To compile the source you will need: Visual Studio 2005 (x64 toolset) (Classic L2Off toolchain – yes, it’s old, but that’s what the original server uses.) Use this as you want: learn, test, open your own server, or just audit the code. But please, stop buying the same leaked/resold files over and over when you can get them here for free, with source, and actually know what you’re running.  
    • @GX-Ext Please reupload the pack+web+client because all the links inside that post or in the https://l2servers.com.ar/ are dead
    • Weapon dat is not the same for all, since you have custom things for sure no. You can contact @NevesOma
    • hello guys im facing a problem with the weapons .. i want to add hero glow on s weapons arcana ,dragonic bow etc.. some weapons are work peftect .. some not for example i add the line  LineageEffect.e_u092_h for fists and didnt work didnt even get the hero glow.. and the arcana the glow is on the top of weapon not down side like hero zeus mace any ideas?.. or does anybody has the weapongrp.dat file ready ?
  • 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