Jump to content

Recommended Posts

Posted

well, it works for Gracia CT2.2 too. just go to RequestGiveItemToPet.java and under that line:

 

if (Config.GM_DISABLE_TRANSACTION && player.getAccessLevel() >= Config.GM_TRANSACTION_MIN && player.getAccessLevel() <= Config.GM_TRANSACTION_MAX)
	{
		player.sendMessage("Unsufficient privileges.");
		player.sendPacket(ActionFailed.STATIC_PACKET);
		return;
	}

 

paste:

 

if (player.getActiveEnchantItem() != null)
	{
		sendPacket(SystemMessageId.ITEM_NOT_FOR_PETS);
		return;
	}

 

its for l2jfree

Posted

for L2J is different...because there isnt that :

 

if (Config.GM_DISABLE_TRANSACTION && player.getAccessLevel() >= Config.GM_TRANSACTION_MIN && player.getAccessLevel() <= Config.GM_TRANSACTION_MAX)
	{
		player.sendMessage("Unsufficient privileges.");
		player.sendPacket(ActionFailed.STATIC_PACKET);
		return;
	}

 

Got it ? :P

  • 1 month later...
  • 2 months later...
  • 5 weeks later...
  • 3 weeks later...
  • 3 weeks later...
Posted

xaxa to epsaxna 3 ores

 

very nice

thanks file gia tin help to epsaxna na to ftiaksw ;)

Warned ,the three of you.

Do not spam & speak english in english topics.

Thanks.

  • 5 months later...

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



×
×
  • 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