Jump to content
  • 0

[Adapt]Killing Spree - Max Level 90-95 -Exp After 80 Level X2 %


Question

8 answers to this question

Recommended Posts

  • 0
Posted

hello guys can someone adapt this code for acis?( killing spree announce-hero) http://www.maxcheaters.com/topic/152513-killingspree-system/?hl=%2Bkilling+%2Bspree

 

and if have somone code for max lvl 90-95 and exp after 80 level x2% for acis! thnx a lot

what you mean max lvl 90-95?

 

nobody will do it for free :)

go kill yourself better.

  • 0
Posted

what you mean max lvl 90-95?

 

go kill yourself better.

Fuck yourself. You are the ultimate greek Trash. I feel sorry for all the greeks that they let loose of a moron like yourself.

  • 0
Posted (edited)

Fuck yourself. You are the ultimate greek Trash. I feel sorry for all the greeks that they let loose of a moron like yourself.

is better to go die.people dont need shits same you. you need money IDIOT for 2 1500000 times shared codes? go fuck yourself better. he can add the codes and post the errors here if he got. but your IQ is lower than 0

Edited by nikosdevil20
  • 0
Posted (edited)

hello guys can someone adapt this code for acis?( killing spree announce-hero) http://www.maxcheaters.com/topic/152513-killingspree-system/?hl=%2Bkilling+%2Bspree

 

and if have somone code for max lvl 90-95 and exp after 80 level x2% for acis! thnx a lot

 

add the code and say if works for help you. i have not tested 

 

Go to:  aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\L2PcInstance

 

and add these lines:

 

after: private TradeList _buyList;

add: private int quakeSystem = 0;

------------------------------------------------------------------------------------------------------------------------------

 

after: // Icons update in order to get retained buffs list

updateEffectIcons();
 

add: quakeSystem = 0;

-------------------------------------------------------------------------------------------------------------------------------------------

 

after: public void onKillUpdatePvPKarma(L2Playable target)

{
 
add: quakeSystem++;
 
switch(quakeSystem) {
 
        case 5:
       
        ExShowScreenMessage case5 = new ExShowScreenMessage("You reached 5 kills in a row", 10000);
        sendPacket(case5);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is Geting Started!");
        startAbnormalEffect(AbnormalEffect.BIG_HEAD);
        MagicSkillUse MS5 = new MagicSkillUse (this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
            setCurrentHp(getMaxHp());
            setCurrentMp(getMaxMp());
            sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");            
            sendPacket(MS5);
        break;
        case 10:
        ExShowScreenMessage case10 = new ExShowScreenMessage("You reached 10 kills in a row", 10000);
        sendPacket(case10);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is Dominating!");
        MagicSkillUse MS10 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS10);
        break;
        case 15:
        ExShowScreenMessage case15 = new ExShowScreenMessage("You reached 15 kills in a row", 10000);
        sendPacket(case15);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is Having dinner! ");
        MagicSkillUse MS15 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS15);
        break;
        case 20:
        ExShowScreenMessage case20 = new ExShowScreenMessage("You reached 20 kills in a row", 10000);
        sendPacket(case20);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is on a Killing Spree!");
        MagicSkillUse MS20 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS20);
        break;
        case 25:
        ExShowScreenMessage case25 = new ExShowScreenMessage("You reached 25 kills in a row", 10000);
        sendPacket(case25);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is on a Range!");
        MagicSkillUse MS25 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS25);
        break;
        case 30:
        ExShowScreenMessage case30 = new ExShowScreenMessage("You reached 30 kills in a row", 10000);
        sendPacket(case30);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is Unstoppable Killer!");
        MagicSkillUse MS30 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS30);
        break;
        case 35:
        ExShowScreenMessage case35 = new ExShowScreenMessage("You reached 35 kills in a row", 10000);
        sendPacket(case35);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is on Terror Mode!");
        MagicSkillUse MS35 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS35);
        break;
        case 40:
        ExShowScreenMessage case40 = new ExShowScreenMessage("You reached 40 kills in a row", 10000);
        sendPacket(case40);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is On Fire! Somebody help him!");
        MagicSkillUse MS40 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS40);
        break;
        case 45:
        ExShowScreenMessage case45 = new ExShowScreenMessage("You reached 45 kills in a row", 10000);
        sendPacket(case45);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is unbeatable!");
        MagicSkillUse MS45 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS45);
        break;
        case 50:
        ExShowScreenMessage case50 = new ExShowScreenMessage("You reached 50 kills in a row", 10000);
        sendPacket(case50);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is Reaper's left hand!");
        MagicSkillUse MS50 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS50);
        break;
        case 55:
        ExShowScreenMessage case55 = new ExShowScreenMessage("You reached 55 kills in a row", 10000);
        sendPacket(case55);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " has a real pvp spirit in him!");
        MagicSkillUse MS55 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS55);
        break;
        case 60:
        ExShowScreenMessage case60 = new ExShowScreenMessage("You reached 60 kills in a row", 10000);
        sendPacket(case60);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ "  is pvp lord!");
        MagicSkillUse MS60 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS60);
        break;
        case 65:
        ExShowScreenMessage case65 = new ExShowScreenMessage("You reached 65 kills in a row", 10000);
        sendPacket(case65);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is on pvp frenzy! Stop him!");
        MagicSkillUse MS65 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS65);
        break;
        case 70:
        ExShowScreenMessage case70 = new ExShowScreenMessage("You reached 70 kills in a row", 10000);
        sendPacket(case70);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is a f**ing pro gamer!");
        MagicSkillUse MS70 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS70);
        break;
        case 75:
        ExShowScreenMessage case75 = new ExShowScreenMessage("You reached 75 kills in a row", 10000);
        sendPacket(case75);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is about to get record!");
        MagicSkillUse MS75 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS75);
        break;
        case 80:
        ExShowScreenMessage case80 = new ExShowScreenMessage("You reached 80 kills in a row", 10000);
        sendPacket(case80);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is becoming a legend!");
        MagicSkillUse MS80 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS80);
        break;
        case 85:
        ExShowScreenMessage case85 = new ExShowScreenMessage("You reached 85 kills in a row", 10000);
        sendPacket(case85);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is out of his mind! Everyone, get him! ");
        MagicSkillUse MS85 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS85);
        break;
        case 90:
        ExShowScreenMessage case90 = new ExShowScreenMessage("You reached 90 kills in a row", 10000);
        sendPacket(case90);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " OMFG! He's getting drugs on his char! 90 PvPs!! ");
        MagicSkillUse MS90 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS90);
        break;
        case 95:
        ExShowScreenMessage case95 = new ExShowScreenMessage("You reached 95 kills in a row", 10000);
        sendPacket(case95);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " Losing connection! Someone, stop this disaster ");
        MagicSkillUse MS95 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS95);
        break;
        case 100:
        ExShowScreenMessage case100 = new ExShowScreenMessage("You reached 100 kills in a row", 10000);
        sendPacket(case100);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " Chuck Norris has a son! ");
        MagicSkillUse MS100 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS100);
        break;
        case 105:
        ExShowScreenMessage case105 = new ExShowScreenMessage("You reached 105 kills in a row", 10000);
        sendPacket(case105);
        setHero(true);
           Broadcast.announceToOnlinePlayers("" + this.getName()+ " Is Everybody's God ");
        MagicSkillUse MS105 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS105);
        break;
        case 110:
        ExShowScreenMessage case110 = new ExShowScreenMessage("You reached 110 kills in a row", 10000);
        sendPacket(case110);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " System overload. Cant announce nothing more for this crazy guy");
        MagicSkillUse MS110 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS110);
        default:
        ;
             }
Edited by nikosdevil20
  • 0
Posted

what you mean max lvl 90-95?

 

go kill yourself better.

 

is better to go die.people dont need shits same you. you need money IDIOT for 2 1500000 times shared codes? go fuck yourself better. he can add the codes and post the errors here if he got. but your IQ is lower than 0

 

Chat banned for 3 days!

Stop spamming.

  • 0
Posted

 

add the code and say if works for help you. i have not tested 

 

Go to:  aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\L2PcInstance

 

and add these lines:

 

after: private TradeList _buyList;

add: private int quakeSystem = 0;

------------------------------------------------------------------------------------------------------------------------------

 

after: // Icons update in order to get retained buffs list

updateEffectIcons();
 

add: quakeSystem = 0;

-------------------------------------------------------------------------------------------------------------------------------------------

 

after: public void onKillUpdatePvPKarma(L2Playable target)

{
 
add: quakeSystem++;
 
switch(quakeSystem) {
 
        case 5:
       
        ExShowScreenMessage case5 = new ExShowScreenMessage("You reached 5 kills in a row", 10000);
        sendPacket(case5);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is Geting Started!");
        startAbnormalEffect(AbnormalEffect.BIG_HEAD);
        MagicSkillUse MS5 = new MagicSkillUse (this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
            setCurrentHp(getMaxHp());
            setCurrentMp(getMaxMp());
            sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");            
            sendPacket(MS5);
        break;
        case 10:
        ExShowScreenMessage case10 = new ExShowScreenMessage("You reached 10 kills in a row", 10000);
        sendPacket(case10);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is Dominating!");
        MagicSkillUse MS10 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS10);
        break;
        case 15:
        ExShowScreenMessage case15 = new ExShowScreenMessage("You reached 15 kills in a row", 10000);
        sendPacket(case15);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is Having dinner! ");
        MagicSkillUse MS15 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS15);
        break;
        case 20:
        ExShowScreenMessage case20 = new ExShowScreenMessage("You reached 20 kills in a row", 10000);
        sendPacket(case20);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is on a Killing Spree!");
        MagicSkillUse MS20 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS20);
        break;
        case 25:
        ExShowScreenMessage case25 = new ExShowScreenMessage("You reached 25 kills in a row", 10000);
        sendPacket(case25);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is on a Range!");
        MagicSkillUse MS25 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS25);
        break;
        case 30:
        ExShowScreenMessage case30 = new ExShowScreenMessage("You reached 30 kills in a row", 10000);
        sendPacket(case30);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is Unstoppable Killer!");
        MagicSkillUse MS30 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS30);
        break;
        case 35:
        ExShowScreenMessage case35 = new ExShowScreenMessage("You reached 35 kills in a row", 10000);
        sendPacket(case35);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is on Terror Mode!");
        MagicSkillUse MS35 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS35);
        break;
        case 40:
        ExShowScreenMessage case40 = new ExShowScreenMessage("You reached 40 kills in a row", 10000);
        sendPacket(case40);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is On Fire! Somebody help him!");
        MagicSkillUse MS40 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS40);
        break;
        case 45:
        ExShowScreenMessage case45 = new ExShowScreenMessage("You reached 45 kills in a row", 10000);
        sendPacket(case45);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is unbeatable!");
        MagicSkillUse MS45 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS45);
        break;
        case 50:
        ExShowScreenMessage case50 = new ExShowScreenMessage("You reached 50 kills in a row", 10000);
        sendPacket(case50);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is Reaper's left hand!");
        MagicSkillUse MS50 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS50);
        break;
        case 55:
        ExShowScreenMessage case55 = new ExShowScreenMessage("You reached 55 kills in a row", 10000);
        sendPacket(case55);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " has a real pvp spirit in him!");
        MagicSkillUse MS55 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS55);
        break;
        case 60:
        ExShowScreenMessage case60 = new ExShowScreenMessage("You reached 60 kills in a row", 10000);
        sendPacket(case60);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ "  is pvp lord!");
        MagicSkillUse MS60 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS60);
        break;
        case 65:
        ExShowScreenMessage case65 = new ExShowScreenMessage("You reached 65 kills in a row", 10000);
        sendPacket(case65);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is on pvp frenzy! Stop him!");
        MagicSkillUse MS65 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS65);
        break;
        case 70:
        ExShowScreenMessage case70 = new ExShowScreenMessage("You reached 70 kills in a row", 10000);
        sendPacket(case70);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is a f**ing pro gamer!");
        MagicSkillUse MS70 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS70);
        break;
        case 75:
        ExShowScreenMessage case75 = new ExShowScreenMessage("You reached 75 kills in a row", 10000);
        sendPacket(case75);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is about to get record!");
        MagicSkillUse MS75 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS75);
        break;
        case 80:
        ExShowScreenMessage case80 = new ExShowScreenMessage("You reached 80 kills in a row", 10000);
        sendPacket(case80);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is becoming a legend!");
        MagicSkillUse MS80 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS80);
        break;
        case 85:
        ExShowScreenMessage case85 = new ExShowScreenMessage("You reached 85 kills in a row", 10000);
        sendPacket(case85);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " is out of his mind! Everyone, get him! ");
        MagicSkillUse MS85 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS85);
        break;
        case 90:
        ExShowScreenMessage case90 = new ExShowScreenMessage("You reached 90 kills in a row", 10000);
        sendPacket(case90);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " OMFG! He's getting drugs on his char! 90 PvPs!! ");
        MagicSkillUse MS90 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS90);
        break;
        case 95:
        ExShowScreenMessage case95 = new ExShowScreenMessage("You reached 95 kills in a row", 10000);
        sendPacket(case95);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " Losing connection! Someone, stop this disaster ");
        MagicSkillUse MS95 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS95);
        break;
        case 100:
        ExShowScreenMessage case100 = new ExShowScreenMessage("You reached 100 kills in a row", 10000);
        sendPacket(case100);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " Chuck Norris has a son! ");
        MagicSkillUse MS100 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS100);
        break;
        case 105:
        ExShowScreenMessage case105 = new ExShowScreenMessage("You reached 105 kills in a row", 10000);
        sendPacket(case105);
        setHero(true);
           Broadcast.announceToOnlinePlayers("" + this.getName()+ " Is Everybody's God ");
        MagicSkillUse MS105 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS105);
        break;
        case 110:
        ExShowScreenMessage case110 = new ExShowScreenMessage("You reached 110 kills in a row", 10000);
        sendPacket(case110);
        setHero(true);
        Broadcast.announceToOnlinePlayers("" + this.getName()+ " System overload. Cant announce nothing more for this crazy guy");
        MagicSkillUse MS110 = new MagicSkillUse (this, this, 721, 1, 5, 0);
        setCurrentCp(getMaxCp());
           setCurrentHp(getMaxHp());
           setCurrentMp(getMaxMp());
           sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!");
           sendPacket(MS110);
        default:
        ;
             }

 

 

Disregard that answer, it's complete BS.

 

Again you will need someone to spend some time changing the code for your needs and then adapting it for acis. Nobody will do it for free.

  • 0
Posted

 


"You reached 110 kills in a row"

 

Nothing more to say :troll:

 

 

Disregard that answer, it's complete BS.

++

Guest
This topic is now closed to further replies.


  • Posts

    • A New Chapter Begins We're Rebuilding – Join Our Staff Team After many years of activity, growth, and challenges, it’s finally time for our community to restructure and move forward. We’re ready to turn a new page and evolve into something greater — but we can’t do it without the help of passionate and committed people. That’s why we’re now opening up staff applications for those who want to actively shape the future of our community. If you have the motivation, time, and patience to contribute to something meaningful, this is your chance to step in and make a real impact. What We're Looking For We’re building a fresh and dedicated team of individuals who are ready to support and grow this project. Open roles include: Moderators – to keep the forum clean, safe, and organized Gaming Moderators – to help manage gaming boards (e.g., Lineage, GTA FiveM) Content Creators – to post updates, guides, and articles Community Managers – to engage users and drive activity Technical Staff – for development, backend, and server work We’re not focusing only on Lineage anymore. Our vision is expanding to new areas — including GTA FiveM and other multiplayer games you might have expertise in. If you have a good idea, a server plan, or something new to suggest — we’re open to it. Now’s the time to bring it forward. Requirements We’re looking for individuals who have: A history of activity on the forum (preferred) Available time to contribute consistently A sense of teamwork and responsibility A genuine interest in gaming and community building If you're interested, just send a private message to me or Celestine. (or just reply here) Tell us a few things about yourself and how you’d like to contribute. Let’s bring this community back to life. Let’s rebuild something great — together.   M M G A 
    • Lineage2Network - Interlude Reimagined   Embark on a revitalized journey through the classic Interlude era with Lineage2.Network. Our server is meticulously crafted by veteran players to deliver a seamless and engaging experience, blending the nostalgia of the Chaotic Chronicle with modern enhancements.     Server details   Chronicle: Interlude + Classic Rates: EXP x30 | Adena x10 | Drop x10 | Spoil x10     Server features   Daily Missions - complete special tasks for daily rewards Attendance Rewards - get rewards for online time Custom Events - TVT, DM, CTF NPC buffer duration - 2 hours   Mana Potions - restores 1000 MP, 10s cooldown Ring of Core additional stats: +1 STR Earring of Orfen additional stats: +1 INT Shadow Earring of Zaken - 7 days Shadow Ring of Queen Ant - 7 days   Max buff count - 24 (20 + 4 with Divine Inspiration) Noblesse, Heroic Valor, Flames of Invincibility and Celestial Shield don't take buff slot Reworked Cancel, Mage and Warrior Banes – removed buffs reappear after 30s Block Buffs - block all incoming buffs except from self/party Sweeper Festival added to Spoiler class   Subclass – retail or purchasable Noblesse – retail or purchasable up to Barakiel; collect 8 fragments for full staff 1st & 2nd class free, 3rd needs 700 Halisha Marks or is purchasable New Olympiad System: new stadiums with NPC buffer,  1 week period.     Key dates     Beta Launch: April 14, 2025 Official Launch: May 9, 2025     Check out full server details in our website And visit our discord   Join us and be part of community where classic gameplay meets innovative updates. Whether you're a solo adventurer or part of a formidable clan, Lineage2.Network offers a dynamic and balanced environment for all.  
    • Good day. Our game currency store is looking for suppliers of adena and items on a project such as L2REBORN x10. We also sell Epic jewelry and various items on this project L2REBORN x10. There are items and adena on L2REBORN x1. For all questions, write to us in discord - goddardshop
  • Topics

×
×
  • Create New...