Jump to content

ArkeyWave

Members
  • Posts

    646
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by ArkeyWave

  1. 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

    dont forget the sumon's damage

     

    if (tDmg > 0)
    				{
    					smsg = SystemMessage.getSystemMessage(SystemMessageId.SUMMON_RECEIVED_DAMAGE_S2_BY_S1);
    				-	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);
    				+	}
    
  2. OMG OMG OMG!! L2JArchid is back in action D; this is AWESOM-O

     

    And this...

    First off you wont need to change packs, archid works together with pes :P We'll brain storm ideas and sync, same gos with every pack, if they have an idea they can just suggest it and we can make it work. Thats whats open source, its not a battle between packs, collaboration is key here. I aim to change the mentality of l2j pack owners.

    ...this made my life

  3.  

    Awesome it fits good.

    Btw i have 2 problems:

    1st I don't understand how this Works "Crystal_Reward_Rate", i already tried with different values from 30 to 60030 (guessed it was 1'000,000 control)

    2nd When i restart the game, all the bases are deleted, it could be nice to save them in the db so people doesn't bother getting new locations everytime the server gets rr.

     

    Also, one suggestion, a command to tp to the conquer npc when it's under attack (or not) would be cool, i will try :D

  4. ECS9u.png

     

     

    Rates

    º XP: x30

    º SP: x30

    º Adena: x15

    º Drop: x10

    º Spoil: x10

     

    Enchant Rates

    º Normal Weapons and Armors Enchants: 66%

    º Blessed Weapons and Armors Enchants: 66%

    º Safe Enchants: +3

    º Maximum Enchants: +16

     

    Server Features

    º Retail mid rate server

    º C1/C2/C3/C4/C5/INT Areas

    º C1/C2/C3/C4/C5/INT Mobs

    º C1/C2/C3/C4/C5/INT Skills

    º Walker Protection

    º DDoS Protection

    º Attackers Protection

    º Advanced Flood Protection

    º Custom events automatically running

    º Max buff slots: 30+4

    º buff duration: 1H (Special Buff 15 min )

    º Gm shop Top B Grade

    º Geodata and Pathnode

    º Auto Learn Skills

     

    Working Features

    º Crafting System

    º Fishing System

    º Cursed Weapons

    º Lottery

    º Manor System

    º Race System

    º Wedding System

    º Clan System

    º Fishing System

    º Olympiad System

    º Subclass System

    º Noblesse System

    º Clan Halls System

    º Duel System

    º Augmentation System

    º Enchant Skills System

     

    Monthly Event

    Monthly, we will rise our server features like exp, sp, adena, drop and spoil for just a weekend, so they can get improved faster.

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