Jump to content
  • 0

Help adapting java code


Question

Posted

Here are the codes that i want to import to my pack (l2jhellas):

 

Index: java/com/l2jserver/gameserver/model/actor/instance/L2RaidBossInstance.java
===================================================================
--- java/com/l2jserver/gameserver/model/actor/instance/L2RaidBossInstance.java (revision 0)
+++ java/com/l2jserver/gameserver/model/actor/instance/L2RaidBossInstance.java (revision 0)
@@ -86,4 +86,8 @@
                if (player != null)
                {
+                                               int _barakielId = 25325;
+                                               if (getNpcId() == _barakielId)
+                                               {
+                                                       player.setNoble(true);
+                                                   player.sendMessage("You have gained Noblesse status by killing Barakiel!");
+                                                }
                        broadcastPacket(new SystemMessage(SystemMessageId.RAID_WAS_SUCCESSFUL));
                        if (player.getParty() != null)

&

Earthquake eq = new Earthquake(activeChar.getX(), activeChar.getY(), activeChar.getZ(), 14, 3);
    	         activeChar.broadcastPacket(eq);    	         
    	         Broadcast.toAllOnlinePlayers(eq);

can you rewrite it for l2jhellas pls? i got error with (activeChar.getX(), activeChar.getY(), activeChar.getZ(), 14, 3);

&

int _barakielId = 25325;

+                                              if (getNpcId() == _barakielId)

+                                              {

+                                                      player.setNoble(true);

+                                                  player.sendMessage("You have gained Noblesse status by killing Barakiel!");

+                                                }

6 answers to this question

Recommended Posts

  • 0
Posted

wrong code eitherway ;)

the nobless thingy

if(getNpcId() == 25325)
    	{
    		if(((L2PcInstance) killer).isNoble())
    		{
    			((L2PcInstance) killer).sendMessage("You are already nobless");
    		}
    		else
    		{
    			((L2PcInstance) killer).sendMessage("You are granted with nobless status!");
    			((L2PcInstance) killer).setNoble(true);
    	}

 

as far for the second one

Earthquake eq = new Earthquake(killer.getX(), killer.getY(), killer.getZ(), 14, 3);
    	         activeChar.broadcastPacket(eq);    	         
    	         Broadcast.toAllOnlinePlayers(eq);

 

Post feedback here ;)

  • 0
Posted

wrong code eitherway ;)

the nobless thingy

if(getNpcId() == 25325)
    	{
    		if(((L2PcInstance) killer).isNoble())
    		{
    			((L2PcInstance) killer).sendMessage("You are already nobless");
    		}
    		else
    		{
    			((L2PcInstance) killer).sendMessage("You are granted with nobless status!");
    			((L2PcInstance) killer).setNoble(true);
    	}

 

as far for the second one

Earthquake eq = new Earthquake(killer.getX(), killer.getY(), killer.getZ(), 14, 3);
    	         activeChar.broadcastPacket(eq);    	         
    	         Broadcast.toAllOnlinePlayers(eq);

 

Post feedback here ;)

Noblesse code works fine, about earthquake i get error : Earthquake eq = new Earthquake(killer.getX(), killer.getY(), killer.getZ(), 14, 3); (killer cannot be resolved)

  • 0
Posted

Noblesse code works fine, about earthquake i get error : Earthquake eq = new Earthquake(killer.getX(), killer.getY(), killer.getZ(), 14, 3); (killer cannot be resolved)

I though you were going to put it in l2raidboss instance where do you want to put that code?(btw forgot to replace this one activeChar.broadcastPacket(eq); to killer.broadcastPacket(eq); but since it's in a wrong place w/e)

  • 0
Posted

I though you were going to put it in l2raidboss instance where do you want to put that code?(btw forgot to replace this one activeChar.broadcastPacket(eq); to killer.broadcastPacket(eq); but since it's in a wrong place w/e)

I though you were going to put it in l2raidboss instance where do you want to put that code?(btw forgot to replace this one activeChar.broadcastPacket(eq); to killer.broadcastPacket(eq); but since it's in a wrong place w/e)

i want to put it in L2PcInstance after quake system.

  • 0
Posted

i want to put it in L2PcInstance after quake system.

i want to put it in L2PcInstance after quake system.

 

this will do it then!

Earthquake eq = new Earthquake(getX(),getY(), getZ(), 14, 3);
    broadcastPacket(eq);    	         
    Broadcast.toAllOnlinePlayers(eq);

  • 0
Posted

this will do it then!

Earthquake eq = new Earthquake(getX(),getY(), getZ(), 14, 3);
    broadcastPacket(eq);    	         
    Broadcast.toAllOnlinePlayers(eq);

thnx dude :) lock this topic problem solved !

 

Guest
This topic is now closed to further replies.


  • Posts

    • L2Elixir – Patch 4 Is Live!   We’re working non-stop, day and night, to deliver the best possible quality and bring back what made L2Elixir special. This project is built with passion, not shortcuts — for the old-school players who remember, and the new ones who want to experience it properly. Thank you for being part of the journey. Together, we’re making L2Elixir great again ❤️ The legends never fade.    ⚙️ General Enabled Class Change service (same class type only) ALT + B → Services → Character Development Enabled Shift + Click on Treasure Chests Players can now identify real chests (Adena, scroll drops) and use Key / Unlock Event deaths now cancel only debuffs, All self buffs are preserved, fixes issues with Root and similar effects Bladedancer class can now log in even when Max Clients (2) is reached. Since an active Bladedancer is not available for every damage dealer and some players tried to abuse this via VPN or a second PC, this feature was added to keep things fair. protections applies, requires testing!    🎒 Items Crystallizing enchanted items now gives the correct increased crystal amount (retail-like behavior) Removed Agathion Seal Bracelet: Rudolph from Santa rewards (Gracia Final item) Added Dualsword Craft Stamp into Milestone Exchange list    🧙 Skills Fixed Banish Undead lethal chance Hot Springs Malaria and similar effects now level up faster while being attacked
    • thats new SEO level tricks you know nothing of noob - bottom line: exposed.
    • Warning: This guy is a big scammer, trying to sell everything, advertising for servers etc. That's his mail address evgesha.nrnr@gmail.com , stay away!   @Atom @Celestine
    • Warning: This guy is a big scammer, trying to sell everything, advertising for servers etc. That's his mail address evgesha.nrnr@gmail.com , stay away! @Celestine @Atom
  • Topics

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