tmaselica 1
tmaselica
bikral 1
bikral
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Bvural41 1
Bvural41
ShadowFon 1
ShadowFon
mavzermete 1
mavzermete
YazilimMühendisi 1
YazilimMühendisi
Fethi Polat 1
Fethi Polat
InfernoShade 1
InfernoShade
Hikaye Ekle
Kaynak ikonu

Altın Konu PACHI & Tunga ServerFiles 2020-07-11

indirmek için izniniz yok
4.29 yıldız(lar) 7 Değerlendirme Değerlendirenler

HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!

0723 23:52:54642 :: invalid idx 0
0723 23:52:19897 :: Traceback (most recent call last):

0723 23:52:19897 :: File "networkModule.py", line 240, in SetGamePhase

0723 23:52:19902 :: File "game.py", line 132, in __init__

0723 23:52:19902 :: File "interfaceModule.py", line 555, in MakeInterface

0723 23:52:19902 :: File "interfaceModule.py", line 414, in __MakeTipBoard

0723 23:52:19902 :: File "uiTip.py", line 406, in __init__

0723 23:52:19908 :: File "uiTip.py", line 413, in __LoadFrameImages

0723 23:52:19908 :: RuntimeError
0723 23:52:19908 :: :
0723 23:52:19908 :: Failed to load image (filename: d:/ymir work/interface/oxevent/frame_1.sub)
0723 23:52:19908 ::




help please !!!!!!

Check the path that sysser sends you and see if you have that image.
 



error offline shop !!!!!!!
help
pazarlar arası mesafe sistemi çalışmıyor ben sildim o sistemi
in char.cpp find and delete
1-
C++:
struct CheckShopPos   
{
    LPCHARACTER m_ch;
    CheckShopPos(LPCHARACTER ch)
    {
        m_ch = ch;
    }

    void operator()(LPENTITY ent)
    {
        if (ent->IsType(ENTITY_CHARACTER))
        {

            LPCHARACTER ch = (LPCHARACTER)ent;
            if (ch->GetRaceNum() < 30000 && ch->GetRaceNum() > 30014)
                return;

            if (DISTANCE_APPROX(ch->GetX() - m_ch->GetX(), ch->GetY() - m_ch->GetY()) < 40) //pazarlar arası mesafe
            {
                m_ch->SetShopValidPos(false);
            }
        }
    }
};
2-
C++:
    LPSECTREE sectree = nullptr;    @Sefa4
    sectree = GetSectree();
    if (sectree)
    {
        SetShopValidPos(true);

        CheckShopPos f(this);
        sectree->ForEachAround(f);

        if (!GetShopValidPos())
        {
            ChatPacket(CHAT_TYPE_INFO, LC_TEXT("You cannot open a shop here (too close to other shop)."));
            return;
        }
    }
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst