xAddytzu Posted August 30, 2010 Posted August 30, 2010 Sky" post="1339237" timestamp="1283192751"] Some Errors Witch Eclipse In La2Base... LOL Do you think that we are caterpillar`mother ? Show us your errors , Doh!
liviudev Posted August 31, 2010 Posted August 31, 2010 @Razvan try this: from com.l2jserver.gameserver.
SensationWhite Posted December 14, 2010 Posted December 14, 2010 Nice one ! ... Relly couldn't think of it myself..
akaravas Posted December 16, 2010 Posted December 16, 2010 great share i had a prob but i fixed.. thx very much
Chakl22 Posted May 5, 2011 Posted May 5, 2011 I can't make it work i follow this steps: Copy the code and put VendettaItem.java inside of C:\server\gameserver\data\scripts\handlers\itemhandlers i change the imports to com.l2jserver NO ERRORS but when i press the item in game nothing happend why? Maybe i need registrer the item in MasterHandler.java? if yes how? i mean import handlers.itemhandlers.VendettaItem; if i make this i get Error in Console: So how i an get this working? Thx.
Chakl22 Posted May 5, 2011 Posted May 5, 2011 Now i m getting this error only: */ package com.l2jserver.gameserver.handler.itemhandlers; import com.l2jserver.gameserver.ThreadPoolManager; import com.l2jserver.gameserver.datatables.NpcTable; import com.l2jserver.gameserver.handler.IItemHandler; import com.l2jserver.gameserver.idfactory.IdFactory; import com.l2jserver.gameserver.model.L2ItemInstance; import com.l2jserver.gameserver.model.L2Spawn; import com.l2jserver.gameserver.model.L2World; import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; import com.l2jserver.gameserver.model.actor.L2Playable; import com.l2jserver.gameserver.network.SystemMessageId; import com.l2jserver.gameserver.serverpackets.SystemMessage; import com.l2jserver.gameserver.templates.L2NpcTemplate; /** * @author x.v3ndetta@yahoo.com * */ public class VendettaItem implements IItemHandler and i register this in Masterhadler ItemHandler.getInstance().registerItemHandler(new EventItem()); ItemHandler.getInstance().registerItemHandler(new VendettaItem()); _log.config("Loaded " + ItemHandler.getInstance().size() + " ItemHandlers"); Why the -beep- say can't resolve the type????? EDIT: FIXED.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now