- 
                Posts3,917
- 
                Joined
- 
                Last visited
- 
                Days Won67
- 
	Feedback0%
Content Type
Articles
Profiles
Forums
Store
Posts posted by Trance
- 
		
- 
		Interesting. I think yes it could be done something like this: ### Eclipse Workspace Patch 1.0 #P aCis_gameserver Index: java/net/sf/l2j/gameserver/model/actor/status/PcStatus.java =================================================================== --- java/net/sf/l2j/gameserver/model/actor/status/PcStatus.java (revision 1) +++ java/net/sf/l2j/gameserver/model/actor/status/PcStatus.java (working copy) @@ -151,7 +151,18 @@ SystemMessage smsg; // Send a System Message to the L2PcInstance smsg = SystemMessage.getSystemMessage(SystemMessageId.S1_GAVE_YOU_S2_DMG); - smsg.addCharName(attacker); + if(attacker instanceof L2PcInstance) + { + L2PcInstance atcker = (L2PcInstance) attacker; + if(atcker.isInOlympiadMode()) + smsg.addString("Chalenger"); + else + smsg.addPcName(atcker); + } + else + { + smsg.addCharName(attacker); + } smsg.addNumber(fullValue); getActiveChar().sendPacket(smsg);But I think it's not all , these systemmessages are available in more than this class. That's only the way. So to be "pro" , this part needs to be added of course :P You should do that with PetStatus & L2Skill as well. 
- 
		seems you have a lot of free time also I'm partially free this month. <_< 
- 
		5 ppl online la ora de varf Oare te platesc ei daca faci dual box? :troll: 
- 
		yes, it is :'( ... waiting for death 
- 
		
- 
		ma-ta eu o ard pe L2mxc lol...... trist, f. trist. Cel mai trist. 
- 
		
- 
		so funny, in this case we all are old people out of energy, and sitting in a park with a laptop and writing :D Sad story. 
- 
		If you edit the title one more time, I will remove your topic. As the rules say "[L2J] Or [L2OFF] + the name of your server and select the prefix" 
- 
		It's inspired by effects. Take a look and duplicate one. 
- 
		You may have installed another version, but your computer can not use all of them at the same time. Set your java PATH. 
- 
		It's all about administration, not its platform. 
- 
		You should be inspired by effects. 
- 
		L2JServer.com or get lost. 
- 
		
- 
		don't worry you'll have the opportunity next time Is that a promise? 
- 
		just only in December guys... :D Aren't we in December? 
- 
		oh, sorry I forgot to make a video Asswhole. 
- 
		of course, we do... and I'm the Santa Claus, you have to believe it! X-mas is coming. You're fucked up. 
- 
		Don't forget that most of the so called developers that existed/exist to maxcheaters are such persons. I do not blame anyone, but you have to start from something. :) And then you see a L2OFF developer replying, L2OFF is for mature people and long servers. What about fuck off? 
- 
		Why you never saw a l2off high rate? Simple? Because L2OFF requires no knowledge. They're using other poeple's extender, and they call themselves developers. 
- 
		Be smart about this. You are NOT going to get any other protection for l2j freya other than lameguard. And you should buy it from the official lameguard website not from someone from this forum. Because you need both client side patched with ip bound system as well as core code for it. Good point. Hope so they've fixed the compatibility issues. ;D 
- 
		Sum up. L2j= Endless options, endless bug fixes, endless updates, common. L2OFF = stability, retail. Low Rate = L2OFF High Rate = L2J L2J H5 is above L2OFF. I'd like to invite you to test AdvExt64 H5, to experience the bullshit. 
- 
		oh, no... I'm going to cry in the corner... :'( Would you share it? 
 
			
				 
			
				
 
		 
			
				 
            
         
                
Bug Mana Potion Acis
in Request Server Development Help [L2J]
Posted
Your potions from skills must be static.