Jump to content

Recommended Posts

Posted

We are waiting for a global update 2010.11 and the number is not known

 

lwLXc.jpg

 

iHuwz.jpg

 

40T1x.jpg

 

m5gAM.jpg

 

I liked it so that la2 finally it will be possible to jump. New textures of characters, some of them. new animation skills and combat systems. Reworked textures of the old locations, mobs, etc.

 

Video Below

 

 

 

Description:

 

1. Sistem Changes

 

ODagq.jpg

 

Olympiad

1.Izmeneniya in battle, during the week players will be able to hold 60 fights during non-class competitions instead of 30

- During the week players will be able to hold 10 fights in a class competition instead of 30

- To participate in the battles 3x3 required 6 teams

2.Izmeneniya weapons Infinity Spear

- Increased the likelihood of reflections

- Reduced the number of buffs removed

3.Predmety

- Reduced cost in the Olympiad tokens subject of the book for 24 baffslot: 450000 -> 90000

4.Caravaners Remedy no longer works at the stadium

Other changes

1.For 80 + characters changed situation Separate Spirits, available through the teleport

2.Remove resistance Benom, if he is removed from the area of habitat

 

2.Klassy

 

3.Predmety

 

vkZjk.jpg

 

1.Dobavlena new epic Jewellery

- The list of loot RB Daydream Zaken (83) added Immortal Zaken Earring

- Jewellery is the top version of Zaken Earring

- Jewellery has the following stats

Grade: S84

Mdef: 94

Effects: MP +37, Bleeding resistance +30%, Bleed attack +30%, Heal +15%, Vampiric rage effect, +30% resistance shock / mental attack, shock / mental attack +30%, +15 dark resistance

2.Dobavleny new raincoats

- A list of some of the loot of monsters added 3 new types of raincoats

- Special NPC in the Rune and Aden can print them

- Exchange / trade are possible only in a sealed condition

- Raincoats have the following characteristics:

Zaken cloak

 

J0sfd.jpg

 

Grade: S80

Receiving: Drop Daydream Zaken (83), the quest Sape Embroidered Soul-1

Skill: Zaken Call (teleport to the dungeon Zaken). Roll back 30 minutes

Freya Soul Cloak

 

o8Os4.jpg

 

Grade: S84

Receiving: Drop Freya, the quest Sape Embroidered Soul-2

Skill: Freya Call (teleport to the dungeon Freya). Roll back 30 minutes

Frintezza Cloak

 

vWVfU.jpg

 

Grade: S80

Receiving: Drop Frintezza, quest Sape Embroidered Soul-3

Skill: Frintezza Call (teleport to the dungeon Frintessa). Roll back 30 minutes

3.Lyuksor

- Added ability to purchase alternate items for crystals

- Added Bijouterie B, A Gereida

4.Mamony and blacksmiths

- Mamon can exchange the equivalent of weapons And Gereida (except arms Kamael)

- Blacksmith in any city can print / seal armor and jewelry And Gereida

- Any smith in any city can work with CA B grade weapons, print / seal armor B Gereida (gloves and boots), the removal of the augmentation

5.Inye changes

- For the convenience of the players change icons Forgotten Scrolls gradation type: knight / fighter / mage

- All Premet affecting the vitality of the character adds the ability to instant use. During the attack reduced chance of removing these buffs

- Fixed bug with wrong display of passive skills Freya Necklace, Blessed Freya Necklace

- Fixed inability to use the life-stone 46,55 of the arms S84

- Fixed descriptions Vesper Shaper - Haste (PVP)

- Fixed wrong map Icarus Hand in hand with character Elf Male dressed Moirai Gauntlet

- Ispralveny error display armor under his cloak

- Reduced consumption MP bows while using conventional attack

No-Grade: 1-3> 1

D-grade: 4-6> 2

C-grade: 7-8> 3

B-grade: 9> 4

A-grade: 10> 5

S-grade: 11-12> 6

- Rapier and Crossbow changed following probabilities of Crete:

Vesper pincher: 128> 131

Vesper Sheutjeh: 128> 133

Gemtail Rapier: 137> 134

-blocked- Crossbow: 137> 139

Heavenstare Rapier: 137> 134

Thorne Crossbow: 137> 139

- Treasure chest of Hero allows you to get Dynasty Set

 

4.Kvesty

 

5.Drugoe

 

1.Inventar:

- Improved sorting order of items in the inventory:

Money-> Weapons-> Armor-> Jewellery-> chunks-> potions-> Boom-> recipe-> other items

 

YSUTh.jpg

 

2.Okno death is modified as follows:

- Before: issued a list of fixed positions for a revival

- Now: a list of forms in order of decreasing% resurrection

3.Use MSN Messenger chat is added to the friend list

4.B filter option added lock display messages from SPC

 

Posted

who gives a fack about l2 now? Welcome to StarWars!

i like the login screen tho >.>

 

everything else.. sucks ass >.> ncsoft screwed up bad

Posted

same here even if l2 doesnt attract me anymore it looks nice.

 

Btw love the login screen <3

 

The music is the same with C1 login screen, that's good ;)

 

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

    • First, don't really follow the "main voice", moreover if you consider it an hobby. Simply do what you want, you got only one life so use it as you want. If you make it an hobby, it's exactly like piano, or velo - only practice makes you better.   Secondly, how do you learn things ? It's actually a really important question, since some can simply be scholar, read books (theory) then practice ; and some simply can't read books. I'm the second type, I hated school, I find it boring - my knowledge in Java comes from try-and-fail. You improve your coding style every year or so, I can myself rewrite my own code (which I already considered top-notched) after a while. You always learn something new - even if Java barely evolves. L2J is a fun way to learn programming, it's a giant sandbox where you can edit anything, and I believe it should be taken as it.   My own way of learning was as follow : Add existing customs, no matter what they are : the point is to know main classes used by L2J / customs. L2J is barely Java knowledge ; the true knowledge is to know WHAT to search in WHICH location (what I call, organization). You have to understand than EVERYTHING you think already exists, in a form on another, in the source code. A custom is only the association of the different mechanisms you found "here and there", glued together in a proper goal. Once you know main classes to edit, and the customs you added are compiling fine, the main point is to know WHAT exactly you DID. Try to understand WHY and WHERE you actually copied the code. Third point would be to MANIPULATE the customs you added in order to fit your wish. First edit little values, then logic conditions ; eventually add a new Config, or a new functionality to the custom. Fourth point would be to begin to craft your own ideas. Once again, EVERYTHING already exists, in a form or another. You want a cycled event ? You got Seven Signs main task as exemple. Npc ? Search any type of Npc and figure out what it does. Fifth point would be to understand Java - mostly containers (WHAT and WHERE to use them), variables types and main Java mechanisms (inheritance, static modifier, etc). You should also begin to cut your code into maintainable classes or methods. Java can actually run without optimization, but bigger your ideas, more optimized and well-thought it should be. It's direct saved time in the future, and you would thank yourself doing so. Main tips : ALWAYS use any type of versioning system - GIT or SVN. It allows to save your work, step by step and eventually revert back anytime you want if you terribly messed up. L2J is 80% organization knowledge, and 20% Java knowledge. Basically, if you know WHAT and WHERE to search, if you aren't dumb, it's easy to replicate and re-use things. Cherry on top is to use a already good coded pack to avoid copy-paste crap and get bad habits. Avoid any type of russian or brazilian packs, for exemple - their best ability is to leak someone's else code. Obviously you need some default sense of logic, but Java and programming in general help you to improve it.   Finally, most of your questions could be solved joining related Discord (at least for aCis, I can't speak for others) - from the moment your question was correctly asked (and you seemed to search for the answer). My community (and myself) welcomes newbies, but got some issues with noobies.   The simpliest is to try, fail and repeat until you succeed - it sounds stupid, but that's basically how life works.   PS : about Java ressources, before ChatGPT, it was mostly about stackoverflow website, and site like Baeldung's one. With ChatGPT and alike, you generally double-cross AI output to avoid fucked up answers. Also, care about AI, they are often hallucinating really hard, even today. They can give you complete wrong answer, you tell them they are wrong, and they say "indeed, I suck, sorry - here's a new fucked up answer". You shouldn't 100% rely over AI answer, even if that can give sometimes legit answers, full code or just skeletons of ideas.   PPS : I don't think there are reliable ressources regarding L2J itself, also most of the proposed code decays pretty fast if the source code is actually maintained (at least for aCis). Still, old coded customs for old aCis sources are actually a good beginner challenge to apply on latest source.
    • WTS: - AQ - Baium - Zaken  - Frintezza - Vesper Fighter Focus Fire Element   pm for detalis
    • We have the best price! L2Reborn.org Signature x1 Franz NEW!! 1KK = $20 HURRY TO BUY AT THE TOP PRICE discord - adver745645
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock