Jump to content

Recommended Posts

Posted

Implemented:

System with additional password authentication (Secondary Password)

Commissary system

The system of reincarnation of the character

The system of mentoring

System of a Summoner multipetov Veno

Changing the subclass of the status window,

Germunkusa instance with the message (the threshold of a profession quest for 4)

Moving Mammon among all 11 cities S + updated multiselly.

Stats sets R, R +

R-weapons for the characters.

Items for sharpening skills after four professions

Unidentified objects, the system of identification of objects

The population of the initial locations

Many au for new NPC

Study skills, according to the GoD: Harmony Update:

Skills, previously studied for the scrolls are now available in the list of study skills.

Ability to learn this skill by using scrolls left, in this case is not consumed SP.

Flying made the transformation from wood study skills.

 

Fixed:

Penalties for the difference in level between the player and monster

Removed deleveling in player's death

Fixed Olympiad System, in accordance with the Goddess of Destruction

Warrior Skills Tyre and Archer Eura, implemented / fixed effects, kickbacks, the cast time,

Skills and Rogue Knight Siegel Odala

Skills Wizard and Summoner Feo Veno

Updated Luxor shop in Giran

Packets input, the group

Updated system e-mail messages in accordance with the Goddess of Destruciton

Fishing System, the system Vitality

Correction of the basic stat bonuses

Spawn on speaking island + au for some NPCs speaking islands

Show target with (a yellow circle at the target)

The award of the seven seals in quests

Rewards for quests Olympics.

Changed the reward of all the quests, according to the Goddess of Destruction

Fixed basic character stats

Changed the number of Sacred Incense healers received after the third change of profession.

 

Added quests:

_475_FortheSacrificed

_487_OpenSecret

_488_WondersofCaring

_489_InThisQuietPlace

_491_InNominePatris

_10299_HowtoStandUpForYourself

_10309_MysteriousLetter

_10337_SakumsImpact (Effect Sakuma)

_10358_DividedSakumPoslof (Ambassadors, causing Sakuma)

_10359_SakumsTrace

_10360_CertificationofFate (Quest for second class)

_10370_MenacingTimes

_10371_GraspThyPower

_10372_PurgatoryVolvere.java

_10388_Seize_Your_Destiny (Quest for the fourth profession)

Rebellion of Monsters (Monster Rise)

 

 

 

- Implementation of new items

- Further development of the quest for first class

- Correction of award from Olympus manager in accordance with the Year

- Correction of the Olympic Games in accordance with the Year

- Check the new city.

- Fix some NPC stats.

- Various fixes to skill kickbacks \ enchants \ missed moments

- NPC dialogues speaking on the island

- Processing systems for capsuled items and items that are retrieved using the skills

- Initial implementation of a new quest for 3 profession

- Fix quest Sacum Impact

- Implementation of the new PvP community as well, accelerated and optimized to work.

- Implemented enchant bonuses for R + grade.

- Added a new R + an item.

- Changed the look of the original storage required for the 4th pros.

- Fixed a problem with the change of sex through the service and the admin team

- Fixed stats charov. Mataka \ patacas, etc.

- Added effect «TargetToOwner», attractive targets for the skills employed by the characters.

- Added a scene review of the area at the first exit from the museum

- Fixed a bug in the service Bash'a

- Fixed bug with calling pets

 

 

 

Implementation of auras in Wynn Summoner and Sigel Knight

Implementation of donations

The implementation of tags in the group

Implementation of the quest Kicking Out Unwelcome Guests

Implemented framework for auto-group (1)

Implemented racial skills degenerated characters (1)

Added exchanger items for a system of mentoring and the quest for the first and second class

Added a peaceful area on the island of speaking

Added the English versions of the dialogue for some quests

Added bonuses to enchant weapons for new items

Added to spawn labyrinth Harnack

Fixed a bug with the inability to re-call pets

Fixed most of the action for pets, new skills

Fix price multisellah PvP Community

Fixed problems with the entrance to the tower of Krum

Fixed bugs with fishing

Fixed teleport out of the dome Sea of ​​Spores

Fixed population of locations around the village of dark elves

Fixed bug with displaying the names of the teleport

Fixed skill Tyrant'a

Fixed crystallization items

Correction of the clan hall auction

Fixed bugs with cubes of Fortune

Fixed some formulas for calculating stats

Removed forgotten priests sunset and sunrise

Fix quests:

Get A Pet

Book Of Giants

Sakums Trace

Tragedy In Von Hellmann Forest

 

Also added new items (shirts, bracelets, charms, and more ..), corrected old ones, in particular the heroic weapon, corrected and updated some NPC dialogs, fixed effects of certain skills, in particular, "the effect of denial of death", new multiselly for NPCs, an error with the spawns in the cities,

 

 

http://depositfiles.com/files/arsgt0db3

http://turbobit.net/q89dgrcqnqio.html

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • I think that solves the freeze thing, anyway great share! 
    • Introducing: Daily & Weekly Missions!   I've released a major panel update with a new Missions system and expanded language support.   Players can now complete daily and weekly missions directly through the panel and claim rewards such as balance or items. Mission progress is tied to in-game activity and supported panel actions, and the update also adds a dedicated Missions page, dashboard mission previews, claimable mission indicators, and full admin tools for creating and managing missions.   The Roll page now shows the potential reward drops below the roll container.   Alongside this, I’ve expanded the panel’s language support with new locale options, including Bulgarian, Czech, Georgian, Lithuanian, Polish, Romanian, Japanese, Simplified Chinese, and Traditional Chinese.     The Demo is now updated with the new features for you to try out!
    • 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
  • 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..