Jump to content

Petrezselyem

Member
  • Posts

    23
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Petrezselyem

  1. Hello DEVs,

    I'm looking for a brave adventurer to search thorugh their "Lib" directory looking for libmysqlclient.so.18.
    I cannot find any repositories, or rpms to find that Lib, so if you feel a little bit helpful for my last thing to do for finishing a whole project,
    feel free to comment here.

    Thank you,
    Best regards.

  2. 1 hour ago, [007]DawisHU said:
      Reveal hidden contents

    Patcher:

      Reveal hidden contents

                        ProcessStartInfo startInfo = new ProcessStartInfo();
                        startInfo.FileName = "SCRMT2.exe";
                        startInfo.Arguments = "--2117002";
                        Process.Start(startInfo);

    Client:
    Uncomment if (strstr (lpcmdline)) ............


     

    Sok sikert // Good luck 🙂 

    Where should I write this?

  3. Hi. 

    Where can I set to my game to have a max % of possible defense against warrior, ninja... etc?
    I think players can bonus their equipment to have over 100% defense against, for example a shaman, but I want to
    fix this value to 75%.
    So even if someone has 8x5 (from 6-7) + 18 (from DS) + 20 (from shield) + lvl 90-accesories (like Ruby Neklace...etc) + 10 (from bio quests) + 8 (from belt) ... etc, the game only count to 75% and doesn't give players higher defense over 75%. 

    Summary: Even If your defense bonus is equal to 108 for example, the game does not let it over 75%.

    I hope somebody coould help.

  4. Hi. I can't outrun this message, because my client just doesn't want to load an image. What can/what should I do to fix it?
    A re-open of the pic, and hitting ctrl+s to make it newer doesn't helped. That's why I'm asking it.

    The message: 

     

    0305 17:54:24369 :: ui:2815: RuntimeWarning: tp_compare didn't return -1 or -2 for exception

    0305 17:54:24371 :: 
    uiInventory.py(line:295) __LoadWindow
    ui.py(line:2808) LoadScriptFile
    ui.py(line:2998) LoadChildren
    ui.py(line:2998) LoadChildren
    ui.py(line:2815) LoadChildren

    InventoryWindow.LoadWindow.LoadObject - <type 'exceptions.RuntimeError'>:Failed to load image (filename: d:/ymir work/ui/pattern/titlebar_inv_refresh_baseframe.tga)

    0305 17:54:24371 :: ============================================================================================================
    0305 17:54:24371 :: Abort!!!!



    Spoiler

  5. Hello. I have a big-big problem in compiling src.

    My server is on VPS, so on, my Putty sends me back this:

    On gmake -j9

    compile BattleArena.cpp
    gmake: clang++-devel: No such file or directory
    compile FSM.cpp
    gmake: *** [Makefile:119: OBJDIR/BattleArena.o] Error 127
    gmake: *** Waiting for unfinished jobs....
    gmake: clang++-devel: No such file or directory
    gmake: *** [Makefile:119: OBJDIR/FSM.o] Error 127
    compile MarkConvert.cpp
    gmake: clang++-devel: No such file or directory
    gmake: *** [Makefile:119: OBJDIR/MarkConvert.o] Error 127

    on gamedep

    gmake: *** [Makefile:140: dep] Error 127

    on db compiling

    compile Config.cpp
    gmake: clang++-devel: No such file or directory
    gmake: *** [Makefile:62: .obj/Config.o] Error 127
    gmake: *** Waiting for unfinished jobs....
    compile NetBase.cpp
    gmake: clang++-devel: No such file or directory
    gmake: *** [Makefile:62: .obj/NetBase.o] Error 127
     

    And on dbdep

    cpp ProtoReader.cpp CsvReader.cpp  2> /dev/null
    gmake: *** [Makefile:76: dep] Error 127

     

    I hope somebody can help me out.
     


     

  6. On 3/5/2021 at 3:49 PM, HUNgarocel1 said:
    1. Login putty (FreeBSD 11.3)
    2. Write this: portsnap fetch update and portsnap fetch extract - wait 2 minutes.
    3. If you need mysql write this code: pkg install mysql56-server or you need MariaDB write this: pkg install mariadb103-server

    4. Write this code: ee /etc/rc.conf and put this code somewhere: mysql_enable="YES"
      Run mysql: service mysql-server start

    5. download this

      This is the hidden content, please
       and put /usr/lib32 OR upload lib32.tar.gz to /usr/lib32 and write this: cd /usr/lib32 and tar zxf lib32.tar.gz

    6. Now upload your SF and unpack.

    7. Rewrite the config file your IP and reboot.

    I hope it'll work.

    What if I don't have lib32 in my usr folder?

    • Metin2 Dev 4
    • kekw 1
    • Dislove 1
    • Good 1
  7. Hey.

    I have an issue. It started yesterday, and I couldn't solve it for now.
    (Reference SF)

    I started to open my forwarding to let my admins play my server, and when I want to login from the pc where I started the VBox, it sends me back to loginwindow when choosing a characther before the loading screen, but everybody of my team can join the client easily.

    The channel cores sends me this message: SYSERR: Jan 15 15:25:59 :: heart_idle: losing 73 seconds. (lag occured)

    Anyone know how to deal with it?

  8. Hey. 

    I really need to know how to solve this issue;

     

    0108 15:22:19849 :: Traceback (most recent call last):

    0108 15:22:19849 ::   File "networkModule.py", line 247, in SetGamePhase

    0108 15:22:19849 ::   File "game.py", line 125, in __init__

    0108 15:22:19850 ::   File "game.py", line 1904, in __ServerCommand_Build

    0108 15:22:19850 :: AttributeError
    0108 15:22:19850 :: : 
    0108 15:22:19850 :: 'GameWindow' object has no attribute '_GameWindow__TeamLogin'
    0108 15:22:19850 :: 

     

    ps.: Thanks if you help me out

  9. SYSERR: Dec 23 21:59:07 :: Process: FDWATCH: peer null in event: ident 20
    SYSERR: Dec 23 21:59:09 :: Process: FDWATCH: peer null in event: ident 22
    SYSERR: Dec 23 21:59:11 :: Process: FDWATCH: peer null in event: ident 23
    SYSERR: Dec 23 21:59:12 :: Process: FDWATCH: peer null in event: ident 24

    It happened after I put some weapons in my item_proto. I didn't do anything else, just that. 

  10. 13 minutes ago, TMP4 said:

    If nothing changed then you didn't fix your edits regarding the 127.0.0.1 since it can't still says
    "socket_connect: HOST: (My public ipv4 address):15000, could not connect""

    Since you just edited back to 127.0.0.1

    I suggest to re-extract the serverfile and change nothing but

    BIND_IP: your_private_ip
    PROXY_IP: your_public_ip

    in the CONFIGs. (Again: don't forget to remove the #)

    I re-extrated it, and it's also saying connection refused...

     

    4 minutes ago, Petrezselyem said:

    I re-extrated it, and it's also saying connection refused...

     

    SYSERR: Dec  9 17:25:12 :: pid_init: 
    Start of pid: 1187

    SYSERR: Dec  9 17:25:12 :: Start: TABLE_POSTFIX not configured use default
     

     

    Does that mean anything to me?

  11. 53 minutes ago, TMP4 said:

    So here we can't talk hungarian. Keep english.

    You're really mixing things. ENABLE_PROXY_IP is only needed in the source (common/service.h), and it is there, it is enabled. You don't need to do anything with ENABLE_PROXY_IP.

    When you edited the PROXY_IP: ip to ENABLE_PROXY_IP: ip in your CONFIG files you actually just removed PROXY_IP because ENABLE_PROXY_IP is not a token, it will not read it. Put the PROXY_IP back to your CONFIG files and revert the changes what you did with 127.0.0.1. As I said that is localhost, that is okey.

    If you could not connect with PROXY_IP: ip in your CONFIG files then your ports are not opened.
    Provide a screenshot of your ports, how did you opened them.

    Here's an example of mine:

    091818Screenshot-1.png

    I checked, and fixed everything what you had told me, but exactly nothing changed. 
    The client now lets me in, but whenever I choose my character it sends me back to the login window. 

    When I type "start" to vBox, it sais with uppercase, when trying to acces auth: Connection refused.

     

    also db syserr: 

    SYSERR: Dec  9 17:12:03 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
    SYSERR: Dec  9 17:12:03 :: pid_deinit: 
    End of pid

    SYSERR: Dec  9 17:12:07 :: pid_init: 
    Start of pid: 1082

    SYSERR: Dec  9 17:12:07 :: Start: TABLE_POSTFIX not configured use default
     

  12. 46 minutes ago, TMP4 said:

    Did I talk you yesterday in youtube comments? I was checking this morning but didn't find your comment.

    Anyway better here, so

    That is your error. You public IP address should not appear there because port 15000 is the db what you should access via localhost (127.0.0.1)

    If you edited the 127.0.0.1s to your ip (lots of people do it actually because they don't know 127.0.0.1 == localhost), then revert the changes. You only need to set

    BIND_IP: private_ip
    PROXY_IP: public_ip

    In your CONFIG files. Do not edit other stuffs and don't forget to remove those from comment (#BIND_IP... -> BIND_IP... so you remove the #)

    TL:DR: Do not edit 127.0.0.1 because that is not az external ip or something, that is localhost. 

    Igen, te voltál akivel beszéltem. Viszont, ha 127.0.0.1-re teszem rá, spanok se, de főleg én se tudok felmenni, és ugyanúgy nem csatlakozik. Viszont a PROXY_IP-s dolognál addig nem engedett tovább a karakter választásnál, ameddig nem írtam oda elé, hogy ENABLE_PROXY_IP

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