- Katılım
- 15 Kas 2014
- Konular
- 182
- Mesajlar
- 1,282
- Çözüm
- 1
- Online süresi
- 1mo 21d
- Reaksiyon Skoru
- 329
- Altın Konu
- 1
- TM Yaşı
- 11 Yıl 6 Ay 26 Gün
- Başarım Puanı
- 179
- Yaş
- 26
- MmoLira
- 2,355
- DevLira
- 6
ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!
Merhaba Arkadaşlar,
Yabancı bir forumda henüz yeni paylaşılan dediğine göre hatasız çalışan ekstra envanter yani kısacası K envanter gibi ama biraz değişik ama anlarsınız.
GÖRSEL,
İNDİR:Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
VİRÜSTOTAL:Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
KANIT,
@Zurix
![]()
Ekleyebilirsin
Sorunsuz build ettim.
Fakat sandik acarsan, itemler üst üste gelmiyor.
Hata alıyorum yardımcı olabilecek varmı ?
@BEST Production
C++:
char_item.cpp:7623:42: error: 'BOOK_INVENTORY' was not declared in this scope
item->AddToCharacter(this, TItemPos(BOOK_INVENTORY, iEmptyCell));
^
char_item.cpp:7625:42: error: 'STONE_INVENTORY' was not declared in this scope
item->AddToCharacter(this, TItemPos(STONE_INVENTORY, iEmptyCell));
^
char_item.cpp:7730:42: error: 'UPGRADE_INVENTORY' was not declared in this scope
item->AddToCharacter(owner, TItemPos(UPGRADE_INVENTORY, iEmptyCell));
^
char_item.cpp:7732:42: error: 'BOOK_INVENTORY' was not declared in this scope
item->AddToCharacter(owner, TItemPos(BOOK_INVENTORY, iEmptyCell));
^
char_item.cpp:7734:42: error: 'STONE_INVENTORY' was not declared in this scope
item->AddToCharacter(owner, TItemPos(STONE_INVENTORY, iEmptyCell));
^
char_item.cpp: In member function 'int CHARACTER::CountSpecifyItem(DWORD) const':
char_item.cpp:8275:22: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope
for (int i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i)
^
char_item.cpp:8286:22: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope
for (int i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i)
^
char_item.cpp:8297:22: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope
for (int i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i)
^
char_item.cpp: In member function 'void CHARACTER::RemoveSpecifyItem(DWORD, DWORD)':
char_item.cpp:8357:23: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope
for (UINT i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i)
^
char_item.cpp:8386:23: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope
for (UINT i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i)
^
char_item.cpp:8415:23: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope
for (UINT i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i)
^
char_item.cpp: In member function 'void CHARACTER::AutoGiveItem(LPITEM, bool)':
char_item.cpp:8556:40: error: 'UPGRADE_INVENTORY' was not declared in this scope
item->AddToCharacter(this, TItemPos(UPGRADE_INVENTORY, cell));
^
char_item.cpp:8558:40: error: 'BOOK_INVENTORY' was not declared in this scope
item->AddToCharacter(this, TItemPos(BOOK_INVENTORY, cell));
^
char_item.cpp:8560:40: error: 'STONE_INVENTORY' was not declared in this scope
item->AddToCharacter(this, TItemPos(STONE_INVENTORY, cell));
^
char_item.cpp: In member function 'CItem* CHARACTER::AutoGiveItem(DWORD, BYTE, int, bool)':
char_item.cpp:8607:24: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope
for (int i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i)
^
char_item.cpp:8642:24: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope
for (int i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i)
^
char_item.cpp:8718:23: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope
for (int i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i)
^
char_item.cpp:8808:40: error: 'UPGRADE_INVENTORY' was not declared in this scope
item->AddToCharacter(this, TItemPos(UPGRADE_INVENTORY, iEmptyCell));
^
char_item.cpp:8812:40: error: 'BOOK_INVENTORY' was not declared in this scope
item->AddToCharacter(this, TItemPos(BOOK_INVENTORY, iEmptyCell));
^
char_item.cpp:8816:40: error: 'STONE_INVENTORY' was not declared in this scope
item->AddToCharacter(this, TItemPos(STONE_INVENTORY, iEmptyCell));
^
char_item.cpp:8855:25: error: qualified-id in declaration before '(' token
bool CHARACTER::GiveItem(LPCHARACTER victim, TItemPos Cell)
^
char_item.cpp:9961:1: error: expected '}' at end of input
}
^
In file included from char_state.cpp:5:0:
char.h:398:21: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope
LPITEM pSSUItems[SPECIAL_INVENTORY_MAX_NUM];
^
char.h:399:22: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope
WORD wSSUItemGrid[SPECIAL_INVENTORY_MAX_NUM];
^
char.h:400:21: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope
LPITEM pSSBItems[SPECIAL_INVENTORY_MAX_NUM];
^
char.h:401:22: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope
WORD wSSBItemGrid[SPECIAL_INVENTORY_MAX_NUM];
^
char.h:402:21: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope
LPITEM pSSSItems[SPECIAL_INVENTORY_MAX_NUM];
^
char.h:403:22: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope
WORD wSSSItemGrid[SPECIAL_INVENTORY_MAX_NUM];
Char.h >
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Char_item.cpp >
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
- Katılım
- 5 Eki 2015
- Konular
- 136
- Mesajlar
- 2,371
- Çözüm
- 33
- Online süresi
- 1mo 23d
- Reaksiyon Skoru
- 3,821
- Altın Konu
- 3
- Başarım Puanı
- 268
- MmoLira
- 19,848
- DevLira
- 154
Hata alıyorum yardımcı olabilecek varmı ?
@BEST Production
C++:char_item.cpp:7623:42: error: 'BOOK_INVENTORY' was not declared in this scope item->AddToCharacter(this, TItemPos(BOOK_INVENTORY, iEmptyCell)); ^ char_item.cpp:7625:42: error: 'STONE_INVENTORY' was not declared in this scope item->AddToCharacter(this, TItemPos(STONE_INVENTORY, iEmptyCell)); ^ char_item.cpp:7730:42: error: 'UPGRADE_INVENTORY' was not declared in this scope item->AddToCharacter(owner, TItemPos(UPGRADE_INVENTORY, iEmptyCell)); ^ char_item.cpp:7732:42: error: 'BOOK_INVENTORY' was not declared in this scope item->AddToCharacter(owner, TItemPos(BOOK_INVENTORY, iEmptyCell)); ^ char_item.cpp:7734:42: error: 'STONE_INVENTORY' was not declared in this scope item->AddToCharacter(owner, TItemPos(STONE_INVENTORY, iEmptyCell)); ^ char_item.cpp: In member function 'int CHARACTER::CountSpecifyItem(DWORD) const': char_item.cpp:8275:22: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope for (int i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i) ^ char_item.cpp:8286:22: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope for (int i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i) ^ char_item.cpp:8297:22: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope for (int i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i) ^ char_item.cpp: In member function 'void CHARACTER::RemoveSpecifyItem(DWORD, DWORD)': char_item.cpp:8357:23: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope for (UINT i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i) ^ char_item.cpp:8386:23: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope for (UINT i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i) ^ char_item.cpp:8415:23: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope for (UINT i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i) ^ char_item.cpp: In member function 'void CHARACTER::AutoGiveItem(LPITEM, bool)': char_item.cpp:8556:40: error: 'UPGRADE_INVENTORY' was not declared in this scope item->AddToCharacter(this, TItemPos(UPGRADE_INVENTORY, cell)); ^ char_item.cpp:8558:40: error: 'BOOK_INVENTORY' was not declared in this scope item->AddToCharacter(this, TItemPos(BOOK_INVENTORY, cell)); ^ char_item.cpp:8560:40: error: 'STONE_INVENTORY' was not declared in this scope item->AddToCharacter(this, TItemPos(STONE_INVENTORY, cell)); ^ char_item.cpp: In member function 'CItem* CHARACTER::AutoGiveItem(DWORD, BYTE, int, bool)': char_item.cpp:8607:24: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope for (int i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i) ^ char_item.cpp:8642:24: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope for (int i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i) ^ char_item.cpp:8718:23: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope for (int i = 0; i < SPECIAL_INVENTORY_MAX_NUM; ++i) ^ char_item.cpp:8808:40: error: 'UPGRADE_INVENTORY' was not declared in this scope item->AddToCharacter(this, TItemPos(UPGRADE_INVENTORY, iEmptyCell)); ^ char_item.cpp:8812:40: error: 'BOOK_INVENTORY' was not declared in this scope item->AddToCharacter(this, TItemPos(BOOK_INVENTORY, iEmptyCell)); ^ char_item.cpp:8816:40: error: 'STONE_INVENTORY' was not declared in this scope item->AddToCharacter(this, TItemPos(STONE_INVENTORY, iEmptyCell)); ^ char_item.cpp:8855:25: error: qualified-id in declaration before '(' token bool CHARACTER::GiveItem(LPCHARACTER victim, TItemPos Cell) ^ char_item.cpp:9961:1: error: expected '}' at end of input } ^ In file included from char_state.cpp:5:0: char.h:398:21: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope LPITEM pSSUItems[SPECIAL_INVENTORY_MAX_NUM]; ^ char.h:399:22: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope WORD wSSUItemGrid[SPECIAL_INVENTORY_MAX_NUM]; ^ char.h:400:21: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope LPITEM pSSBItems[SPECIAL_INVENTORY_MAX_NUM]; ^ char.h:401:22: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope WORD wSSBItemGrid[SPECIAL_INVENTORY_MAX_NUM]; ^ char.h:402:21: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope LPITEM pSSSItems[SPECIAL_INVENTORY_MAX_NUM]; ^ char.h:403:22: error: 'SPECIAL_INVENTORY_MAX_NUM' was not declared in this scope WORD wSSSItemGrid[SPECIAL_INVENTORY_MAX_NUM];
Char.h >Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Char_item.cpp >Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
common - length.h aç
arat
bool IsValidItemPosition() const
case SAFEBOX: komutun üstüne aşağıdakileri ekle
C++:
case UPGRADE_INVENTORY:
case BOOK_INVENTORY:
case STONE_INVENTORY:
return cell < (SPECIAL_INVENTORY_MAX_NUM);
Örnek:
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Eğer yoksa şu aşağıda vereceğim fonskyionun içinede ekle
yine length.h içinde
enum EWindows arat
BELT_INVENTORY,
üstüne aşağıdakileri ekle
C++:
UPGRADE_INVENTORY,
BOOK_INVENTORY,
STONE_INVENTORY,
Örnek :
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Son düzenleme:
- Katılım
- 15 Kas 2014
- Konular
- 182
- Mesajlar
- 1,282
- Çözüm
- 1
- Online süresi
- 1mo 21d
- Reaksiyon Skoru
- 329
- Altın Konu
- 1
- TM Yaşı
- 11 Yıl 6 Ay 26 Gün
- Başarım Puanı
- 179
- Yaş
- 26
- MmoLira
- 2,355
- DevLira
- 6
common - length.h aç
arat
bool IsValidItemPosition() const
case SAFEBOX: komutun üstüne aşağıdakileri ekle
C++:case UPGRADE_INVENTORY: case BOOK_INVENTORY: case STONE_INVENTORY: return cell < (SPECIAL_INVENTORY_MAX_NUM);
Örnek:Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Eğer yoksa şu aşağıda vereceğim fonskyionun içinede ekle
yine length.h içinde
enum EWindows arat
BELT_INVENTORY,
üstüne aşağıdakileri ekle
C++:UPGRADE_INVENTORY, BOOK_INVENTORY, STONE_INVENTORY,
Örnek :Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
sagol yakup abi
bunu soylemeyı unutmsn baska bir filesten baktım buda varmıs
BELT_INVENTORY_SLOT_COUNT = BELT_INVENTORY_SLOT_WIDTH * BELT_INVENTORY_SLOT_HEIGHT,
ALTINA EKLENCECEK
#ifdef ENABLE_SPECIAL_STORAGE
SPECIAL_INVENTORY_MAX_NUM = 90,
#endif
- Katılım
- 5 Eki 2015
- Konular
- 136
- Mesajlar
- 2,371
- Çözüm
- 33
- Online süresi
- 1mo 23d
- Reaksiyon Skoru
- 3,821
- Altın Konu
- 3
- Başarım Puanı
- 268
- MmoLira
- 19,848
- DevLira
- 154
sagol yakup abi
bunu soylemeyı unutmsn baska bir filesten baktım buda varmıs
BELT_INVENTORY_SLOT_COUNT = BELT_INVENTORY_SLOT_WIDTH * BELT_INVENTORY_SLOT_HEIGHT,
ALTINA EKLENCECEK
#ifdef ENABLE_SPECIAL_STORAGE
SPECIAL_INVENTORY_MAX_NUM = 90,
#endif
common kısmı eksik yapmışsın sorunun çözüme kavuştuysa hayırlı olsun.
- 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
- 19
- Görüntüleme
- 2K
- Cevaplar
- 14
- Görüntüleme
- 778
- Kilitli
- Cevaplar
- 1
- Görüntüleme
- 568
- 5.00 yıldız(lar) 1 Değerlendirme
- Cevaplar
- 0
- Görüntüleme
- 503
- Cevaplar
- 2
- Görüntüleme
- 121









