O_o Posted September 25, 2013 Posted September 25, 2013 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
snacks Posted September 26, 2013 Posted September 26, 2013 RankPvpSystemBBSManager if(command.startsWith("_bbsrps:") Index.html <button value="PvP Ranking" action="bypass _bbsrps;0" width=260 height=32>
<< Masterio >> Posted September 26, 2013 Author Posted September 26, 2013 (edited) 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 September 26, 2013 by matthewmaster04
O_o Posted September 26, 2013 Posted September 26, 2013 (edited) there is one error left in eclipse at rankpvpsystem.java -> getClanId Edited September 26, 2013 by O_o
<< Masterio >> Posted September 26, 2013 Author Posted September 26, 2013 quick fix for clan checkers: Download 1
valanths1990 Posted September 26, 2013 Posted September 26, 2013 you still working on that and for free! thanks for your share,what i can say keep up the amazing work!
<< Masterio >> Posted September 26, 2013 Author Posted September 26, 2013 I just skill java for fun ;)
<< Masterio >> Posted September 26, 2013 Author Posted September 26, 2013 RPS 3.7.4 for H5, H5 Beta, Freya, Frozen, aCis. Thx for using ;)
andon19 Posted October 2, 2013 Posted October 2, 2013 You should check at l2jfrozen version EnterWorld.java is it right?
<< Masterio >> Posted October 2, 2013 Author Posted October 2, 2013 // 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.
andon19 Posted October 2, 2013 Posted October 2, 2013 (edited) 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 October 2, 2013 by andon19
<< Masterio >> Posted October 2, 2013 Author Posted October 2, 2013 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;
Recommended Posts