Jump to content

Recommended Posts

Posted

SystemMessageId.S1_NO_UNSTUCK_PLEASE_SEND_PETITION);

 

where is p.x p.x p.x

 

and why just dont you register the SystemMessageId and share the full patch here... damn half work all the time

  • 3 months later...
Posted

baaaaaaaaaadly coded

Same thing coded better:

for (L2Effect effect : activeChar.getAllEffects())
        {
		if(effect.getEffectType() == L2EffectType.FEAR){
			activeChar.sendPacket(ActionFailed.STATIC_PACKET);
                activeChar.sendMessaget("you can't use unstuck right now");
        		return false;
		}
        }

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