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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.



×
×
  • Create New...