Jump to content

[Share]Pre frenzy and other shits for IT


Recommended Posts

search for this code in Olympiad.java:

protected boolean makeCompetitionStart()

{

  if (_playerOne == null || _playerTwo == null)

  {

  _aborted = true;

  return false;

  }

 

_sm = new SystemMessage(SystemMessageId.STARTS_THE_GAME);

 

try {

for (L2PcInstance player : _players)

{

player.setIsOlympiadStart(true);

player.sendPacket(_sm);

}

} catch (Exception e) {

_aborted = true;

return false;

}

return true;

}

Add these lines:

player.setCurrentCp(player.getMaxCp());

player.setCurrentHp(player.getMaxHp());

player.setCurrentMp(player.getMaxMp());

So it looks like this:

protected boolean makeCompetitionStart()

{

  if (_playerOne == null || _playerTwo == null)

  {

  _aborted = true;

  return false;

  }

 

_sm = new SystemMessage(SystemMessageId.STARTS_THE_GAME);

 

try {

for (L2PcInstance player : _players)

{

player.setCurrentCp(player.getMaxCp());

player.setCurrentHp(player.getMaxHp());

player.setCurrentMp(player.getMaxMp());

 

player.setIsOlympiadStart(true);

player.sendPacket(_sm);

}

} catch (Exception e) {

_aborted = true;

return false;

}

return true;

}

It will heal the olympiad participants just before the match starts.

 

Credits : L2jForum

Link to comment
Share on other sites

  • 7 months later...
  • 1 month later...

Non sense, you can achieve the prefrenzy and the others 1-2 seconds before the match begins even if you get healed you'll have them. So what's the point on that?

Link to comment
Share on other sites

Non sense, you can achieve the prefrenzy and the others 1-2 seconds before the match begins even if you get healed you'll have them. So what's the point on that?

+1 this is what is said in other topic when this topic was in reply, you have to add stopskilleffect bla bla from intrepid's share or delete heal mp cp hp depends what you like ;)

Link to comment
Share on other sites

  • 1 month later...

Hello Guys..i want to ask a newbie question...where can i find Olympiad.java file?

 

Core?

 

You should check Sticked Guides and other tutortorials, that is my advice for You.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Hello everyone, as the title says, I want to remove the skill toggle effect when it is active in the skill bar. I did it a few years ago but now I don't remember how, I'm not sure but I think it's in the Skillgrp.dat file but I don't remember what value I should change.     First, thanks to whoever can help me clearly and not pass me by. Greetings and good day
    • L2Focus - Lineage 2 Interlude.   Rates Experience: (EXP) x1000 Skill Points: (SP) x1000 Adena: x1000 VIP: x2 Basic information Armor: TT/DK/DY (Same Stats) Weapon: EPIC/DY/IC (Same Stats) Jewels Boss: ( GM SHOP ) Tattoos: Fight | Mage Acessories: +100 | +300 Server Commands: .menu ( all options included ) Buff Slot: 32 + 4 (Divine Inspiration Free) Npc Buffer: Full + Scheme Buffs Siege: 7 Days Olympiad Hero: 7 Days Nobless: Last Hit in Barakiel Clan / Ally System Clan Info: Max Players: 50 Alliance Info: 1 Clans per ally Royal and Knights: Desactived. AntiZerg Zones: 18 players (2PT's). Enchant Safe Enchant: +5 Max. Enchant: +25 Normal Scroll: 100% chance, Max +5 Blessed Scroll: 80% chance, Max +20 Golden Scroll: +21 45%, +22 35%, +23 25%, +24 15%, +25 5% Golden Fail? - Only Loses scroll Crystal Scroll: 100% chance, Max +25 Augment Skills: Active / Passive 5% chance Augment Stats: STR/ INT / CON 5% chance Events Party Zone: 10:00 | 14:00 | 19:00 | 22:00 | 02:00 (Duration: 60 minutes) Tournament: 11:15 | 16:15 | 20:15 | 23:15 (Duration: 60 minutes) Kill The Boss: 09:00 | 15:00 | 20:00 | 23:00 (Duration: 15 minutes) Pvp Event: 13:10 | 15:10 | 20:10 | 21:10 (Duration: 45 minutes) Team vs Team: Every 1hour 24h/per day Olympiad Olympiad Time: 18:00 ~ 00:00 GMT-3 Min: 9 Matches to be a hero. Olympiad Box: 1 client windows running (PC) Olympiad Items: No Custom Olympiad Enchant: +5 Protection WarGuard: Protect for bots/hwid/phx/cheats Farm: 1 client per (PC). Box Limit: 2 client windows running (PC). Chaotic Zone: 18 players (2PT's). All configurations and features that are not reported here are standard, that is, equal to the official Lineage II or were considered irrelevant.   JOIN NOW www.L2Focus.com
    • that would be much appreciated mate 
  • Topics

×
×
  • Create New...