Jump to content

Recommended Posts

Posted

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

Posted (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 by matthewmaster04
Posted (edited)

there is one error left in eclipse at rankpvpsystem.java -> getClanId


Edited by O_o
Posted
		// 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.

Posted (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 by andon19
Posted

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;
Guest
This topic is now closed to further replies.



  • Posts

    • Okay, I understand. First, to get started by contributing to open projects and learning along the way. Then, when you mention starting my own project privately, do you mean taking a free datapack like L2jMobius and trying to make it functional for an online server? Great, thank you very much — all this information is really helpful. I’ve been reaching out to several server admins here in Argentina, but it seems like none of them have the time or interest to take on an intern or assistant. xd   P.S.: Are you the creator of Hopzone? Brings back memories of when I was a kid, downloading servers at the cyber café. For two dollars, I could spend the whole day playing and eating candy like crazy.  
    • @Logan22 Are you logan from mmo-dev forum?
    • That's exactly how it’s designed — everything important is handled on the API server side, for example, processing requests to the game server. Each website has its own token/key for authentication; without it, there will be no interaction with the game server. Some data can be stored both on my side and on the server side to avoid making frequent requests to the server, which is logical.   Yes, there’s a lot of old, unused code that just needs to be cleaned up. It was used before, but after major rewrites it was left lying around. It doesn’t interfere with anything — it’s just there and doesn’t affect the system's operation.   Beaver meme kurwa is my favorite. Unfortunately, you don't know Russian — otherwise, you would’ve spotted even more Easter eggs. 😂   I said it’s been installed over 250 times on different domains. You can join my Telegram, there are almost 200 people there — and those are just the ones who entered the chat — and we’ll have a good laugh together at your doubts! 😂😂😂
    • Discord : utchiha_market Telegram : https://t.me/utchiha_market Auto Buy Store : https://utchihamkt.mysellauth.com/ Join our server for more products : https://discord.gg/qtkJASMbKV https://campsite.bio/utchihaamkt  
  • Topics

×
×
  • Create New...