Jump to content

Rank Pvp System 3.8.9 [Il - H5]


Recommended Posts

BTW. It was not DC it was Client Crash ;) This crash can happened when htm file have missing tag or error.

I will check again all htm files, for sure ;)

RankPvpSystemConfig eclipse error latest l2j h5 beta hast change in config.java http://trac.l2jserver.com/changeset/6194#file1

Link to comment
Share on other sites

1. I repeat, it is ONLY for H5 Chrinicles, I will fit it to lower chronicles after beta tests.

2. New revision:

 

Download

 

 

v3.7.3 [26.09.2013]:

  + Reworked ImageConverter classes. Now is faster and cleaner  [probably no more problems with import to all chronicles].
  + Fixed index.htm example for community board (thanks snacks).
  + Reworked RankPvpSystemConfig, changed L2Properties to Properties (thanks O_o).
Edited by matthewmaster04
Link to comment
Share on other sites

		// Rank PvP System by Masterio:
		if(RankPvpSystemConfig.NICK_COLOR_ENABLED || RankPvpSystemConfig.TITLE_COLOR_ENABLED)
		{
			KillerPvpStats activeCharPvpStats = PvpTable.getInstance().getKillerPvpStats(activeChar.getObjectId());
			
			if(RankPvpSystemConfig.NICK_COLOR_ENABLED)
			{
				activeChar.getAppearance().setNameColor(activeCharPvpStats.getRank().getNickColor());
			}
			
			if(RankPvpSystemConfig.TITLE_COLOR_ENABLED)
			{
				activeChar.getAppearance().setTitleColor(activeCharPvpStats.getRank().getTitleColor());
			}
		}

i removed some lines you can paste it there.

 

If you have objections, write here.

Link to comment
Share on other sites

Thank you for everything.. :) Well you have done an excellent job and if i had the opportunity i will had donate on  you. You deserve it :)

 

but i had this problem on compiling :

 

  [javac] C:\Documents and Settings\Owner\workspace\L2Server\gameserver\head-src\com\l2jfrozen\gameserver\network\clientpackets\EnterWorld.java:722: error: cannot find symbol
    [javac] KillerPvpStats activeCharPvpStats = PvpTable.getInstance().getKillerPvpStats(activeChar.getObjectId());
    [javac] ^
    [javac]   symbol:   class KillerPvpStats
    [javac]   location: class EnterWorld
    [javac] 1 error
    [javac] 1 warning
Edited by andon19
Link to comment
Share on other sites

KillerPvpStats <- this is the claas from my package, just correct imports check if u have this line in imports:

import com.l2jfrozen.gameserver.masteriopack.rankpvpsystem.KillerPvpStats;
import com.l2jfrozen.gameserver.masteriopack.rankpvpsystem.PvpTable;
import com.l2jfrozen.gameserver.masteriopack.rankpvpsystem.RankPvpSystemConfig;
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • 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