Jump to content
  • 0

[Request]Need help!!!


Madboy

Question

Some one can help me to add some events in 1 server pack( http://svn.assembla.com/svn/L2jOfficial/ )

Something like :

http://www.maxcheaters.com/forum/index.php?topic=46895.0   pvp/pk reword

http://www.maxcheaters.com/forum/index.php?topic=48087.0   townwar event if work.

http://www.maxcheaters.com/forum/index.php?topic=44025.0   hero skills on all subclas

End this

                            //Noblesse Items    
                            if (!activeChar.isNoble())    
                            {    
                               if ((itemId >=999000 && itemId <=999999)  && !activeChar.isNoble())    
                               {    
                                                        SystemMessage sm = new SystemMessage(SystemMessageId.CANNOT_EQUIP_ITEM_DUE_TO_BAD_CONDITION);    
                                                        activeChar.sendPacket(sm);    
                                                        sm = null;    
                                                        return;    
                               }       
                            } 

? can some one?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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
Answer this question...

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