Jump to content

Recommended Posts

Posted

This might sound really retarded, but where do add all of these files. I cannot even find the map entity, or clientpackets etc. I am confused where i have to add all of these. If someone can helpme out with this by guiding me a bit it would be really appreciated!

 

Thanks in advance!

nlajay

  • 1 month later...
Posted

Freya L2Characker.java Peace zone attack

 

//return;

+ if(!player.isInFunEvent() || !player.getTarget().isInFunEvent())

{

player.sendPacket(new SystemMessage(SystemMessageId.TARGET_IN_PEACEZONE));

player.sendPacket(ActionFailed.STATIC_PACKET);

}

 

Freya L2PcInstance.java Peace zonel attack and skill attack

 

// Check if the attacker is in TvT and TvT is started

if (TvTEvent.isStarted() && TvTEvent.isPlayerParticipant(getObjectId()))

return true;

 

+

+ if(!this.isInFunEvent() || !attacker.isInFunEvent())

+ return false;

 

// Check if this is offensive magic skill

if (skill.isOffensive())

{

if ((isInsidePeaceZone(this, target)) && !getAccessLevel().allowPeaceAttack())

{

+ if(!this.isInFunEvent() || !target.isInFunEvent())

+                               return false;

Posted

Can anybody add some random spawns for the players when the event start and when they res. It will be nice if the players spawns in different location instead of spawning all in the same place.

 

Also it is working in my epilogue server.

Posted

Hi  at all, I tryed to implement this share on L2J Freja server but I have encountered some problems.

 

On Core in the file L2PcInstance.java

@@ -4052,6 +4060,14 @@

player.sendPacket(ActionFailed.STATIC_PACKET);

return;

}

+ if (DM._started && !Config.DM_ALLOW_INTERFERENCE)

+ {

+ if ((_inEventDM && !player._inEventDM) || (!_inEventDM && player._inEventDM))

+ {

+ sendPacket(ActionFailed.STATIC_PACKET);

+ return;

+ }

+ }

 

// Check if the L2PcInstance is confused

if (player.isOutOfControl())

 

@@ -4091,7 +4107,7 @@

else

{

// Check if this L2PcInstance is autoAttackable

- if (isAutoAttackable(player))

+ if (isAutoAttackable(player) || (player._inEventDM && DM._started))

{

// Player with lvl < 21 can't attack a cursed weapon holder

// And a cursed weapon holder  can't attack players with lvl < 21

 

@@ -8933,6 +9008,8 @@

        // finally, after passing all conditions

        return true;

}

+ return dontMove;

+ }

 

public boolean checkIfOkToUseStriderSiegeAssault(boolean isCheckOnly)

{

 

This diff @@ -4052,6 +4060,14 @@ and @@ -4091,7 +4107,7 @@ doesn't more supported in that class, maybe are moved in other ?

This diff @@ -8933,6 +9008,8 @@ I think are an error

 

 

 

On Core in the file L2Npc.java

@@ -685,6 +687,8 @@

{

L2Event.showEventHtml(player, String.valueOf(getObjectId()));

}

+ else if (_isEventMobDM)

+ DM.showEventHtml(player, String.valueOf(getObjectId()));

else

{

Quest[] qlsa = getTemplate().getEventQuests(Quest.QuestEventType.QUEST_START);

+ continue;

+ }

if (player.isInDuel())

{

if (player.getDuelId() != obj.getDuelId())

 

This diff @@ -685,6 +687,8 @@ doesn't more supported in that class, maybe are moved in other ?

 

 

 

On Datapack the file Recall.java doesn't exist anymore.

On Datapack the file Potions.java doesn't exist anymore.

 

 

Anyone can help me ? thx alot.

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • buenas no puedo poner el server On para que entren mis amigos   LoginServer # ================================================= # Settings authorization server # ================================================= # Host and port for client connections LoginserverHostname = 127.0.0.1 LoginserverPort = 2106 # Host and port for game servers LoginHost = 192.168.100.25 ( mi Ip interna) LoginPort = 9014     GameServer   # =============================== # Network Configuration Server  # # =============================== # IP which Bind Game server, * - all possible GameserverHostname = * GameserverPort = 7777 # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname ExternalHostname = 186.158.144.71 ( Ip externa ovbio) # This is transmitted to the client from the same network, so it has to be a local IP or resolvable host name InternalHostname = 192.168.100.25 # AdvIpSystem Make more GameServerIDs. Every Ip should be Protected by a DDoS Guard. # Your Server will have Success with this system Online. AdvIPSystem = False # Address \ port LS LoginPort = 9014 LoginHost = 192.168.100.25 LoginUseCrypt = true # How to request ID of LS RequestServerID = 4 # Permission to take a different id, if requested busy AcceptAlternateID = False     en que estaria fallando ?    
    • mporeis na valeis l2jaCis i kapoio etimo project  free sources gia aCis edw https://acis.i-live.eu/index.php?topic=1974.0 server install ktl edw https://acis.i-live.eu/index.php?topic=10190.0 an dn vgaleis akrh steile mou discord margazeas2
    • Hello! I am new to l2 server creation and i need your help please!!! I want to make my own l2 interlude c6 server with custom thing in it.  I need help with where to start. What source pack to pick to start and what to do. Please if you can help me i would appreciate it very much !!!
    • Need Discord with rare badge? VISIT US AND SHOP WITH US! NEW STOCK   Aged, Early Supporter Discord Accounts I sell HQ Aged and Early, Discord Accounts that are inactive and not flagged by discord at cheap prices   If you want to contact me, you can add me on discord: worldcoldwar Features: Format - age : email : pass : token Not flagged and undetected by discord HQ % With OGE Emails, password etc can be changed Unverified Early Supporter 24M Boost Badge HypeSquad Events Early Verified Bot Developer Early Supporters SHOP LINK: disvault1.mypaylix.gg/ For PayPal payments, please open a ticket. If you experience any problems with cryptocurrency payments, please open a ticket as well.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..