Jump to content

Jxxkub

Nitro Booster
  • Posts

    31
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Jxxkub

  1. 21 minutes ago, Mahtox said:

    Then the concept is just wrong.

    Price does not always mean currency but time for example. How long it will take for you to open the server. Only after you can you profit from it. To know this, if you choose a paid solution, you get your income faster. Hope you now understand.

    But this isnt paid?

    Thats why you have to add everything yourself?

    Are you actually dumb or you playin?

    The concept is more than correct, you just dont understand it lol

    • Love 1
  2. 1 hour ago, narcisxb said:
    1007 22:38:00430 :: Traceback (most recent call last):
    
    1007 22:38:00430 ::   File "introLogo.py", line 60, in OnUpdate
    
    1007 22:38:00430 ::   File "networkModule.py", line 177, in SetLoginPhase
    
    1007 22:38:00430 ::   File "system.py", line 130, in __pack_import
    
    1007 22:38:00430 ::   File "system.py", line 110, in _process_result
    
    1007 22:38:00430 ::   File "introLogin.py", line 19, in <module>
    
    1007 22:38:00431 ::   File "system.py", line 130, in __pack_import
    
    1007 22:38:00431 ::   File "system.py", line 110, in _process_result
    
    1007 22:38:00431 ::   File "uiSelectCredentials.py", line 5, in <module>
    
    1007 22:38:00431 ::   File "system.py", line 130, in __pack_import
    
    1007 22:38:00431 ::   File "system.py", line 110, in _process_result
    
    1007 22:38:00431 ::   File "intrologin.py", line 23, in <module>
    
    1007 22:38:00432 ::   File "system.py", line 137, in __pack_import
    
    1007 22:38:00432 :: ImportError
    1007 22:38:00432 :: : 
    1007 22:38:00432 :: Bad magic number in C:\xxx\xxx\xxx\xxx\Client & Serverfiles xxx _ xxx\Client\lib\string.pyc

    Any ideea why I m getting this error? I ve got python2.7. 

    Do you have the string lib for this version by any chance? xD

    I do (you can actually get it by downloading python 2.7 from official python website, then going to ~\python27\lib\string.pyc)

    This is the hidden content, please

    lemme know if i should add virustotal, i dont think its neccessary cause its just one file.

    • Metin2 Dev 20
    • Eyes 1
    • Good 4
    • Love 1
    • Love 4
  3. For quickslots, if you pressed SHIFT + 1 (default quickslot keybind) it would go to the second slot, not the first.
    a simple fix for this:
    PythonPlayerInputKeyboard.cpp

    case KEY_SLOT_CHANGE_1: SetQuickPage(1); break;
    case KEY_SLOT_CHANGE_2: SetQuickPage(2); break;
    case KEY_SLOT_CHANGE_3: SetQuickPage(3); break;
    case KEY_SLOT_CHANGE_4: SetQuickPage(4); break;

    Change to:

    case KEY_SLOT_CHANGE_1: SetQuickPage(0); break;
    case KEY_SLOT_CHANGE_2: SetQuickPage(1); break;
    case KEY_SLOT_CHANGE_3: SetQuickPage(2); break;
    case KEY_SLOT_CHANGE_4: SetQuickPage(3); break;
    • Good 1
  4. 30 minutes ago, TMP4 said:

    Hello, EXCHANGE_TITLE already fixed in 2021.08.01 update.

    2021.08.01: - Fixed some translate.lua lines (cz, tr) and removed all unnecessary starting spaces from 
                  every translate.lua in which it had. (Example: " something" --> "something")
                - Fixed Channel4's port numbers in serverside CONFIG files.
                - Fixed some EXCHANGE_TITLE in some locale_game.txt what blocked the trade window opening.

    You may using older version, please check Changelog.txt in my mega drive to find out more chages/fixes because there are some 😉

    About the config.exe yes it sometimes works weird in windows10, common issue with Metin2's config.exe but we don't have source for that. You can take a newer version: 

    This is the hidden content, please
     but sometimes that works weird too so I included the original version. Btw when I run as administrator it always works fine for me.

    Right the newer config seems to be working fine right now, I'll keep updating if it breaks somehow again
    Thought I read all the updates, clearly not, my bad 😅


    Possible to get an english translation of the config.ini file? If not, i'll just translate it manually

    • Metin2 Dev 2
    • Eyes 1
    • Good 1
  5. 1) Testing the files and the exchange window did not work, a simply fix for polish locale files (dont know if it happens on any other locales.)

    EXCHANGE_TITLE	Handluj z %s (%d)

    Change to

    EXCHANGE_TITLE	Handluj z %s

    2) I dont know if my client is broken, but using the config.exe im able to change from 1920x1080 to 800x600
    but changing from 800x600 to 1920x1080 does not work. (changing from the metin2.cfg file works.)
    Its weird, because when i change the resolution to 1680x1050(for example) and then change it back to 1920x1080 the window looks like its back at 800x600.

  6. 1 hour ago, Hik said:

    I believe it is not possible to change kingdoms when in a guild.

    You're correct
    but i believe his problem is that it doesn't check all the characters within the account, so if one character (name him char1) has a guild, and the other character (name him char2) doesn't, It wouldn't allow char1 to not change kingdom, but char2 would be able to change kingdom while char1 maintains his guild

    if that makes sense?

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