Jump to content

BKernighan

Inactive Member
  • Posts

    22
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by BKernighan

  1. Hello people, i need u re help with this problem, so many days in this shit problem without solution .. I have 2 servers, Server "A" and Server "B", I took the files from Server A which works fine and put them in server B , but the problem is that when I try to start server "B" with the same files as server "A" and i try to connect with the client, crashes auth and not give syserr, it generates a .core in auth and another in DB

    gdb game.core in AUTH:

    GAME.CORE IN AUTH

    gdb db.core in DB:

    DB.CORE IN DB

    Sorry for my bad english, i can pay for this shit bug, thank u to all !!

  2. 4 hours ago, Anix said:

    So, did u pay this guy for his help or ...? 

    Nobody had the good sense to help, but no problem i solved  it by myself :)

    unlike many "experts" and "dev" I have so much more good sense and i share solution with the community, if any more have same problem it is the probably solution: 

    ## GO TO --> game/src/war_map.cpp || search for this function: TWarMapInfo * CWarMapManager::GetWarMapInfo(long lMapIndex)

    *and you will probably see this function so*

    TWarMapInfo * CWarMapManager::GetWarMapInfo(long lMapIndex)
    {
    	if (lMapIndex >= 40000)
    		lMapIndex /= 40000;
    
    	itertype(m_map_kWarMapInfo) it = m_map_kWarMapInfo.find(lMapIndex);
    
    	if (m_map_kWarMapInfo.end() == it)
    		return NULL;
    
    	return it->second;
    }

    ## IF THIS CHECK IS SO:

    	if (lMapIndex >= 40000)
    		lMapIndex /= 40000;

    ## REPLACE WITH THIS:

    	if (lMapIndex >= 10000)
    		lMapIndex /= 10000;

     

     

    Sorry for my bad english, good luck at all :)

  3. Hello,

    I have a problem with guild war, first war works and on second i don't get quest to join. If i relog it appears but won't teleport me, the index map is in game99 and work fine i can see the map with /goto

    syserr: GuildWarEntryAsk: GuildWar.GuildWarEntryAsk.START_POSITION_ERROR id(10 vs 12), pos(-23528, 135375858)

    ************************************************I CAN PAY FOR THIS FIX****************************************

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