1. Hello!

    First of all, welcome to MapleLegends! You are currently viewing the forums as a guest, so you can only view the first post of every topic. We highly recommend registering so you can be part of our community.

    By registering to our forums you can introduce yourself and make your first friends, talk in the shoutbox, contribute, and much more!

    This process only takes a few minutes and you can always decide to lurk even after!

    - MapleLegends Administration-
  2. Experiencing disconnecting after inserting your login info? Make sure you are on the latest MapleLegends version. The current latest version is found by clicking here.
    Dismiss Notice

Update Client Patch Notes: March 20, 2022

Discussion in 'Update Notes' started by Kimmy, Mar 19, 2022.

  1. Kimmy
    Online

    Kimmy Administrator Staff Member Administrator Game Moderator

    10,964
    10,991
    551
    Sep 9, 2014
    The Netherlands
    6:28 AM
    Moderator Post
    Welcome to the client patch notes of March 20, 2022.

    This patch is focused on features, client changes, as well as improvements. The Anniversary Patch which will be coming next will be focused on balance changes, skill changes, as well as changes towards the game itself.

    Do note this thread in particular is about the client changes.

    Client .ini related

    During this client patch, we've cleaned up quite a bit of features found in Legends.ini. They were either not working, or were not working correctly.

    The following settings have been removed:

    - Windowed: This setting was not working correctly on the Windows client. You can still toggle between windowed and full screen using alt + enter. Seeing nobody reported this, we rather just remove it instead of fixing it. MAC users can still make use of this feature in their Legends.ini.

    - RememberClosePos: This was not working at all. There was literally no code present at all.

    New additions to Legends.ini

    - ClickMode: This is a new addition that was implemented based on the feedback users provided to us when it came to clicking on NPCs.

    We are now giving users the options for 3 modes: Classic, Modern GMS-Like, and our own tweaks

    Classic: This is the double-clicking on NPC's that is present from beta until v0.67.

    Modern GMS-like: This is the single-clicking on NPC's that is present starting v0.67

    MapleLegends' tweaks: This is the method that was present in the previous patch: Single clicking NPC's as well as single-clicking on merchants.

    Due to users coming into our server being used to newer methods, the default will be 1: Modern GMS-like. If you prefer the classic double-clicking, you can change that inside the .ini.

    The "Double-click" graphic will be changed depending on the mode you've chosen automatically!

    - WhiteScrollPrompt: This allows you to turn on or off the extra confirmations you'll receive now when owning White Scrolls using Legendary Spirit, or by regular scrolling. It's NOT recommended to turn this off in any shape or form, and if you do turn it off you'll not be refunded if you make any mistakes that cause you to lose White Scrolls. However, the option is there for you to do so. More information on how this works later in the patch notes.

    -CloseGameConfirmation: This allows you to turn on or off the extra confirmations you'll receive now when attempting to close the game from the menu, alt F4, or pressing the X button. It's not recommended to turn this off if you are clumsy from time to time. More information on how this works later in the patch notes.

    Game client tweaks

    Game startup tweaks:

    We've made some behind the scene improvements that should improve the startup speed of the game client. It has shown improvements for everyone that has tested it, including myself. Hopefully, it will be better for you too!

    Shop NPC tweaks:

    When users are selling items they usually do so by double-clicking and pressing enter. Often, users pressed enter multiple times which would cause the shop NPC to close itself. Starting this patch the NPC window will no longer close by pressing enter, so you can sell items without constantly re-opening the NPC window. You can still exit the NPC shop interaction by pressing ESC or clicking "Exit" as normally.

    General tweaks:

    - /partyexpel <ign> is now a case-insensitive command
    - MonsterBook search is now case-insensitive (ex: red snail works)

    Quality of Life improvements

    - Up to 100 messages will now be stored in the chat history (up from 8)
    [​IMG]

    - Users will be prompted to confirm their White Scroll usage everytime they scroll from Legendary Spirit while owning a White Scroll
    [​IMG]

    This prompt is also still present while regular scrolling. A completely custom cancel button has been added as well, which is another extra layer to prevent mistakes. Previously users sometimes pressed "no" thinking it would cancel the scrolling.
    Note that pressing the Esc key in this confirmation prompt will cancel the scrolling, while pressing Enter will confirm the White Scroll usage.

    There's really not much more we can do than this when it comes to user mistakes. Please becareful what you do before scrolling your items.

    - Pressing Alt + F4, Quit Game or the X button now provides an additional confirmation:
    [​IMG]

    This prompt will only accept confirmation via the OK button clicking: pressing Esc or Enter will cancel the prompt.
    As mentioned earlier this can be disabled in the Legends.ini if not appreciated.

    We've personally tested the feature a lot and have been unable to find any problems with it. If you experience any problems please do let us know.

    - Searching for Prestigious Coins with Owl of Minerva now has an option to yield results for ALL available coin types.
    [​IMG]

    New client features

    - Implemented support for Couple t-shirts.

    Originally not supported by v0.62 and I believe any pre-bb version, couple t-shirts were added by GMS much later. Act very similar to couple rings, except they are t-shirts.

    Adding support for these was kinda painful. As a good tradition of things neckson implements, a lot of couple/friendship related were hardcoded. Basically, anything new outside of v0.62 will not work.

    Making the effect work was the first of the many layers. After that, we came into a problem where if you wore a ring AND a t-shirt, it would break again. Have you ever seen that error that appears if you try to equip a couple ring while already wearing one? Yes, that one. Seeing the t-shirt is a completely new ID, this error was not present. This also gave a nice answer to a question I had: Can you wear 2 couple rings without things breaking?

    The answer is: No. The effect would break, and neither ring nor t-shirt effect would pop up.

    So what we had to do is implement the error message that appears when trying to equip a second ring, and add it to the t-shirt. Then, we had to make sure the error pops up not only while having a t-shirt equipped, but also a ring. Sometimes adding a custom feature can be seen as very easy, but then you need to add all the edge cases which can suddenly make it take much longer. A similar case happened with this. But hey, it should be fully working now.

    If you've found out an edge case we've missed that break them, please let us know!

    [​IMG]

    - Implemented support for randomized chairs

    In the previous patch, we've implemented support for chairs that alter your character position as you sit on them.

    On this patch, we've decided to tackle another chair functionality from a later version: Chair randomization.

    Not used by many chairs, and in this patch, it will only be used for 1 chair so far, but the code is there now to support much more in future.

    What this does is each time you sit on a chair that supports this functionality, there's a % chance it will be x or y version of the chair, set in the data files of the chair.

    [​IMG]

    Note: for the time being, the third-person view of this Chair will have a different randomized version. This will be fixed in an upcoming patch.

    - Implemented support for dynamic quest requirements

    This is a really technical achievement, but you will see more about this during this event. Basically, we have much more freedom than before what we are able to do with client-based quests now.

    - Implemented support for new item tooltips (ex: Spikes on shoes)

    Time for some memes. In a much more early version than v0.62, Neckson added scrolls that implements warm support for capes as well as slippery prevention for shoes.

    The code functionality was present in the client, but the tooltip to display it was not, or not properly.

    In this patch, we had to add the tooltip functionality so it displays properly on items. This has been done successfully:
    [​IMG]

    By the way, while all the code is present for this, we are not 100% sure yet how we want to distribute those scrolls. More information on those hopefully sooner than later. :)

    - Implemented support for new Hair/Face ID caps

    We've upped this cap in the past from the default v0.62 client, but GMS is getting more and more hair and faces, and the cap was once again reached. We've upped it yet again, which means we can go even further now than ever before when it comes to hair and face IDs without having to change the numbers around

    - Implemented support for custom Fonts and Font colours

    For this patch, we've implemented support for custom fonts and font colours. Normally, MapleStory has a few specific colours for NPC chats, green, purple, blue, and red. With this modification, we are able to add way more colours at any point in time, without the need to replace any existing ones. We've used a few already for this event! :)

    We hope you'll enjoy all those client changes! The other changes will be mentioned in the other patch notes thread, for the server-sided changes.

    Thank you.
     
    • Great Work Great Work x 23
    • Like Like x 5
    • Agree Agree x 1
    • Friendly Friendly x 1
  2. tunafish
    Offline

    tunafish Slime

    21
    6
    25
    Aug 2, 2021
    6:28 AM
    Marksman
    12k for pouch 5 let's go
     
    • Like Like x 1
    • Agree Agree x 1
  3. Chris
    Offline

    Chris Zakum Retired Staff

    1,715
    6,679
    521
    Jan 18, 2016
    Maple Island
    12:28 AM
    Christopher
    Islander
    Southperry
    You can hold Y and double click, no spamming enter needed. OnionCrazy
     
    • Informative Informative x 1
  4. OP
    OP
    Kimmy
    Online

    Kimmy Administrator Staff Member Administrator Game Moderator

    10,964
    10,991
    551
    Sep 9, 2014
    The Netherlands
    6:28 AM
    Moderator Post
    oh, right! There's one thing I forgot to mention

    upload_2022-3-20_0-22-18.png

    These messages have been re-enabled, but no longer tells you to take a break after 3 hours. We'll see how it sits with people before doing anything with them, but some people requested us to bring it back after I removed it many years ago.

    They are completely re-enabled for at least this patch period.
     
    • Like Like x 5
    • Friendly Friendly x 3
    • Agree Agree x 1
    • Great Work Great Work x 1
  5. Krisspy
    Offline

    Krisspy Project Coordinator Staff Member Project Coordinator

    51
    10
    65
    Mar 10, 2021
    Female
    10:28 PM
    Krissybear
    Bishop
    184
    Looks good so far! Thank you staff for your hard work!! Foxpat
     
  6. Alexander11
    Offline

    Alexander11 Blue Snail

    2
    0
    2
    Feb 27, 2022
    Male
    2:28 PM
    Comdom
    F/P Wizard
    50
    Fruity
    Yas QUEEN great chnages xx
     
  7. ryanlights
    Offline

    ryanlights Windraider

    428
    59
    296
    Jan 2, 2021
    Male
    Toronto, Canada
    12:28 AM
    Dark Knight, Bowmaster
    200
    Prestigious
    upload_2022-3-19_20-5-20.png

    IMO, just add it to like El Nath store NPC or Aqua Road.
     
    • Like Like x 2
  8. ryanlights
    Offline

    ryanlights Windraider

    428
    59
    296
    Jan 2, 2021
    Male
    Toronto, Canada
    12:28 AM
    Dark Knight, Bowmaster
    200
    Prestigious
    upload_2022-3-19_20-7-41.png

    Is custom font SIZES possible? Specifically bigger font size. It hurts my eyes to see the game in such a small font, would be a nice accessibility change.
     
    • Like Like x 2
  9. zswitch
    Offline

    zswitch Slime

    20
    3
    35
    Jun 2, 2021
    Male
    6:28 AM
    zswitch
    Dark Knight
    200
    Is it possible run ml on mbp m1 pro/max?
     
    • Agree Agree x 2
    • Disagree Disagree x 1
  10. Soblet
    Offline

    Soblet Zakum

    1,374
    1,348
    491
    Sep 14, 2015
    6:28 AM
    Soblet
    Bandit
    200
    Pasta
    I think they dropped from mobs in El Nath when they were first introduced and they could later also be crafted with the ''maker'' skill.

    Would be cool to have them drop from at Nath as those maps are currently mostly unused. Maybe a small drop chance for the Y&P and dark Y&P and a slightly higher drop chance for werewolves and lycans. Gives an opportunity for people to hunt rare scrolls for mesos.
     
    • Agree Agree x 4
    • Creative Creative x 1
  11. creative
    Offline

    creative Mr. Anchor

    285
    2,435
    316
    Nov 2, 2019
    Male
    12:28 AM
    Love these changes!
     
    • Agree Agree x 1
  12. Signature
    Offline

    Signature Stone Golem

    126
    52
    140
    Apr 29, 2015
    Male
    Sweden
    6:28 AM
    Flamous
    Bishop
    185
    Love this! Could it be possible to have it toggleable in a .ini file? Possibly even adding the "You should take a break" as an option for the ultimate nostalgia Foxpat
     
    • Like Like x 1
  13. Toon
    Offline

    Toon Capt. Latanica

    308
    201
    278
    May 22, 2020
    Male
    Rio de Janeiro, Brazil
    1:28 AM
    Toon
    Marksman
    200
    Pasta
    No slip scroll bait
     
    • Agree Agree x 1
  14. RushOne
    Offline

    RushOne Blue Snail

    3
    0
    7
    Mar 6, 2022
    Male
    11:28 PM
    BasicSin
    Assassin
    41
  15. Drayen
    Offline

    Drayen Mushmom

    51
    22
    60
    Mar 13, 2020
    Male
    coom dungeon
    5:28 AM
    Priest
    90
    The scroll changes are really cool!

    Warm support (or maybe reduction) could become meaningful if some popular places were so cold that it would be barely unplayable not to wear them.
    Maybe heat support too? El Nath in general seems the perfect spot for this, since it has Zakum and 3rd Job.
    It would also be dope to have a scroll that lets you slip anywhere, but that's probably impossible to add.
     
    • Disagree Disagree x 1
  16. Camazotz
    Offline

    Camazotz Pink Teddy

    79
    33
    86
    Sep 27, 2020
    Male
    12:28 AM
    Camazotz, AoKuang, Heimdallr
    Dark Knight, Marksman, Shadower
    180
    Caffeine
    lol
     
  17. boldaslove
    Offline

    boldaslove Dark Stone Golem

    145
    36
    151
    Jul 19, 2015
    12:28 AM
    BoldAsLove
    I/L Wizard
    Synergy
    Seems like a patch that adds to the present and makes some changes with the future in mind too so that's pretty cool!
     
  18. Thuglifer
    Offline

    Thuglifer Capt. Latanica

    340
    88
    273
    Sep 1, 2021
    Male
    12:28 PM
    Beginner
    finally... saw a suggestion for this somewhere as well
     
  19. Ainz
    Offline

    Ainz Zakum

    1,680
    1,088
    490
    May 2, 2015
    Male
    Netherlands
    6:28 AM
    So many I keep forgetting
    0
    Doesn't work for items that bring up a prompt how many you wanna sell :(
     
  20. Han6er
    Offline

    Han6er Snail

    1
    0
    10
    Mar 16, 2022
    12:28 PM
    Beginner
    thanks for great job!!
    emm..need [Find NPC] button in quest site ...
    (i mean need like v083's quest system)
     

Share This Page