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

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