Ayyıldız2 | 2008 TR Yapısı • 1-99 Orta Emek Destan • Oto Avsız • 10 Temmuz 21:00 HEMEN TIKLA!
Pack dosyalarını kapattım files kurulumunu da yaptım her şey ayarlı giriş yapmaya çalıştığımda syserde şöyle bir hata çıkıyor ve client açılmıyor yardımcı olur musunuz.
0720 02:13:20883 :: pack/bgm: Error Code 7
0720 02:13:20884 :: pack/effect: Error Code 7
0720 02:13:20884 :: pack/etc: Error Code 9
0720 02:13:20884 :: pack/patch2018season1: Error Code 7
0720 02:13:20884 :: pack/guild: Error Code 7
0720 02:13:20884 :: pack/icon: Error Code 9
0720 02:13:20884 :: pack/eklenti_pack_01: Error Code 7
0720 02:13:20884 :: pack/eklenti_pack_02: Error Code 7
0720 02:13:20884 :: pack/eklenti_pack_03: Error Code 7
0720 02:13:20884 :: pack/eklenti_pack_04: Error Code 7
0720 02:13:20884 :: pack/item: Error Code 7
0720 02:13:20884 :: pack/locale: Error Code 7
0720 02:13:20884 :: pack/monster: Error Code 7
0720 02:13:20884 :: pack/monster2: Error Code 7
0720 02:13:20884 :: pack/npc: Error Code 7
0720 02:13:20884 :: pack/npc2: Error Code 7
0720 02:13:20884 :: pack/npc_pet: Error Code 7
0720 02:13:20884 :: pack/npc_mount: Error Code 7
0720 02:13:20884 :: pack/pc_common: Error Code 7
0720 02:13:20884 :: pack/pc2_common: Error Code 7
0720 02:13:20884 :: pack/pc3_common: Error Code 7
0720 02:13:20884 :: pack/pc_warrior: Error Code 7
0720 02:13:20884 :: pack/pc_assassin: Error Code 7
0720 02:13:20884 :: pack/pc_sura: Error Code 7
0720 02:13:20884 :: pack/pc_shaman: Error Code 7
0720 02:13:20884 :: pack/pc2_warrior: Error Code 7
0720 02:13:20884 :: pack/pc2_assassin: Error Code 7
0720 02:13:20884 :: pack/pc2_sura: Error Code 7
0720 02:13:20884 :: pack/pc2_shaman: Error Code 7
0720 02:13:20884 :: pack/pc3_wolfman: Error Code 7
0720 02:13:20884 :: pack/property: Error Code 7
0720 02:13:20884 :: pack/sound: Error Code 7
0720 02:13:20884 :: pack/terrain: Error Code 7
0720 02:13:20884 :: pack/textureset: Error Code 7
0720 02:13:20884 :: pack/tree: Error Code 7
0720 02:13:20884 :: pack/zone: Error Code 7
0720 02:13:20884 :: pack/root: Error Code 10
0720 02:13:00020 :: RunMain Error
0720 02:13:20883 :: pack/bgm: Error Code 7
0720 02:13:20884 :: pack/effect: Error Code 7
0720 02:13:20884 :: pack/etc: Error Code 9
0720 02:13:20884 :: pack/patch2018season1: Error Code 7
0720 02:13:20884 :: pack/guild: Error Code 7
0720 02:13:20884 :: pack/icon: Error Code 9
0720 02:13:20884 :: pack/eklenti_pack_01: Error Code 7
0720 02:13:20884 :: pack/eklenti_pack_02: Error Code 7
0720 02:13:20884 :: pack/eklenti_pack_03: Error Code 7
0720 02:13:20884 :: pack/eklenti_pack_04: Error Code 7
0720 02:13:20884 :: pack/item: Error Code 7
0720 02:13:20884 :: pack/locale: Error Code 7
0720 02:13:20884 :: pack/monster: Error Code 7
0720 02:13:20884 :: pack/monster2: Error Code 7
0720 02:13:20884 :: pack/npc: Error Code 7
0720 02:13:20884 :: pack/npc2: Error Code 7
0720 02:13:20884 :: pack/npc_pet: Error Code 7
0720 02:13:20884 :: pack/npc_mount: Error Code 7
0720 02:13:20884 :: pack/pc_common: Error Code 7
0720 02:13:20884 :: pack/pc2_common: Error Code 7
0720 02:13:20884 :: pack/pc3_common: Error Code 7
0720 02:13:20884 :: pack/pc_warrior: Error Code 7
0720 02:13:20884 :: pack/pc_assassin: Error Code 7
0720 02:13:20884 :: pack/pc_sura: Error Code 7
0720 02:13:20884 :: pack/pc_shaman: Error Code 7
0720 02:13:20884 :: pack/pc2_warrior: Error Code 7
0720 02:13:20884 :: pack/pc2_assassin: Error Code 7
0720 02:13:20884 :: pack/pc2_sura: Error Code 7
0720 02:13:20884 :: pack/pc2_shaman: Error Code 7
0720 02:13:20884 :: pack/pc3_wolfman: Error Code 7
0720 02:13:20884 :: pack/property: Error Code 7
0720 02:13:20884 :: pack/sound: Error Code 7
0720 02:13:20884 :: pack/terrain: Error Code 7
0720 02:13:20884 :: pack/textureset: Error Code 7
0720 02:13:20884 :: pack/tree: Error Code 7
0720 02:13:20884 :: pack/zone: Error Code 7
0720 02:13:20884 :: pack/root: Error Code 10
0720 02:13:00020 :: RunMain Error
Please help in that mistake! when copying the GrpRenderTargetTexture.h file
#pragma once
#include "GrpBase.h"
#include "GrpTexture.h"
class CGraphicRenderTargetTexture : public CGraphicTexture
{
public:
CGraphicRenderTargetTexture();
virtual ~CGraphicRenderTargetTexture();
public:
bool Create(int width, int height, D3DFORMAT texFormat, D3DFORMAT depthFormat);
void CreateTextures();
bool CreateRenderTexture(int width, int height, D3DFORMAT format);
bool CreateRenderDepthStencil(int width, int height, D3DFORMAT format);
void SetRenderTarget();
void ResetRenderTarget();
void SetRenderingRect(RECT* rect);
RECT* GetRenderingRect();
LPDIRECT3DTEXTURE8 GetRenderTargetTexture() const;
void ReleaseTextures();
static void Clear();
void Render() const;
protected:
void Reset();
LPDIRECT3DTEXTURE8 m_lpd3dRenderTexture{};
LPDIRECT3DSURFACE8 m_lpd3dRenderTargetSurface{};
LPDIRECT3DSURFACE8 m_lpd3dDepthSurface{};
LPDIRECT3DSURFACE8 m_lpd3dOriginalRenderTarget{};
LPDIRECT3DSURFACE8 m_lpd3dOldDepthBufferSurface{};
D3DFORMAT m_d3dFormat;
D3DFORMAT m_depthStencilFormat;
RECT m_renderRect{};
};
#pragma once
#include "GrpBase.h"
#include "GrpTexture.h"
class CGraphicRenderTargetTexture : public CGraphicTexture
{
public:
CGraphicRenderTargetTexture();
virtual ~CGraphicRenderTargetTexture();
public:
bool Create(int width, int height, D3DFORMAT texFormat, D3DFORMAT depthFormat);
void CreateTextures();
bool CreateRenderTexture(int width, int height, D3DFORMAT format);
bool CreateRenderDepthStencil(int width, int height, D3DFORMAT format);
void SetRenderTarget();
void ResetRenderTarget();
void SetRenderingRect(RECT* rect);
RECT* GetRenderingRect();
LPDIRECT3DTEXTURE8 GetRenderTargetTexture() const;
void ReleaseTextures();
static void Clear();
void Render() const;
protected:
void Reset();
LPDIRECT3DTEXTURE8 m_lpd3dRenderTexture{};
LPDIRECT3DSURFACE8 m_lpd3dRenderTargetSurface{};
LPDIRECT3DSURFACE8 m_lpd3dDepthSurface{};
LPDIRECT3DSURFACE8 m_lpd3dOriginalRenderTarget{};
LPDIRECT3DSURFACE8 m_lpd3dOldDepthBufferSurface{};
D3DFORMAT m_d3dFormat;
D3DFORMAT m_depthStencilFormat;
RECT m_renderRect{};
};
Meley’i bi denermisiniz kullanan arkadaşlar
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Yalnız şöyle bir şey var ışınlanma yüzüğünde tapınak,şeytan kulesi +90 105 beta maplara baronese ışınlanma çalışmıyor kodlara warp attığımda ise ışınlamıyor kalıyor öyle. Haritalarda sıkıntı var galiba
- Durum
- Üzgünüz bu konu cevaplar için kapatılmıştır...
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 2
- Görüntüleme
- 174
- Cevaplar
- 113
- Görüntüleme
- 14K
- Cevaplar
- 5
- Görüntüleme
- 723
- Cevaplar
- 33
- Görüntüleme
- 8K
- Cevaplar
- 21
- Görüntüleme
- 781