Jump to content

NinfTrack

Inactive Member
  • Posts

    10
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by NinfTrack

  1. Hi.

    Currently I have a problem in my client, it closes unexpectedly and does not throw anything in the sysser (it is empty), however the errorlog.txt shows this:


    Time Stamp: 0x59dbdd0d - (null)

    Exception Type: 0xc0000005

    eax: 0x00000000    ebx: 0x00d92d38
    ecx: 0x0000007f    edx: 0x01fff4e4
    esi: 0x0025efa0    edi: 0x28f36dc0
    ebp: 0x0075dd04    esp: 0x0075dce4

    What could be the cause of unexpected closing on my client?

     

  2. En 4/10/2017 a las 6:30, riku11 dijo:

    does not complile or does not work?
    if it do not compile post  the error.
    if it does not work i want to see how you set the event_flag.

    It does not work, compiles well but setting the event flag does not do its job.

    Inside the game I assign my character:

    /e prest_2295 1

    The 2295 is the ID of my character based on the database.

     

    #UP UP

  3. hace 1 hora, riku11 dijo:
    
    char csFlag[100];
    snprintf(csFlag, sizeof(csFlag), "prest_%d", idplayer);
    std::string sFlag = csFlag;
    
    if (quest::CQuestManager::instance().GetEventFlag(sFlag) == 1)
    {
    	m_afAffectFlag.Set(AFF_PREST_1);
    	ChatPacket(CHAT_TYPE_INFO, "Test work");
    }

     

    Thanks for your reply but it did not work.

    UP

  4. Hi.

    I'm trying to add a new effect to players via an eventflag, however I can not get it right.

    The function I currently have is:

     

    DWORD idplayer = GetPlayerID();
        
        char sFlag[100];
        snprintf(sFlag, sizeof(sFlag), "prest_%d", idplayer);

    else if (quest::CQuestManager::instance().GetEventFlag(sFlag) == 1)
            {
                m_afAffectFlag.Set(AFF_PREST_1);
                ChatPacket(CHAT_TYPE_INFO, "Test work");
                
            }

    How can I make it work well?

  5. Hi Mt2Dev

    I currently have a problem with my server, when entering or leaving a map or event, I lose the icons that I have placed in my bar of the taskbar, this does not generate any sysser or error, simply disappear and is uncomfortable.

    I would like to know if anyone knows the reason for this, I tried to search but I can not find the solution, thank you in advance for your answers.

    Sorry for my English, I used a translator.

     

    bf895c8f78b1fab758d05a93f5ecb56c.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.