Jump to content

metin2team

Inactive Member
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Posts posted by metin2team

  1. M2 Download Center

    This is the hidden content, please
    ( Internal )

    This is the visual studio code extension for metin2 quests:

     

    it's based on these things:

    * https://github.com/simonvizzini/vscode-factorio-lua-api-autocomplete
    * https://github.com/dcr30/vscode-lualinter
    * https://martysama0134.github.io/m2-docs/luafunc.html

    special thanks: @martysama0134 for the detailed documentations.

     

    Known issues: 

    defines like: define VAR x (are not allowed)

     

    [0.0.2]
    * Added support for quest as a separate language.
    * Added lua syntax checker from lualinter.
    * Fixed quest syntax checker will check both lua and quest.

     

    [0.0.3] - 2019-09-25
    * Minor fixes.

    [0.0.4] -2019-09-26
    * Added functions parameters support. https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif
    * Added the extension to VS Code MarketPlace.

     

    https://marketplace.visualstudio.com/items?itemName=Metin2Team.m2questsupport

     

    • Metin2 Dev 29
    • Eyes 1
    • Good 8
    • Love 2
    • Love 31
  2. 7 hours ago, genezis said:

    DWORD's limit = 255..
    
    Change DWORD to int. 

    255 is byte's max value.

    05ff4e0608.png

    https://docs.microsoft.com/en-us/windows/desktop/WinProg/windows-data-types

    On 8/16/2017 at 1:05 PM, kordel33 said:

    I have bug with 6th slot ?

    this is a general word, you have to be more specific.

     

     

    • Love 1
  3. 17 hours ago, tierrilopes said:

    Making them serverside only means you will self dos your db, i dont think thats something you want. 

    actually there's no dos at all, why?

    because when the db loads the tables from an csv file or a mysql table it will be cached and sent to game cores whenever a core starts.

    Sending that to the client will use the game ones not even the database ones.

    You reload the db ones when you execute the command "reload p"

    • Love 1
×
×
  • 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.