Jump to content

hellbound High Five [retail modded L2J] H5 War For Redemption x15


Recommended Posts

Posted

l2 war of redemption is l2 tides of blood

2 very good website but newbie start fail hard with 20 online

 

Hello Fluido, first of all, you missread the project's name, its War for Redemption not of, (mb it gave u one more reason to connect the two projects).

I d like to inform you, that u were mistaken, but no offence taken/ no offence meant from my side as well.

We are aware that many people are trying to connect new to old servers, but there is no connection to tides of blood, nor to any other l2project so far. And of course, we dont expect 20 people online lol :D There will be premium advertisment from administrator etc. Thanks for your statement, although false it gave me a chance to clarify that there isnt any connection to any other l2project. Have fun, and hope you will try our project to notice the difference.

Posted

- Max Subclasses: 3

- Max 1st Subclass Level: 85

 

Reason why not all 3 of them 85 lvl ?

 

Hello nuodemingas, you are right its for all subclasses, its fixed already in features by the admin, i just forgot to edit it here as well :)

Posted

[17:44:13] vasilis avoukatos: hello

[17:44:18] Me: Hi

[17:44:40] vasilis avoukatos: you are member of mxc?

[17:45:19] Me: y

[17:45:44] vasilis avoukatos: would you be so kind making one review for me in one topic?

[17:45:55] Me: okay where

[17:55:27] vasilis avoukatos: thank you )))

[17:55:32] vasilis avoukatos: sec http://maxcheaters.com/forum/index.php?topic=263801.0 here if you can

[17:56:20] Me: done

 

 

Stalone strikes again with a new fail project :D

Guest
This topic is now closed to further replies.



  • Posts

    • I sell complete packs. If you want to add an item, NPC, etc., you have to do that yourselves. Your friend bought the pack; he's the one who needs to configure his server type. He received what he bought as agreed, and I'm saying this without knowing who you're talking about, because anyone who buys something receives what was agreed upon.   Regards. mmmmm L2Velmore ????   If that's the one, I see everything went well... if I remember correctly you were crying over $100, I gave you a better price, and I suppose you made thousands with that... And you're still coming back to complain? :=)
    • I know many people have struggled with this specific issue and had trouble setting up the correct behavior for Toggle skills in aCis. By default, toggles interrupt the player's movement (retail-like), which often feels clunky to players who prefer a smoother, more modern experience. I've prepared a clean solution that eliminates this "freeze" and allows for fluid movement while toggling your auras. Below is the code on how to achieve this. Hope it helps! Changes in PlayerAI.java: Modified doActiveIntention to properly update the active state without stalling. Removed the forced stop() during toggle casting. Added a MoveToLocation broadcast to ensure other players see your movement correctly (prevents visual "teleporting" or desync). Best regards 😃 diff --git a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java index ba0425a..1b2658d 100644 --- a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java +++ b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java @@ -28,6 +28,7 @@  import net.sf.l2j.gameserver.network.serverpackets.ActionFailed;  import net.sf.l2j.gameserver.network.serverpackets.AutoAttackStart;  import net.sf.l2j.gameserver.network.serverpackets.ChairSit; +import net.sf.l2j.gameserver.network.serverpackets.MoveToLocation;  import net.sf.l2j.gameserver.network.serverpackets.MoveToLocationInVehicle;  import net.sf.l2j.gameserver.network.serverpackets.MoveToPawn;  import net.sf.l2j.gameserver.network.serverpackets.StopMove; @@ -159,7 +160,10 @@      @Override      public synchronized void doActiveIntention()      { -        doIdleIntention(); +        prepareIntention(); +        _currentIntention.updateAsActive(); +        if (!getActor().isMoving()) +            thinkIdle();      }            @Override @@ -280,8 +284,9 @@                    if (skill.isToggle())          { -            getActor().getMove().stop();              getActor().getCast().doToggleCast(skill, target); +            if (getActor().isMoving()) +                getActor().broadcastPacket(new MoveToLocation(getActor()));          }          else          { https://pastebin.com/twZujZ3Y
    • The pot calling the kettle black.  '' GX-EXT'' He did some work for a friend and hasn’t finished it to this day—so, the pot calling the kettle black. I find it funny.   '' GX-EXT' IS TRASH PERSONA      
    • Looks that many source is gonna leak?
    • Trevor from gta will wake up! Great share  
  • 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..