Jump to content

TeamVsTeam for aCis 374


Recommended Posts

Well after installing the code of the 1rst post, i would like to report these:

 

1. Players if register from voice command or npc cannot unregister (registration cannot be canceled in anyway).

2. Hiting the unregister button from npc gives rewards

3. PvP kills wont update the event engine, which means during the event the engine always goes to a tie if  TvTEventOnKill = title /  TvTEventOnKill = pmtitle works ok.

4. When event is on a tie and  one kill happens event finishes and kills are shown correctly , rewards also given. 

5. If a player dies last when event finishes on a tie the event instantly teleports players back to town which leads to dead player respawn delay summon him back on the event area.

 

Ill post more as i test it.. if any fix is available or even your new Event Engine is ready, share it if its gonna be for free!

 

Cheers!

 

Post Update

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

I remove the code from your 1rst post and now im using this code that you posted:

https://pastebin.com/xP7NFJv5

 

 

I removed :

EventTeam.java

			// Fireworks for rewarded player
          - player.broadcastPacket(new MagicSkillUse(player, player, 2025, 1, 1, 1));  
           player.addItem("Event Reward", itemId, count, null, true);

because it was giving critical error to client of the winner team.

 

 

I also added these:

 

EventCommons.java

  public void removePlayer(Player player)
   {
       if (_players.containsKey(player))
           _players.remove(player);
      
       player.setTitle(player.getOriginalTitle());
       player.getAppearance().setVisibleTitle(player.getOriginalTitle());
       player.broadcastTitleInfo();
       player.clearPoints();
      + removeRegisteredPlayers(TvTEvent.class);
      + player.setTeam(0);
   }

Because after event finish the Duel Aura was stuck to players and also they couldnt restart because restriction was still applied.

I really dont have an idea if its the right code to add there but it worked for me.

Edited by StaticX
  • Thanks 1
Link to comment
Share on other sites

  • 3 weeks later...

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

    • rename the l2.bin into l2.exe
    • L2LIVE.PRO- Dynamic Mid-rates Essence Seven Signs GRAND OPENING - July 5, 20:00 GMT+3 (EEST) TEST SERVER IS OPEN - COME AND CHECK IT OUT TODAY! Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu   Server description * EXP/SP: Dynamic (x1- x100 based on your level, *before* Sayha and EXP buffs * Adena: x50 / Item Drop: x10 / Fishing EXP increased / Attribute EXP increased * Simplified gameplay to stay in the loop while not spending hours and hours farming * Starter Pack containing very useful items for beginners * MP replenishing potions with auto-consumption * No overpowered donations L2LIVE shop * All spellbook coupons, pet spellbook coupons and master books are sold via Game Assistant * Additionally you can buy SP pouches, enchanted talismans, pet training guides and various other consumables for Adena and L-Coin * More items such as cloaks, more talismans, agathions, belts, pendants, enchantment scrolls of various grades, evolution stones, etc will be added! Shop server as a shortcut, and all retail-like ways of earning items are still here! L-Coins * Drops with small change and in random amounts from Lv60+ monsters  * All raidbosses drop random amount of L-Coin Pouches generating up to 420 Lcoin per unit. **Grand Olympiad and Events** * Grand Olympiad is held week day * Format is 1v1, unlimited weekly fights  * Heroes are declared weekly at Sunday * There are three automated events - TvT, CTF and Deathmatch, running at evenings * Orc Fortress, Battle with Balok, Keber Hunter, Archievements Box, Daily Gift Calendar provisional events are active too Custom user commands * .offlineplay command, your character will keep playing till death or server restart * .offlineshop command, keeps your shop sitting until all items are purchased * .apon / .apoff - enable/disable HP/MP autoconsume And lots of other small improvements are waiting for you!   Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu
  • Topics

×
×
  • Create New...