Jump to content

Flourine

Inactive Member
  • Posts

    120
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Flourine

  1. void CQuestManager::CancelServerTimers(uint32_t arg)
    {
        auto it = m_mapServerTimer.begin();
        for ( ; it != m_mapServerTimer.end();)
        {
            if (it->first.second == arg)
            {
                LPEVENT event = it->second;
                event_cancel(&event);
                m_mapServerTimer.erase(it++);
            }
            else
            {
                ++it;
            }
        }

    }

     

    • Love 1
  2. 8 hours ago, Unc3nZureD said:

    Just checked the executable manually and it's definitely infected. If it's really not you trying to fool us around, then I have the sad news for you: Your machine is probably part of a zombie network ;) I would suggest to completely reinstall your OS and scan all your backups with some antivirus software, preferable more than one.

    He is not trying to fool. 

    I know him and he is good man

  3. 2 minutes ago, dako12 said:


    You are reffering in offlineshop_manager.cpp but why we should change it?

    Also ken have checkname in the title so not possible to add name with spaces or specials chars anymore but I think it's worth to keep it that way as I don't have as much knowledge in C+ to choose what's best for security (offtopic)

    Because there is a bug with additem so you can copy them

     

    Also you can use base64 title encoding so it won't be problems with title of shop (sqli ect)

  4. On 4/23/2020 at 12:10 AM, Shogun said:

     

    Mark the checkbox that says Unsigned there while having applytype0 highlighted as in your picture and Save.

     

     

    The original game won't even run (without crashing) in a modern version of MySQL if that wasn't done already. Besides, that's not the standard location of my.cnf in FreeBSD.

    Thats why i used that sysrc here to tell where is my.cnf

    log.cpp need to be edited in original game but it won't cause the core crash.It will only cause troubles with saving of logs 

     

    If u are talking about mysql above 5.7 then you are right.It won't run but below and equal 5.7 it will

  5. On 3/4/2020 at 4:33 PM, Johnny69 said:

    There are a lot of crashes because of null pointers in metin2 source.

    If you open a server with 1000> players online you will get a lot of crashes (null pointers and other things).

    true, has happened also on mine srv.

    There is some crashes about cipher too if u are running on cmake

    Also i remember that was crash on server timers.

  6. 6 godzin temu, santa12 napisał:

    the worst guide I've ever seen. Are you fucked up ?

    all the time errors and mistakes what is this tutorial? When you were little, did you drown in the ocean?

    I add it 24 hours and probably never add. Massacre

    xddddddddddddddddddddddddddddddddddddddddd

    that is reason for which he shouldn't publish it

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