Jump to content

Recommended Posts

Posted

the main problem (there not mentioned) is that this item can be used in Olympiad, PvP, etc.

 

thanks for the c/p :)

 

But its simple to add few restrictions with usage.

Posted

the main problem (there not mentioned) is that this item can be used in Olympiad, PvP, etc.

 

thanks for the c/p :)

 

I believe that by this code to solve the item:

 

	if (activeChar.isInOlympiadMode())
	{
		activeChar.sendPacket(new SystemMessage(SystemMessageId.THIS_ITEM_IS_NOT_AVAILABLE_FOR_THE_OLYMPIAD_EVENT));
		return;
	}

 

 

one doubt: I would like to use some of these codes to use NPCs Htm? eg SumbolMaker ...

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

the main problem (there not mentioned) is that this item can be used in Olympiad, PvP, etc.

 

thanks for the c/p :)

 

hehe..^^

 

But as someone else already said its not that difficult to add some restrictions and maybe the sharer should think about adding them and reshare his stuff?

  • 1 year later...
  • 1 month 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