Jump to content

Recommended Posts

Posted

for Nevermore

if you reffer to *.properties file, you find it in this folder : properties_v2.9.6

in latest version only sql was updated.

 

for matthewmaster04

 

i dont understand this procedures thing, functions, never saw it before.

 

i see that in CPS_BBS_top you use : date_from

in CPS_BBS_get_daily_kills you use : from_date

 

that is how it should be?

Posted

exm matthewmaster04 what are the known problems of the rank system? i show some todo inside so is there anything missing or known problem?

 

no problems, its information for me only ;) i can back to this code part, do it more clear, or check all possibilities, or add more restrictions its all:D

Posted

well i had take the old version of l2jfrozen you had and implemented it in h5 with cb aswel so i need to be sure if i update you wont come up with other upgrades ^_^ so this is fixed?

- Some images can show gray artifacts. Don't worry, it will be fixed. ?

i have not tested your h5 code yet thats why i ask

thank you again you did very very good job!! :)

Posted

Version 2.9.9 L2PcInstance..

This part does not match:

@@ -5846,12 +5872,10 @@
	 */
	public void increasePvpKills(L2Character target)
	{
-		if (target instanceof L2PcInstance
-				&& AntiFeedManager.getInstance().check(this, target))
-		{
+		if(!CustomPvpSystemConfig.CUSTOM_PVP_LEGAL_COUNTER_ALTT_ENABLED && target instanceof L2PcInstance && AntiFeedManager.getInstance().check(this, target)){
			// Add karma to attacker and increase its PK counter
			setPvpKills(getPvpKills() + 1);

			// Send a Server->Client UserInfo packet to attacker with its Karma and PK Counter
			sendPacket(new UserInfo(this));
			sendPacket(new ExBrExtraUserInfo(this));

 

Can you look into it please?

L2J Revision: 5682M

Posted

Version 2.9.9 L2PcInstance..

This part does not match:

@@ -5846,12 +5872,10 @@
	 */
	public void increasePvpKills(L2Character target)
	{
-		if (target instanceof L2PcInstance
-				&& AntiFeedManager.getInstance().check(this, target))
-		{
+		if(!CustomPvpSystemConfig.CUSTOM_PVP_LEGAL_COUNTER_ALTT_ENABLED && target instanceof L2PcInstance && AntiFeedManager.getInstance().check(this, target)){
			// Add karma to attacker and increase its PK counter
			setPvpKills(getPvpKills() + 1);

			// Send a Server->Client UserInfo packet to attacker with its Karma and PK Counter
			sendPacket(new UserInfo(this));
			sendPacket(new ExBrExtraUserInfo(this));

 

Can you look into it please?

L2J Revision: 5682M

 

2.9.9 try 3.0.0,

and if you have other version than l2j server H5 stable try fit it manually.

Guest
This topic is now closed to further replies.



×
×
  • Create New...