Jump to content

Recommended Posts

Posted

Applying these patches i have these errors

 

D:\workspace\L2_GameServer_IL\src\main\java\net\sf\l2j\gameserver\handler\ItemHandler.java:[56,49] cannot find symbol

symbol  : class HeroCustomItem

location: package net.sf.l2j.gameserver.handler.itemhandlers

 

D:\workspace\L2_GameServer_IL\src\main\java\net\sf\l2j\gameserver\handler\ItemHandler.java:[131,32] cannot find symbol

symbol  : class HeroCustomItem

location: class net.sf.l2j.gameserver.handler.ItemHandler

Posted

@fakoykas cuz u need to register it into ItemHandler; gameserver.handler

 

import net.sf.l2j.gameserver.handler.itemhandlers.HeroCustomItem;

 

and

 

 

        registerItemHandler(new HeroCustomItem());

Posted

They are already there by the patch..

 

have u pasted herocustomitem.java into itemhandlers folder?

Posted

have u pasted herocustomitem.java into itemhandlers folder?

Yes i did.

 

One question:

The itemhandler.diff i apply it here

src.main.java.net.sf.l2j.gameserver.handler.itemhandler or

here src.main.java.net.sf.l2j.gameserver.handler (itemhandler.java)

Posted

add the ++ stuff into the java files .. or from eclipse into the folder that the file is in

  • 2 weeks later...
Posted

guys i want to add this but i dont know were to find  net.sf.l2j.gameserver.handler.itemhandlers i try to find it with the windows explorer bud can't. Plzzz say me what way to take to find it plzzzz

Posted

guys i want to add this but i dont know were to find  net.sf.l2j.gameserver.handler.itemhandlers i try to find it with the windows explorer bud can't. Plzzz say me what way to take to find it plzzzz

 

what serverpack do you use ??

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