Jump to content

Recommended Posts

Posted

I'll upload some screenies of my bounty hunter in a bit ^^

 

So you come here and tell others that this share is bad and yours is the best of all or what? Get lost?

Posted

Idea its "stolen" original its "Bounty Hunter Event" and this rework its fullbuged ;).

The idea is not like a BH event and it will be updated and its not a rework smarty pants its coded from 0. The buggy parts are gonna be fixed.

And don't claim smth exaggerated if u haven't even tested it.

 

I think yes it is!You have right!

I think yes ur lame XD dont spam my topic.

 

Thanks

You too. -1 karma Bcz you can't see it >.<

  • 2 weeks later...
Posted

So you come here and tell others that this share is bad and yours is the best of all or what? Get lost?

It actually worked as a "don't do it that way, do it this way because it saves resources." still no need to be upset especially because you're going offtopic.

Still its a nice share setkeh.

  • 2 weeks later...
Posted

when i try to compile it i  got this error :

 

 [javac] Compiling 1445 source files to C:\Users\eMI\Desktop\sursa\L2_GameServer\build\classes
    [javac] C:\Users\eMI\Desktop\sursa\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:144: cannot find symbol
    [javac] symbol  : class Hitman
    [javac] location: package com.l2jserver.gameserver.model.entity
    [javac] import com.l2jserver.gameserver.model.entity.Hitman;
    [javac]                                             ^
    [javac] C:\Users\eMI\Desktop\sursa\L2_GameServer\java\com\l2jserver\gameserver\GameServer.java:116: cannot find symbol
    [javac] symbol  : class Hitman
    [javac] location: package com.l2jserver.gameserver.model.entity
    [javac] import com.l2jserver.gameserver.model.entity.Hitman;
    [javac]                                             ^
    [javac] C:\Users\eMI\Desktop\sursa\L2_GameServer\java\com\l2jserver\gameserver\Shutdown.java:31: cannot find symbol
    [javac] symbol  : class Hitman
    [javac] location: package com.l2jserver.gameserver.model.entity
    [javac] import com.l2jserver.gameserver.model.entity.Hitman;
    [javac]                                             ^
    [javac] C:\Users\eMI\Desktop\sursa\L2_GameServer\java\com\l2jserver\gameserver\network\clientpackets\EnterWorld.java:57: cannot find symbol
    [javac] symbol  : class Hitman
    [javac] location: package com.l2jserver.gameserver.model.entity
    [javac] import com.l2jserver.gameserver.model.entity.Hitman;
    [javac]                                             ^
    [javac] C:\Users\eMI\Desktop\sursa\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:5502: cannot find symbol
    [javac] symbol  : variable Hitman
    [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
    [javac] 				Hitman.getInstance().onDeath(pk, this);
    [javac] 				^
    [javac] C:\Users\eMI\Desktop\sursa\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:5813: cannot find symbol
    [javac] symbol  : variable Hitman
    [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
    [javac] 				if(Config.ALLOW_HITMAN_GDE && Config.HITMAN_GDE_TAKE_KARMA && Hitman.getInstance().exists(targetPlayer.getObjectId()))
    [javac] 				                                                              ^
    [javac] C:\Users\eMI\Desktop\sursa\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:7145: cannot find symbol
    [javac] symbol  : variable Hitman
    [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
    [javac] 		if(Config.ALLOW_HITMAN_GDE && Hitman.getInstance().exists(getObjectId()))
    [javac] 		                              ^
    [javac] C:\Users\eMI\Desktop\sursa\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:7146: cannot find symbol
    [javac] symbol  : variable Hitman
    [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
    [javac] 			Hitman.getInstance().getTarget(getObjectId()).setOnline(isOnline);
    [javac] 			^
    [javac] C:\Users\eMI\Desktop\sursa\L2_GameServer\java\com\l2jserver\gameserver\GameServer.java:298: cannot find symbol
    [javac] symbol  : variable Hitman
    [javac] location: class com.l2jserver.gameserver.GameServer
    [javac] 		Hitman.start();
    [javac] 		^
    [javac] C:\Users\eMI\Desktop\sursa\L2_GameServer\java\com\l2jserver\gameserver\Shutdown.java:522: cannot find symbol
    [javac] symbol  : variable Hitman
    [javac] location: class com.l2jserver.gameserver.Shutdown
    [javac] 			if(Hitman.start())
    [javac] 			   ^
    [javac] C:\Users\eMI\Desktop\sursa\L2_GameServer\java\com\l2jserver\gameserver\Shutdown.java:523: cannot find symbol
    [javac] symbol  : variable Hitman
    [javac] location: class com.l2jserver.gameserver.Shutdown
    [javac] 	    		Hitman.getInstance().save();
    [javac] 	    		^
    [javac] C:\Users\eMI\Desktop\sursa\L2_GameServer\java\com\l2jserver\gameserver\network\clientpackets\EnterWorld.java:479: cannot find symbol
    [javac] symbol  : variable Hitman
    [javac] location: class com.l2jserver.gameserver.network.clientpackets.EnterWorld
    [javac] 			Hitman.getInstance().onEnterWorld(activeChar);
    [javac] 			^
    [javac] 12 errors

BUILD FAILED
C:\Users\eMI\Desktop\sursa\L2_GameServer\build.xml:62: Compile failed; see the compiler error output for details.

Total time: 9 seconds

Guest
This topic is now closed to further replies.



×
×
  • Create New...