Jump to content

[Share]An item to become hero untill restart


Vago

Recommended Posts

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

Link to comment
Share on other sites

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

 

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

 

and

 

 

        registerItemHandler(new HeroCustomItem());

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

  • 2 weeks later...

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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