Announcement

Collapse
No announcement yet.

เทียบเชิญสาวกลินเนจ2

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • เทียบเชิญสาวกลินเนจ2


    -RateXp = 20.
    -RateSp = 35.
    -RatePartyXp = 2.
    -RateDropAdena = 100.
    -RateDropItems = 7.
    -RateDropSpoil = 20.
    -RateDropManor = 10
    -RateDropQuest = 10.
    -RateQuestsRewardExpSp = 10.
    -RateQuestsRewardAdena = 10.

    -EnchantMaxWeapon = 50
    -EnchantMaxArmor = 50
    -EnchantMaxJewelry = 50
    # Safe till
    -EnchantSafeMax = 10

  • #2
    ดัน

    Comment


    • #3
      เล่นอยู่เหมือนกัน มันดี ครับ ดันๆ

      แก้ไขหน่อย

      XP *15 เองเน้อ :P

      Comment


      • #4
        Update Rev 7814 to 7840


        - Cooltime values are not used.
        - It's this way and only this way in retail
        (auto-replace, so please change missed ones and bear this in mind)
        - Autopatching all skills 4000-9000
        - Removed/Corrected wrong coolTime. Cool time is essential
        so that NPCs would not have visual glitches
        - Added interruptTime. All skills that do not explicitly specify an
        interrupt time are calculated core-side, with max interrupt time being 500 ms.
        As you correctly remember, you can interrupt NPC skills easily;
        without the earlier used "half cast time" rule.
        - Autopatching all leftover implemented skills
        - Fix for Siege Flags
        - Partial fix for http://www.l2jfree.com/index.php?topic=7830.0
        - NPE fix for previous commit
        - Wyvern flying fix (seems isAttackingDisabled has nothing to do with player AI's state)
        - Minor BDS fix until full info is known
        - Skill learn dialog should be closed when there are no more skills to learn.
        - Implementing Special skill learn
        - Fix issue 1614 (learn collection skill)
        - Retail hitTime when using item to learn it
        - Rok's HP from L2WH
        - Raid Boss Rok (83): stats, skills, spawn
        - Fix issue 1602 (anais stats & drop)
        - Generated NPC skills
        - Fix issue 1617 (elemental ores)
        - ItemHandler validation
        - NPE and memory leak fix
        - Rough ore ID typos
        - Fix for http://www.l2jfree.com/index.php?topic=7518.0
        - Fix for http://www.l2jfree.com/index.php?topic=7933.0
        - Fix for http://www.l2jfree.com/index.php?topic=7932.0
        - DP side for rough elemental ores
        - Our npcskills.sql was missing a few syncs I think...
        Replaced the whole non L2jFree addon with latest gracia final l2j npcskills
        - These skills are AI handled (surely more, but that's what I found for now)
        - What the Hell were those stats???
        - fix for overlapping names
        - Removing skills that do not exist in Gracia Final 2009-10-25 (last update before Epilogue) client
        - Fixed Santa Claus' Themis Tongue, Sirra's Blade and Eclair Bijou conversion
        - Some basic skills implemented (but the actual use is not done)
        - Sorry, but never saw on Teon that mobs have enchanted weapons. Added config for it!

        Comment


        • #5
          ได้ไหมเนี้ย dt อิๆๆ

          Comment


          • #6
            เคยเห็นกระทู้อยู่อัน1ของผู้หญิงแนะนำ

            Comment


            • #7
              Update Rev 7840 to 7850

              - GSR
              - Restring automatically upon OutOfMemoryError
              - cleanup/rework/sync vol 1.
              - don't use this on live yet
              - removed UDP support
              - additional configs
              - generics
              - Fix for http://www.l2jfree-users.com/l2jfree...ist/0/559.page
              - More raid boss skills & stats
              - support for MAX_SEND_BYTE_PER_PASS, MAX_WRITE_PER_PASS and MAX_WRITE_BYTE_PER_PASS
              - consistent buffer size
              - disabling write interest on closeNow(), and close(SP)
              - Fix a NPE that happens when receiving a fake CharacterCreate packet
              - Fix Dwarf & Orc spawn points

              Comment


              • #8
                Update Rev 7850 to 7859


                - /trunk/l2j-mmocore
                * setting minimum buffer size to 64K (so every packet will fit in -> unsigned short maximum = 0xFFFF = 65535 = 64K - 1)
                * instead of skipping the sleep, and restarting the selection, do the read/write at once
                * read loop breaks upon
                * IOException
                * EOS
                * complete read (from channel to buffer -> the channel is empty -> we have nothing to read)
                * it has reached a config limit (MAX_READ_PER_PASS, MAX_READ_BYTE_PER_PASS)
                - write loop breaks upon
                * IOException
                * incomplete write (from buffer to channel -> the channel is full -> we can't write more)
                * complete write (empty buffer, empty send queue, no pending write buffer -> we have nothing to write)
                * it has reached a config limit (MAX_SEND_PER_PASS, MAX_SEND_BYTE_PER_PASS)
                * mmocore related
                * some random changes
                * flood protection is coming soon
                - Import organization

                Comment


                • #9
                  Update Rev 7859 to 7862

                  - Fix for http://www.l2jfree.com/index.php?topic=7948.0
                  - A new sub boss & skills, the spawn is in a dungeon underwater near dwarven lands (not done)
                  - Clan gate fix
                  - Castle magician fix
                  - No need to call removeObject after decaying (for npcs)

                  Comment


                  • #10
                    Update Rev 7862 to 7875

                    - Fix for http://www.l2jfree.com/index.php?topic=7948.0
                    - A new sub boss & skills, the spawn is in a dungeon underwater near dwarven lands (not done)
                    - Clan gate fix
                    - Castle magician fix
                    - No need to call removeObject after decaying (for npcs)
                    - Admin elemental enchant fix
                    - Instance/Multiverse cleanup
                    - Elemental enchant max value is 600
                    - Skill validation fix
                    - tiny fix for prev commit
                    - GSR

                    Comment


                    • #11
                      อยากเล่นแต่ขี้เกียจโหลดตัวเกมส์แล้ว -*-

                      Comment


                      • #12
                        คน ออนไลน์ ประมาณเท่าไหร่อ่ะครับ โดยเฉลี่ย

                        Comment


                        • #13
                          Update Rev 7875 to 7892

                          - fix for ArrayIndexOutOfBoundsException
                          - Packet structure updates with explanation
                          - Fix for http://www.l2jfree.com/index.php?topic=7955.0
                          - GSR
                          - No logging for often sent, though not fully known packets
                          - Again... Forgot to remove...
                          - Two more packets reviewed
                          - Since we remove 'Packet' from most server packets, we have a situation
                          of having ConfirmDlg both at CP and SP, so applied a workaround
                          - More client packets revised
                          - Missing XML side for some skill enchants
                          - fix for queries
                          - Fix for http://www.l2jfree.com/index.php?topic=7963.0
                          - Enuma Elish enchant fix

                          Comment


                          • #14
                            Update Rev 7892 to 7901

                            - No more warnings for UseItem and RequestEnchantItem
                            - Long overdue implementation of raidboss petrification resistance (passive gm skill)
                            - Fix for http://www.l2jfree.com/index.php?top...46269#msg46269
                            - GSR
                            - Calculating enchanted magic levels on server side during loading
                            (no need to specify it in the skill XMLs)
                            - skill validation
                            - warning cleanup
                            - AuthLogin warning removal
                            - SpawnTable shouldn't be loaded indirectly
                            - Some other packets
                            - Fix for http://www.l2jfree.com/index.php?topic=7978.0
                            - Fix for http://www.l2jfree.com/index.php?topic=7973.0
                            - operateType set to OP_PASSIVE

                            Comment


                            • #15
                              Update Rev 7901 to 7914

                              - GSR
                              - fix for funevents
                              - Fix bug skill reuse time
                              - Fix skill_spellbooks.sql
                              - Fix for http://www.l2jfree-users.com/l2jfree.../list/566.page
                              - Some new packets
                              - support for "merged" logs (to reduce console spam upon attack)
                              - purging old, useless entries from flood manager
                              - allocating as small array as possible for flood manager entries to decrease memory usage

                              Comment

                              Working...
                              X