Fethi Polat 1
Fethi Polat
InfernoShade 1
InfernoShade
Psych0SoociaL 1
Psych0SoociaL
onur akbaş 1
onur akbaş
noisiv 1
noisiv
xranzei 1
xranzei
Bvural41 1
Bvural41
D 1
delimuratt
ShadowFon 1
ShadowFon
shrpnl 1
shrpnl
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.
 


help !!!
 



error offline shop !!!!!!!
help
 



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