Jump to content

Gurgarath

Forum Moderator
  • Posts

    341
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    100%

Community Answers

  1. Gurgarath's post in Error ISO C++17 does not allow 'register' storage class specifier [-Wregister] after gmake gcc12 was marked as the answer   
    Hi, just remove "register"
  2. Gurgarath's post in Lycan sync tree bug was marked as the answer   
    To be fair, I had the exact same bug and I postponed the fix for months because it was a low importance bug so far, but your post interested me. In hindsight I decided to work on it because this didn't fix it for me (I also had no syserr, but I was experiencing the same bug with mounts).
    This kind of bug is easy to track, just do /state while running with a mount, if the mount has the bug, the coordinates won't be refreshed, which will postpone the loading of the chunks until the server finally catch up and decides to sent the move packet and the refreshing of the chunks.
    Usually, it can happen when the server cannot process something, for players, monsters and NPC it is the data folder that is responsible for dealing with that. It will use the duration and the accumulation of an animation to try to replicate as much as it can where a mob should be and when it should be there. If there is no data or if the data is incorrect, you will have many issues (including but not limited to):
    False flagged as a cheater / speedhacker Monsters will load with a slight delay (instead of loading in front of you they will load behind you) or won't load at all You will receive damages from monsters far behind because the server thinks you are immobile The server will think a monster has caught up with you while it hasn't and vice-versa To fix it, you just have to add the "folder" in the mob_proto of every mount having the issue. Long story short, some mounts won't have a "folder" field in your mob_proto.txt, which will result in them not having a data folder and triggering the aforementioned scenario. In my case, the Manny (20246/20247) was having the issue, so I just added "christmas_2016_mammoth" to the "folder" field in mob_proto.txt, made sure I had it in "share/data/monster" and voilà. It fixed the issue completely.
    To easily know the folder, just check in NPClist and make sure it is a folder and not a "subfolder".  A subfolder in npc_list.txt is working like this:
    #0 #SUBFOLDER #FOLDER <- (This one should be added into mob_proto.txt) 0 christmas_2016_mammoth_01 christmas_2016_mammoth  
  3. Gurgarath's post in Resolution change was marked as the answer   
    Hello, are you using by any chance a laptop, or a small screen with increased scaling on Windows?
    I do have the exact same issue in windowed mode because I use a 125% scaling. Which makes the windowed game have a lower resolution. If I crank it up, it will go outside of the border, exactly like you. Basically, remove the scaling on Windows or play in fullscreen and it will work fine.
    I think enabling DPI awareness on the client would fix this issue. I didn't try because this is fixing the issue when I put a bigger resolution than the one usable:
     
  4. Gurgarath's post in How to make all items dropable/sellable? was marked as the answer   
    Hello,
    It has to do with Anti-Flags. On the item_proto, you will have ANTI_SELL, ANTI_MYSHOP, things like this. You just have to remove them to make all item "shop-able" and "private shop-able".
  5. Gurgarath's post in Need help with 6th and 7th bonus was marked as the answer   
  6. Gurgarath's post in Dragon Roar (target) was marked as the answer   
    Hello,
     
    This is what you're looking for
     
     
  7. Gurgarath's post in [Metin2.us] Watery Cavern was marked as the answer   
    Hey!
     
    I completely forgot that Metin2.us has disabled all kind of lightning effect from this map! Thank you for remembering me, however, I don't know if it is near intentional or not, all effects are greyed out, hence the "bland" color of the watery cave.
     

     
    You should find everything you need in this pack :
    This is the hidden content, please Sign In or Sign Up  
    Greetings
  8. Gurgarath's post in Changing texture path gr2 was marked as the answer   
    Hi,
     
    You can use granny preprocessor or a tool that's probably on here, but I suggest granny preprocessor.
  9. Gurgarath's post in Help me, unpack! was marked as the answer   
  10. Gurgarath's post in NAVICAT remove table was marked as the answer   
    https://metin2.download/picture/bVUvAQGUtosJMwagslJ61P4i1olHd6Gs/.png
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.