- Katılım
- 16 Ocak 2020
- Konular
- 34
- Mesajlar
- 294
- Çözüm
- 3
- Online süresi
- 16d 18h
- Reaksiyon Skoru
- 98
- Altın Konu
- 0
- TM Yaşı
- 6 Yıl 4 Ay 21 Gün
- Başarım Puanı
- 95
- MmoLira
- 311
- DevLira
- 18
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!
Paylaşım için Teşekkürler.
- Katılım
- 18 Kas 2019
- Konular
- 187
- Mesajlar
- 2,532
- Çözüm
- 14
- Online süresi
- 7mo 27d
- Reaksiyon Skoru
- 1,724
- Altın Konu
- 3
- Başarım Puanı
- 283
- Yaş
- 12
- MmoLira
- 22,889
- DevLira
- 273
compiling text_file_loader.cpp
compiling trigger.cpp
compiling utils.cpp
compiling vector.cpp
regen.cpp: In function 'bool regen_zodiac(const char*, long int, int, int, LPZODIAC, bool)':
regen.cpp:766:30: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'REGEN' {aka 'struct regen'} with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess]
memset(&tmp, 0, sizeof(tmp));
^
In file included from regen.cpp:5:
regen.h:16:16: note: 'REGEN' {aka 'struct regen'} declared here
typedef struct regen
^~~~~
regen.cpp:779:38: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct regen' with no triv ial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
memcpy(regen, &tmp, sizeof(REGEN));
^
In file included from regen.cpp:5:
regen.h:16:16: note: 'struct regen' declared here
typedef struct regen
^~~~~
compiling war_map.cpp
compiling wedding.cpp
compiling xmas_event.cpp
compiling version.cpp
compiling panama.cpp
compiling map_location.cpp
compiling threeway_war.cpp
compiling auth_brazil.cpp
In file included from shop.cpp:6:
shop.h: In constructor 'CShop::CShop()':
shop.h:82:16: warning: 'CShop::m_pkPC' will be initialized after [-Wreorder]
LPCHARACTER m_pkPC;
^~~~~~
shop.h:80:7: warning: 'bool CShop::m_IsLimitedItemShop' [-Wreorder]
bool m_IsLimitedItemShop;
^~~~~~~~~~~~~~~~~~~
shop.cpp:24:1: warning: when initialized here [-Wreorder]
CShop::CShop()
^~~~~
compiling BlueDragon.cpp
compiling BlueDragon_Binder.cpp
compiling DragonLair.cpp
compiling questlua_dragonlair.cpp
compiling HackShield.cpp
compiling HackShield_Impl.cpp
compiling char_hackshield.cpp
compiling skill_power.cpp
compiling affect.cpp
compiling SpeedServer.cpp
compiling questlua_speedserver.cpp
compiling XTrapManager.cpp
compiling auction_manager.cpp
compiling FileMonitor_FreeBSD.cpp
compiling ClientPackageCryptInfo.cpp
compiling cipher.cpp
compiling buff_on_attributes.cpp
compiling dragon_soul_table.cpp
compiling DragonSoul.cpp
compiling group_text_parse_tree.cpp
compiling char_dragonsoul.cpp
compiling questlua_dragonsoul.cpp
compiling shop_manager.cpp
compiling shopEx.cpp
compiling item_manager_read_tables.cpp
compiling shutdown_manager.cpp
compiling MountSystem.cpp
compiling offlineshop.cpp
compiling offlineshop_manager.cpp
compiling title.cpp
compiling New_PetSystem.cpp
compiling questlua_petnew.cpp
compiling support_shaman.cpp
compiling questlua_supportshaman.cpp
compiling game_events.cpp
compiling auto_event_manager.cpp
compiling boss_manager.cpp
shopEx.cpp: In member function 'virtual int CShopEx::Buy(LPCHARACTER, BYTE)':
shopEx.cpp:151:9: warning: enumeration value 'SHOP_COIN_TYPE_ZODIAC' not handled in switch [-Wswitch]
switch (shopTab.coinType)
^
shopEx.cpp:199:9: warning: enumeration value 'SHOP_COIN_TYPE_ZODIAC' not handled in switch [-Wswitch]
switch (shopTab.coinType)
^
offlineshop.cpp: In member function 'void COfflineShop::SetShopItems(TShopItemTable*, BYTE, LPCHARACTER)':
offlineshop.cpp:55:99: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type '__gnu_cxx::__alloc_traits<std::allocator <COfflineShop:ffline_shop_item>, COfflineShop:
ffline_shop_item>::value_type' {aka 'struct COfflineShop:
ffline_shop_item'}; use assignment or value-initialization instead [-Wclass-memaccess]
memset(&m_offlineShopItemVector[0], 0, sizeof(OFFLINE_SHOP_ITEM) * m_offlineShopItemVector.size());
^
In file included from offlineshop.cpp:20:
offlineshop.h:11:18: note: '__gnu_cxx::__alloc_traits<std::allocator<COfflineShop:ffline_shop_item>, COfflineShop:
ffline_shop_item>::value_type ' {aka 'struct COfflineShop:
ffline_shop_item'} declared here
typedef struct offline_shop_item
^~~~~~~~~~~~~~~~~
compiling dungeon_info.cpp
compiling zodiac_temple.cpp
compiling questlua_zodiac_temple.cpp
compiling char_battle_zodiac.cpp
In file included from stdafx.h:10,
from offlineshop_manager.cpp:1:
offlineshop_manager.cpp: In member function 'void COfflineShopManager:estroyOfflineShop(LPCHARACTER, DWORD, bool)':
debug_allocator.h:157:31: warning: deleting object of polymorphic class type 'COfflineShop' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
#define M2_DELETE(p) delete (p)
^
offlineshop_manager.cpp:356:3: note: in expansion of macro 'M2_DELETE'
M2_DELETE(pkOfflineShop);
^~~~~~~~~
debug_allocator.h:157:31: warning: deleting object of polymorphic class type 'COfflineShop' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
#define M2_DELETE(p) delete (p)
^
offlineshop_manager.cpp:386:3: note: in expansion of macro 'M2_DELETE'
M2_DELETE(pkOfflineShop);
^~~~~~~~~
- Katılım
- 13 Haz 2013
- Konular
- 182
- Mesajlar
- 2,498
- Çözüm
- 92
- Online süresi
- 3mo 20d
- Reaksiyon Skoru
- 1,662
- Altın Konu
- 2
- TM Yaşı
- 12 Yıl 11 Ay 29 Gün
- Başarım Puanı
- 284
- Yaş
- 28
- MmoLira
- 8,540
- DevLira
- 84
Şundan sonra bir şey yazmaya bile gerek duymuyorumruh taşı fonksiyonlari icerisinde kuşak sisteminin ne isi var ofline shobun ne işi var auranin ne işi var
iste bunlardan sonrada endif geliyor bunlari sistemlere dahil ettiği icin sistem adam akıllı eklenmiyor düzenlenmelidir.

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 33
- Görüntüleme
- 8K
- Kilitli
- Cevaplar
- 4
- Görüntüleme
- 358
- Kilitli
- Cevaplar
- 6
- Görüntüleme
- 6K
- Cevaplar
- 10
- Görüntüleme
- 2K
- Kilitli
- Cevaplar
- 1
- Görüntüleme
- 171






ffline_shop_item>, COfflineShop: