antiblock
Rodnia | Alpha & Omega

SINVAL o.O

Membro Plus
  • Content Count

    1,895
  • Joined

  • Last visited

  • Days Won

    16

Posts posted by SINVAL o.O


  1. Imagem colocada

    1º deu esse erro procurei solução e encontrei uma pra corrigir isso

    g++: directory": No such file or directory

    Tutu que fiz

    Ir no 'MakeFile' e procurar isso

    SVN_VERSION = $(shell svnversion -n .)

    e mudar para

    SVN_VERSION = 40404

    Ainda no MakeFile procurar

    $(OBJDIR)/version.o: version.cpp@$(CC) $(CFLAGS) -D__USER__="$(USER)" -D__HOSTNAME__="$(HOSTNAME)" -D__PWD__="$(PWD)" -D__P4_VERSION__="$(P4_VERSION)" -c $< -o $@@echo compile $<

    e mudar para

    $(OBJDIR)/version.o: version.cpp    @$(CC) $(CFLAGS) -D__P4_VERSION__="$(SVN_VERSION)" -c $< -o $@    @echo compile $<

    Editar version.cpp para

    void WriteVersion(){#ifndef __WIN32__    FILE* fp = fopen("VERSION.txt", "w");    if (fp)    {        fprintf(fp, "game revision: %sn", __P4_VERSION__);        fclose(fp);    }#endif}

     

    Após eu fazer isso tentei compilar source novamente mais persiste ainda num erro mais esse

    g++: directory": No such file or directory

    Já não dá mais.

     

    root@Sinval:~ # cd /usr/src/mainline/Srcs/Server/game/srcroot@Sinval:/usr/src/mainline/Srcs/Server/game/src # gmake cleanroot@Sinval:/usr/src/mainline/Srcs/Server/game/src # gmake -j20compile BattleArena.cppcompile FSM.cppcompile MarkConvert.cppcompile MarkImage.cppcompile MarkManager.cppcompile OXEvent.cppcompile TrafficProfiler.cppcompile ani.cppcompile arena.cppcompile banword.cppcompile battle.cppcompile blend_item.cppcompile block_country.cppcompile buffer_manager.cppcompile building.cppcompile castle.cppcompile char.cppcompile char_affect.cppcompile char_change_empire.cppcompile char_horse.cppcompile char_item.cppcompile char_battle.cppIn file included from char_horse.cpp:14:../../common/VnumHelper.h:59:32: warning: no newline at end of fileIn file included from char_item.cpp:44:../../common/VnumHelper.h:59:32: warning: no newline at end of fileIn file included from char_item.cpp:47:belt_inventory_helper.h:108:42: warning: no newline at end of fileIn file included from char.cpp:4:../../common/VnumHelper.h:59:32: warning: no newline at end of fileIn file included from char.cpp:25:shop_manager.h:40:7: warning: no newline at end of fileIn file included from char_battle.cpp:27:shop_manager.h:40:7: warning: no newline at end of fileIn file included from char.cpp:62:PetSystem.h:163:31: warning: no newline at end of filechar.cpp:7221: warning: this decimal constant is unsigned only in ISO C90compile char_manager.cppcompile char_quickslot.cppIn file included from char_item.cpp:47:belt_inventory_helper.h: In static member function 'static BYTE CBeltInventoryHelper::GetBeltGradeByRefineLevel(int)':belt_inventory_helper.h:28: warning: comparison between signed and unsigned integer expressionschar_item.cpp: In member function 'bool CHARACTER::IsEmptyItemGrid(TItemPos, BYTE, int) const':char_item.cpp:640: warning: comparison is always false due to limited range of data typechar_item.cpp:666: warning: comparison is always false due to limited range of data typechar_item.cpp: In member function 'bool CHARACTER::UseItemEx(CItem*, TItemPos)':char_item.cpp:2387: warning: format '%d' expects type 'int', but argument 6 has type 'long int'char_item.cpp:2391: warning: format '%d' expects type 'int', but argument 6 has type 'long int'char_item.cpp:2403: warning: format '%d' expects type 'int', but argument 5 has type 'long int'char_item.cpp:2407: warning: format '%d' expects type 'int', but argument 5 has type 'long int'char_item.cpp:2434: warning: format '%d' expects type 'int', but argument 6 has type 'long int'char_item.cpp:2442: warning: format '%d' expects type 'int', but argument 5 has type 'long int'char_item.cpp:5087: warning: comparison between signed and unsigned integer expressionschar_item.cpp: In member function 'bool CHARACTER::UseItem(TItemPos, TItemPos)':char_item.cpp:5159: warning: unused variable 'wDestCell'char_item.cpp:5160: warning: unused variable 'bDestInven'char_item.cpp: In member function 'bool CHARACTER::EquipItem(CItem*, int)':char_item.cpp:6160: warning: array subscript has type 'char'char_item.cpp: In member function 'void CHARACTER::BuffOnAttr_AddBuffsFromItem(CItem*)':char_item.cpp:6224: warning: comparison between signed and unsigned integer expressionschar_item.cpp: In member function 'void CHARACTER::BuffOnAttr_RemoveBuffsFromItem(CItem*)':char_item.cpp:6236: warning: comparison between signed and unsigned integer expressionschar_item.cpp: In member function 'bool CHARACTER::CanEquipNow(CItem*, const TItemPos&, const TItemPos&)':char_item.cpp:7422: warning: unused variable 'itemType'char_item.cpp:7423: warning: unused variable 'itemSubType'compile char_resist.cppcompile char_skill.cppcompile char_state.cppIn file included from char_state.cpp:25:../../common/VnumHelper.h:59:32: warning: no newline at end of filecompile PetSystem.cppcompile cmd.cppIn file included from PetSystem.cpp:8:PetSystem.h:163:31: warning: no newline at end of fileIn file included from PetSystem.cpp:9:../../common/VnumHelper.h:59:32: warning: no newline at end of filePetSystem.cpp:637:2: warning: no newline at end of filecompile cmd_emotion.cppcompile cmd_general.cppPetSystem.cpp: In member function 'virtual bool CPetActor::_UpdateFollowAI()':PetSystem.cpp:246: warning: unused variable 'bDoMoveAlone'PetSystem.cpp: In member function 'CPetActor* CPetSystem::Summon(DWORD, CItem*, const char*, bool, DWORD)':PetSystem.cpp:552: warning: unused variable 'petVID'compile cmd_gm.cppIn file included from cmd_general.cpp:36:../../common/VnumHelper.h:59:32: warning: no newline at end of filecompile cmd_oxevent.cppcompile config.cppIn file included from config.cpp:22:check_server.h: In static member function 'static bool CheckServer::CheckIp(const char*)':check_server.h:24: warning: comparison between signed and unsigned integer expressionsconfig.cpp: In function 'void config_init(const std::string&)':config.cpp:435: warning: NULL used in arithmeticconfig.cpp:459: warning: NULL used in arithmeticconfig.cpp:483: warning: NULL used in arithmeticconfig.cpp:505: warning: unused variable 'line'compile constants.cppconstants.cpp:291: warning: this decimal constant is unsigned only in ISO C90constants.cpp:292: warning: this decimal constant is unsigned only in ISO C90constants.cpp:293: warning: this decimal constant is unsigned only in ISO C90constants.cpp:294: warning: this decimal constant is unsigned only in ISO C90constants.cpp:295: warning: this decimal constant is unsigned only in ISO C90constants.cpp:296: warning: this decimal constant is unsigned only in ISO C90constants.cpp:297: warning: this decimal constant is unsigned only in ISO C90constants.cpp:298: warning: this decimal constant is unsigned only in ISO C90constants.cpp:299: warning: this decimal constant is unsigned only in ISO C90constants.cpp:300: warning: this decimal constant is unsigned only in ISO C90constants.cpp:301: warning: this decimal constant is unsigned only in ISO C90constants.cpp:302: warning: this decimal constant is unsigned only in ISO C90constants.cpp:303: warning: this decimal constant is unsigned only in ISO C90constants.cpp:304: warning: this decimal constant is unsigned only in ISO C90constants.cpp:305: warning: this decimal constant is unsigned only in ISO C90constants.cpp:306: warning: this decimal constant is unsigned only in ISO C90constants.cpp:307: warning: this decimal constant is unsigned only in ISO C90constants.cpp:308: warning: this decimal constant is unsigned only in ISO C90constants.cpp:309: warning: this decimal constant is unsigned only in ISO C90constants.cpp:310: warning: this decimal constant is unsigned only in ISO C90constants.cpp:311: warning: this decimal constant is unsigned only in ISO C90compile crc32.cppcompile cube.cppcube.cpp: In function 'bool Cube_make(CHARACTER*)':cube.cpp:544: warning: comparison between signed and unsigned integer expressionscube.cpp: In function 'void Cube_MakeCubeInformationText()':cube.cpp:716: warning: unused variable 'npcVNUM'cube.cpp: In function 'bool Cube_InformationInitialize()':cube.cpp:783: warning: comparison between signed and unsigned integer expressionscompile db.cppcompile desc.cppcompile desc_client.cppdesc_client.cpp: In member function 'void CLIENT_DESC::UpdateChannelStatus(DWORD, bool)':desc_client.cpp:299: warning: comparison between signed and unsigned integer expressionscompile desc_manager.cppcompile desc_p2p.cppIn file included from desc_manager.cpp:15:ClientPackageCryptInfo.h:117:41: warning: no newline at end of filecompile dev_log.cppcompile dungeon.cppcompile empire_text_convert.cppcompile entity.cppcompile entity_view.cppcompile event.cppcompile event_queue.cppcompile exchange.cppcompile file_loader.cppcompile fishing.cppcompile gm.cppcompile guild.cppcompile guild_manager.cppcompile guild_war.cppcompile horse_rider.cppcompile horsename_manager.cppcompile input.cppcompile input_auth.cppcompile input_db.cppcompile input_login.cppIn file included from input_db.cpp:13:shop_manager.h:40:7: warning: no newline at end of fileinput_db.cpp:2722:2: warning: no newline at end of fileinput_auth.cpp: In member function 'int CInputAuth::auth_OpenID(const char*, const char*, char*)':input_auth.cpp:467: warning: unused variable 'last'compile input_main.cppcompile input_p2p.cppcompile input_teen.cppIn file included from input_main.cpp:16:shop_manager.h:40:7: warning: no newline at end of filecompile input_udp.cppcompile ip_ban.cppcompile item.cppcompile item_addon.cppcompile item_attribute.cppIn file included from item.cpp:22:belt_inventory_helper.h:108:42: warning: no newline at end of fileIn file included from item.cpp:23:../../common/VnumHelper.h:59:32: warning: no newline at end of fileitem.cpp:2084:2: warning: no newline at end of filecompile item_manager.cppIn file included from item_manager.cpp:21:../../common/VnumHelper.h:59:32: warning: no newline at end of fileIn file included from item.cpp:22:belt_inventory_helper.h: In static member function 'static BYTE CBeltInventoryHelper::GetBeltGradeByRefineLevel(int)':belt_inventory_helper.h:28: warning: comparison between signed and unsigned integer expressionsitem.h: In constructor 'CItem::CItem(DWORD)':item.h:286: warning: 'CItem::m_pkRealTimeExpireEvent' will be initialized afteritem.h:283: warning:   'LPEVENT CItem::m_pkExpireEvent'item.cpp:25: warning:   when initialized hereitem.cpp: In function 'const bool CanPutIntoRing(CItem*, CItem*)':item.cpp:1725: warning: unused variable 'vnum'item.cpp: In member function 'bool CItem::CanPutInto(CItem*)':item.cpp:1758: warning: comparison between signed and unsigned integer expressionsitem.cpp: In member function 'int CItem::GiveMoreTime_Per(float)':item.cpp:2014: warning: comparison between signed and unsigned integer expressionsitem.cpp:2016: warning: comparison between signed and unsigned integer expressionsitem.cpp: In member function 'int CItem::GiveMoreTime_Fix(DWORD)':item.cpp:2038: warning: comparison between signed and unsigned integer expressionsitem.cpp: In member function 'int CItem::GetDuration()':item.cpp:2069: warning: array subscript has type 'char'item_manager.cpp: In member function 'TItemTable* ITEM_MANAGER::GetTable(DWORD)':item_manager.cpp:604: warning: comparison between signed and unsigned integer expressionscompile item_manager_idrange.cppcompile locale.cppcompile locale_service.cppcompile log.cppcompile login_data.cppcompile lzo_manager.cppcompile marriage.cppcompile matrix_card.cppcompile messenger_manager.cppcompile mining.cppcompile mob_manager.cppcompile monarch.cppmonarch.cpp:276:2: warning: no newline at end of filecompile motion.cppcompile over9refine.cppcompile p2p.cppcompile packet_info.cppcompile party.cppcompile passpod.cppcompile pcbang.cppcompile polymorph.cppcompile priv_manager.cppcompile pvp.cppcompile questevent.cppcompile questlua.cppcompile questlua_affect.cppquestlua.cpp: In member function 'bool quest::FPartyCheckFlagLt::operator()(CHARACTER*)':questlua.cpp:78: warning: 'returnBool' may be used uninitialized in this functioncompile questlua_arena.cppcompile questlua_ba.cppcompile questlua_building.cppcompile questlua_danceevent.cppcompile questlua_dungeon.cppcompile questlua_forked.cppcompile questlua_game.cppcompile questlua_global.cppcompile questlua_guild.cppcompile questlua_horse.cppcompile questlua_pet.cppIn file included from questlua_pet.cpp:11:PetSystem.h:163:31: warning: no newline at end of filequestlua_pet.cpp:157:2: warning: no newline at end of filecompile questlua_item.cppcompile questlua_marriage.cppcompile questlua_mgmt.cppcompile questlua_monarch.cppcompile questlua_npc.cppIn file included from questlua_npc.cpp:9:shop_manager.h:40:7: warning: no newline at end of filequestlua_npc.cpp: In function 'int quest::npc_get_vid_attack_mul(lua_State*)':questlua_npc.cpp:293: warning: unused variable 'q'questlua_npc.cpp: In function 'int quest::npc_set_vid_attack_mul(lua_State*)':questlua_npc.cpp:309: warning: unused variable 'q'questlua_npc.cpp: In function 'int quest::npc_get_vid_damage_mul(lua_State*)':questlua_npc.cpp:324: warning: unused variable 'q'questlua_npc.cpp: In function 'int quest::npc_set_vid_damage_mul(lua_State*)':questlua_npc.cpp:340: warning: unused variable 'q'compile questlua_oxevent.cppcompile questlua_party.cppcompile questlua_pc.cppcompile questlua_quest.cppcompile questlua_target.cppcompile questmanager.cppcompile questnpc.cppquestnpc.cpp: In member function 'bool quest::NPC::HandleEvent(quest::PC&, int)':questnpc.cpp:500: warning: unused variable 'pPC'compile questpc.cppcompile refine.cppcompile regen.cppcompile safebox.cppcompile sectree.cppcompile sectree_manager.cppcompile sequence.cppcompile shop.cppcompile skill.cppshop.cpp: In member function 'virtual bool CShop::IsSellingItem(DWORD)':shop.cpp:576: warning: comparison between signed and unsigned integer expressionscompile start_position.cppcompile target.cppcompile text_file_loader.cppcompile trigger.cppIn file included from trigger.cpp:8:shop_manager.h:40:7: warning: no newline at end of filecompile utils.cppcompile vector.cpputils.cpp: In function 'bool WildCaseCmp(const char*, const char*)':utils.cpp:243: warning: NULL used in arithmeticutils.cpp:255: warning: NULL used in arithmeticutils.cpp:269: warning: NULL used in arithmeticcompile war_map.cppcompile wedding.cppcompile xmas_event.cppversion.cpp:14:2: warning: no newline at end of filecompile version.cppcompile panama.cppcompile threeway_war.cppcompile map_location.cppcompile auth_brazil.cppcompile BlueDragon.cppcompile BlueDragon_Binder.cppcompile DragonLair.cppcompile questlua_dragonlair.cppcompile HackShield.cppcompile HackShield_Impl.cppcompile char_hackshield.cppcompile skill_power.cppcompile affect.cppcompile SpeedServer.cppcompile questlua_speedserver.cppcompile XTrapManager.cppcompile auction_manager.cppcompile FileMonitor_FreeBSD.cppFileMonitor_FreeBSD.cpp:136:2: warning: no newline at end of filecompile ClientPackageCryptInfo.cppcompile cipher.cppIn file included from ClientPackageCryptInfo.cpp:2:ClientPackageCryptInfo.h:117:41: warning: no newline at end of fileClientPackageCryptInfo.h: In constructor 'CClientPackageCryptInfo::CClientPackageCryptInfo()':ClientPackageCryptInfo.h:50: warning: 'CClientPackageCryptInfo::m_pSerializedCryptKeyStream' will be initialized afterClientPackageCryptInfo.h:48: warning:   'int CClientPackageCryptInfo::m_nCryptKeyPackageCnt'ClientPackageCryptInfo.cpp:9: warning:   when initialized herecompile buff_on_attributes.cppbuff_on_attributes.cpp: In member function 'void CBuffOnAttributes::ChangeBuffValue(BYTE)':buff_on_attributes.cpp:113: warning: unused variable 'old_value'buff_on_attributes.cpp:114: warning: unused variable 'new_value'compile check_server.cpp../../../Extern/include/cryptopp/algparam.h: In constructor 'CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string<char, std::char_traits<char>, std::allocator<char> >]':../../../Extern/include/cryptopp/filters.h:793:   instantiated from here../../../Extern/include/cryptopp/algparam.h:26: warning: unused variable 'cryptopp_assert_26'../../../Extern/include/cryptopp/algparam.h: In member function 'void CryptoPP::AlgorithmParametersTemplate<T>::MoveInto(void*) const [with T = CryptoPP::RandomNumberGenerator*]':cipher.cpp:397:   instantiated from here../../../Extern/include/cryptopp/algparam.h:322: warning: unused variable 'p'In file included from check_server.cpp:1:check_server.h: In static member function 'static bool CheckServer::CheckIp(const char*)':check_server.h:24: warning: comparison between signed and unsigned integer expressionscompile dragon_soul_table.cppIn file included from dragon_soul_table.cpp:4:dragon_soul_table.h:74:7: warning: no newline at end of filedragon_soul_table.cpp: In member function 'bool DragonSoulTable::ReadAdditionalApplys()':dragon_soul_table.cpp:223: warning: comparison between signed and unsigned integer expressionsdragon_soul_table.cpp: In member function 'bool DragonSoulTable::CheckApplyNumSettings()':dragon_soul_table.cpp:283: warning: comparison between signed and unsigned integer expressionsdragon_soul_table.cpp: In member function 'bool DragonSoulTable::CheckWeightTables()':dragon_soul_table.cpp:311: warning: comparison between signed and unsigned integer expressionsdragon_soul_table.cpp: In member function 'bool DragonSoulTable::CheckRefineGradeTables()':dragon_soul_table.cpp:343: warning: comparison between signed and unsigned integer expressionsdragon_soul_table.cpp:372: warning: comparison between signed and unsigned integer expressionsdragon_soul_table.cpp: In member function 'bool DragonSoulTable::CheckRefineStepTables()':dragon_soul_table.cpp:397: warning: comparison between signed and unsigned integer expressionsdragon_soul_table.cpp:427: warning: comparison between signed and unsigned integer expressionsdragon_soul_table.cpp: In member function 'bool DragonSoulTable::CheckRefineStrengthTables()':dragon_soul_table.cpp:453: warning: comparison between signed and unsigned integer expressionsdragon_soul_table.cpp: In member function 'bool DragonSoulTable::CheckDragonHeartExtTables()':dragon_soul_table.cpp:494: warning: comparison between signed and unsigned integer expressionsdragon_soul_table.cpp:513: warning: comparison between signed and unsigned integer expressionsdragon_soul_table.cpp:522: warning: comparison between signed and unsigned integer expressionsdragon_soul_table.cpp: In member function 'bool DragonSoulTable::CheckDragonSoulExtTables()':dragon_soul_table.cpp:545: warning: comparison between signed and unsigned integer expressionsgroup_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(const std::string&, T&) const [with T = std::string]':dragon_soul_table.cpp:129:   instantiated from heregroup_text_parse_tree.h:220: warning: comparison between signed and unsigned integer expressionsgroup_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(const std::string&, T&) const [with T = BYTE]':dragon_soul_table.cpp:134:   instantiated from heregroup_text_parse_tree.h:220: warning: comparison between signed and unsigned integer expressionsgroup_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(const std::string&, T&) const [with T = int]':dragon_soul_table.cpp:201:   instantiated from heregroup_text_parse_tree.h:220: warning: comparison between signed and unsigned integer expressionsgroup_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(const std::string&, T&) const [with T = float]':dragon_soul_table.cpp:260:   instantiated from heregroup_text_parse_tree.h:220: warning: comparison between signed and unsigned integer expressionsgroup_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(int, T&) const [with T = float]':dragon_soul_table.cpp:828:   instantiated from heregroup_text_parse_tree.h:228: warning: comparison between signed and unsigned integer expressionscompile DragonSoul.cppgroup_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(int, T&) const [with T = int]':group_text_parse_tree.h:159:   instantiated from 'bool CGroupNode::GetValue(const std::string&, const std::string&, T&) const [with T = int]'group_text_parse_tree.h:203:   instantiated from 'bool CGroupNode::GetGroupValue(const std::string&, const std::string&, const std::string&, T&) const [with T = int]'dragon_soul_table.cpp:612:   instantiated from heregroup_text_parse_tree.h:228: warning: comparison between signed and unsigned integer expressionsgroup_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(int, T&) const [with T = unsigned int]':group_text_parse_tree.h:159:   instantiated from 'bool CGroupNode::GetValue(const std::string&, const std::string&, T&) const [with T = unsigned int]'group_text_parse_tree.h:203:   instantiated from 'bool CGroupNode::GetGroupValue(const std::string&, const std::string&, const std::string&, T&) const [with T = unsigned int]'dragon_soul_table.cpp:884:   instantiated from heregroup_text_parse_tree.h:228: warning: comparison between signed and unsigned integer expressionsIn file included from DragonSoul.cpp:9:dragon_soul_table.h:74:7: warning: no newline at end of fileDragonSoul.cpp: In function 'int Gamble(std::vector<float, std::allocator<float> >&)':DragonSoul.cpp:19: warning: comparison between signed and unsigned integer expressionsDragonSoul.cpp:25: warning: comparison between signed and unsigned integer expressionsDragonSoul.cpp: In member function 'bool DSManager::RefreshItemAttributes(CItem*)':DragonSoul.cpp:203: warning: comparison between signed and unsigned integer expressionsDragonSoul.cpp: In member function 'bool DSManager::PutAttributes(CItem*)':DragonSoul.cpp:273: warning: comparison between signed and unsigned integer expressionsDragonSoul.cpp: In member function 'bool DSManager::ExtractDragonHeart(CHARACTER*, CItem*, CItem*)':DragonSoul.cpp:350: warning: unused variable 'sum'DragonSoul.cpp: In member function 'bool DSManager::PullOut(CHARACTER*, TItemPos, CItem*&, CItem*)':DragonSoul.cpp:435: warning: unused variable 'dwVnum'DragonSoul.cpp:469: warning: format '%d' expects type 'int', but argument 3 has type 'double'DragonSoul.cpp:469: warning: format '%d' expects type 'int', but argument 4 has type 'double'DragonSoul.cpp: In member function 'bool DSManager::DoRefineGrade(CHARACTER*, TItemPos (&)[15])':DragonSoul.cpp:555: warning: unused variable 'prob_sum'DragonSoul.cpp: In member function 'bool DSManager::DoRefineStep(CHARACTER*, TItemPos (&)[15])':DragonSoul.cpp:763: warning: unused variable 'sum'compile group_text_parse_tree.cppgroup_text_parse_tree.h: In constructor 'CGroupTextParseTreeLoader::CGroupTextParseTreeLoader()':group_text_parse_tree.h:93: warning: 'CGroupTextParseTreeLoader::m_dwcurLineIndex' will be initialized aftergroup_text_parse_tree.h:91: warning:   'CGroupNode* CGroupTextParseTreeLoader::m_pRootGroupNode'group_text_parse_tree.cpp:5: warning:   when initialized heregroup_text_parse_tree.cpp: In member function 'bool CGroupTextParseTreeLoader::LoadGroup(CGroupNode*)':group_text_parse_tree.cpp:99: warning: comparison between signed and unsigned integer expressionsgroup_text_parse_tree.cpp: In member function 'bool CGroupNode::GetRow(int, const CGroupNode::CGroupNodeRow**) const':group_text_parse_tree.cpp:206: warning: comparison between signed and unsigned integer expressionscompile char_dragonsoul.cppchar_dragonsoul.cpp:143:2: warning: no newline at end of filechar_dragonsoul.cpp: In member function 'bool CHARACTER::DragonSoul_ActivateDeck(int)':char_dragonsoul.cpp:91: warning: control reaches end of non-void functioncompile questlua_dragonsoul.cppcompile shop_manager.cppIn file included from shop_manager.cpp:22:shop_manager.h:40:7: warning: no newline at end of filecompile shopEx.cppshopEx.cpp: In member function 'virtual int CShopEx::Buy(CHARACTER*, BYTE)':shopEx.cpp:159: warning: comparison between signed and unsigned integer expressionscompile item_manager_read_tables.cppitem_manager_read_tables.cpp: In member function 'bool ITEM_MANAGER::ReadMonsterDropItemGroup(const char*)':item_manager_read_tables.cpp:637: warning: unused variable 'pkGroup'shop_manager.cpp: In function 'bool ConvertToShopItemTable(CGroupNode*, TShopTableEx&)':shop_manager.cpp:473: warning: comparison between signed and unsigned integer expressionsgroup_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(int, T&) const [with T = unsigned int]':group_text_parse_tree.h:175:   instantiated from 'bool CGroupNode::GetValue(const std::string&, int, T&) const [with T = DWORD]'shop_manager.cpp:381:   instantiated from heregroup_text_parse_tree.h:228: warning: comparison between signed and unsigned integer expressionsgroup_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(int, T&) const [with T = std::basic_string<char, std::char_traits<char>, std::allocator<char> >]':group_text_parse_tree.h:175:   instantiated from 'bool CGroupNode::GetValue(const std::string&, int, T&) const [with T = std::string]'shop_manager.cpp:387:   instantiated from heregroup_text_parse_tree.h:228: warning: comparison between signed and unsigned integer expressionsgroup_text_parse_tree.h: In member function 'bool CGroupNode::CGroupNodeRow::GetValue(int, T&) const [with T = unsigned char]':group_text_parse_tree.h:136:   instantiated from 'bool CGroupNode::GetValue(size_t, const std::string&, T&) const [with T = BYTE]'shop_manager.cpp:442:   instantiated from heregroup_text_parse_tree.h:228: warning: comparison between signed and unsigned integer expressionsitem_manager_read_tables.cpp:627: warning: 'pkGroup' may be used uninitialized in this functioncompile minilzo.ccompile main.cppcompile test.cppIn file included from main.cpp:14:shop_manager.h:40:7: warning: no newline at end of fileIn file included from main.cpp:93:check_server.h: In static member function 'static bool CheckServer::CheckIp(const char*)':check_server.h:24: warning: comparison between signed and unsigned integer expressionschar_item.cpp: In member function 'bool CHARACTER::IsEmptyItemGrid(TItemPos, BYTE, int) const':char_item.cpp:679: warning: control reaches end of non-void functionchar.cpp: In member function 'void CHARACTER::PointChange(BYTE, int, bool, bool)':char.cpp:3088: warning: comparison between signed and unsigned integer expressionschar_state.cpp: In member function 'virtual void CHARACTER::StateMove()':char_state.cpp:901: warning: unused variable 'rider'cmd_gm.cpp: In function 'void do_set_stat(CHARACTER*, const char*, int, int)':cmd_gm.cpp:3935: warning: NULL used in arithmeticcmd_gm.cpp: In function 'void do_use_item(CHARACTER*, const char*, int, int)':cmd_gm.cpp:4357: warning: 'cell' may be used uninitialized in this functioncmd_gm.cpp: In function 'void do_set_stat(CHARACTER*, const char*, int, int)':cmd_gm.cpp:3977: warning: 'n' may be used uninitialized in this function../../../Extern/include/cryptopp/misc.h: At global scope:../../../Extern/include/cryptopp/misc.h:548: warning: 'std::string CryptoPP::StringNarrow(const wchar_t*, bool)' defined but not usedcmd_gm.cpp: In function 'void do_mob_ld(CHARACTER*, const char*, int, int)':cmd_gm.cpp:855: warning: 'x' may be used uninitialized in this functioncmd_gm.cpp:855: warning: 'y' may be used uninitialized in this functionchar_item.cpp: In member function 'void CHARACTER::BuffOnAttr_ValueChange(BYTE, BYTE, BYTE)':char_item.cpp:6271: warning: 'pBuff' may be used uninitialized in this functionlinking ../game_r_32....linking ../testOBJDIR/MarkImage.o: In function `CGuildMarkImage::GetData(unsigned int, unsigned int, unsigned int, unsigned int, void*)':/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:128: undefined reference to `ilBindImage'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:129: undefined reference to `ilCopyPixels'OBJDIR/MarkImage.o: In function `CGuildMarkImage::PutData(unsigned int, unsigned int, unsigned int, unsigned int, void*)':/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:122: undefined reference to `ilBindImage'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:123: undefined reference to `ilSetPixels'OBJDIR/MarkImage.o: In function `CGuildMarkImage::Save(char const*)':/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:48: undefined reference to `ilEnable'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:49: undefined reference to `ilBindImage'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:51: undefined reference to `ilSave'OBJDIR/MarkImage.o: In function `CGuildMarkImage::Create()':/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:43: undefined reference to `ilGenImages'OBJDIR/MarkImage.o: In function `CGuildMarkImage::Destroy()':/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:34: undefined reference to `ilDeleteImages'OBJDIR/MarkImage.o: In function `CGuildMarkImage::Load(char const*)':/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:92: undefined reference to `ilBindImage'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:93: undefined reference to `ilEnable'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:94: undefined reference to `ilOriginFunc'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:96: undefined reference to `ilLoad'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:102: undefined reference to `ilGetInteger'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:108: undefined reference to `ilGetInteger'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:114: undefined reference to `ilConvertImage'OBJDIR/MarkImage.o: In function `CGuildMarkImage::Build(char const*)':/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:64: undefined reference to `ilBindImage'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:65: undefined reference to `ilEnable'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:66: undefined reference to `ilOriginFunc'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:71: undefined reference to `ilTexImage'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:79: undefined reference to `ilEnable'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:81: undefined reference to `ilSave'OBJDIR/MarkImage.o: In function `CGuildMarkImage::GetData(unsigned int, unsigned int, unsigned int, unsigned int, void*)':/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:128: undefined reference to `ilBindImage'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:129: undefined reference to `ilCopyPixels'OBJDIR/MarkImage.o: In function `CGuildMarkImage::PutData(unsigned int, unsigned int, unsigned int, unsigned int, void*)':/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:122: undefined reference to `ilBindImage'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:123: undefined reference to `ilSetPixels'OBJDIR/MarkImage.o: In function `CGuildMarkImage::Save(char const*)':/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:48: undefined reference to `ilEnable'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:49: undefined reference to `ilBindImage'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:51: undefined reference to `ilSave'OBJDIR/MarkImage.o: In function `CGuildMarkImage::Create()':/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:43: undefined reference to `ilGenImages'OBJDIR/MarkImage.o: In function `CGuildMarkImage::Destroy()':/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:34: undefined reference to `ilDeleteImages'OBJDIR/MarkImage.o: In function `CGuildMarkImage::Load(char const*)':/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:92: undefined reference to `ilBindImage'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:93: undefined reference to `ilEnable'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:94: undefined reference to `ilOriginFunc'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:96: undefined reference to `ilLoad'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:102: undefined reference to `ilGetInteger'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:108: undefined reference to `ilGetInteger'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:114: undefined reference to `ilConvertImage'OBJDIR/MarkImage.o: In function `CGuildMarkImage::Build(char const*)':/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:64: undefined reference to `ilBindImage'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:65: undefined reference to `ilEnable'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:66: undefined reference to `ilOriginFunc'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:71: undefined reference to `ilTexImage'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:79: undefined reference to `ilEnable'/usr/src/mainline/Srcs/Server/game/src/MarkImage.cpp:81: undefined reference to `ilSave'OBJDIR/main.o: In function `main':/usr/src/mainline/Srcs/Server/game/src/main.cpp:456: undefined reference to `ilInit'gmake: *** [../test] Error 1gmake: *** Waiting for unfinished jobs....gmake: *** [../game_r_32] Error 1root@Sinval:/usr/src/mainline/Srcs/Server/game/src #

     

    Alguém me ajuda por favor ?


  2.  

    Você deve meter no iniciar.sh, logo após:

    ./game

    ./db

    ./auth

    ETC....

     

    ./game  -I 123.123.123

    ./auth  -I 123.123.123

    ./db  -I 123.123.123

     

     

     

    123.123.123: seu ip de rede;;;;

     

    Testei com game que peguei na net e não precisou disso tem como remover isso na source ?


  3. Bem  finalmente consegui compilar o game com source do novaline porém quando vou logar quando entra fecha jogo apenas encontrei um erro que dá no syserr que é esse >

    SYSERR: Mar 30 19:55:11 :: ChildLoop: AsyncSQL: query failed: Table 'sinval_log.invalid_server_log' doesn't exist (query: INSERT INTO invalid_server_log(locale_type, log_date, ip, revision) VALUES(14, NOW(), '25.181.49.100', 40250) errno: 1146)

    Ai eu peguei o game 40250 que baixei aqui do fórum puis e com ele eu consigo logar de boa mais com que eu compilo dá esse erro e loga e fecha duma vez, preciso de ajuda pois já quebrei cabeça tenteni procurar algo do tipo ai nos  fóruns pra vê se achava uma solução pedi ajuda a um amigo mais mesmo assim continuo sem saber resolver isso e o porque quando loga fecha.

     

    Quem puder me ajudar desde já agradeço.

     

     


  4. UPDATE :

     

    Corrigido Mob : Bruxa do Céu estava muito forte e ninguém conseguia matar mais já foi corrigido.

    Drops do mob

    Imagem colocada

    Árvore Demoníaca que fica final da Floresta 2 foi adicionado seus drops.

    Imagem colocada

    Esfera da Bênção dropa em todas Pedra metin do  level 5 até 90 e as do 90 pode cair até 5 as demais 1, pode dropar também na Caverna das Aranhas 2 e 3.

    Aranha Baronesa e o seu Ninho

    O Ninho da Procriação da Baronesa é a fase final do 3º Piso da Cave das Aranhas.
    É acessível através da Lápide situada na última sala do v3.
    Para acederes ao mapa terás de ter nível 50 ou superior, contudo terás de completar uma Missão. 
    Quando o líder concluir a missão e possuir a Chave do Aracnídeo estão aptos para entrarem no Mapa.
    Após entrares no Ninho da Procriação da Baronesa terás que matar a Aranha Barão e conseguir o Apito do Aracnídeo,
    uma vez que usado aparecerão Ovos de Aranha e a Aranha Baronesa! 
    Quando destróis um Ovo de Aranha, a Aranha Baronesa aumenta o ataque e diminui a defesa!
     
    Como obter a Chave?
     
    Imagem colocada
     
    Visita o Capitão. 
    Ele vai te entregar uma passagem e enviar te para a caverna para obteres uma cópia de uma inscrição.
     
    Imagem colocada
     
     
    Quando tiveres uma cópia volta ao Capitão. Infelizmente ele não consegue ler símbolos antigos.
     
     
    Não te preocupes o sábio Uriel irá te ajudar, depois volta ao Capitão.
     
    Imagem colocada
     
     
    Depois do Capitão ler a inscrição irá enviar-te de volta ao Uriel. 
    O Uriel sabe como abrir as portas para a cruel Aranha Baronesa.
     
     
    Novamente o Uriel sabe todas as respostas: Colecciona Saco Venenoso De Aranha, Teia de Aranha, Olho de Aranha,
    Ovos de Aranha, Pernas de Aranha e Veneno da Aranha Rainha (24h de duração) 
    Podes obter o Veneno da Rainha Aranha apenas derrotando a Rainha Aranha.
     
    Imagem colocada
     
     
    Volta ao Uriel, ele irá te criar a Chave do Aracnídeo.
    Mas tem cuidado, ele pode falhar e terás que apanhar todos os itens novamente.
     
    Imagem colocada
     
    Assim que receberes a chave deves chamar os teus amigos de combate. Para a ultima parte desta aventura precisas de um grupo.
    Contudo, apenas o líder necessita da chave para abrir a porta.
    Se tiveres preparado clica na inscrição na Caverna das Aranhas 3 (o líder do grupo precisa de entrar primeiro).
    A tua missão é derrotar a Aranha Baronesa usa o Apito do Aracnídeo para atraíres a Aranha Baronesa. 
     
    Imagem colocada

    Drops da Aranha

     

    Imagem colocada

     

    Essas modificações estarão disponível dia 26/03/2014 será feito uma manutenção cedo apenas pra colocar os mesmo.

     

    Sistema de pet, montadas melhoráveis, drops da ilha do caos, sala do dragão estarão disponível após manutenção domingo.

     

     

     


  5. Baixa AdwCleaner executa como administrador clica em SCAN espera que ele termina e clica em CLEAN  ele vai pedir para reiniciar o pc e voce diz que sim.Vai ver as extensões que tens instalados e apagas as que são estranhas ou que não pusses-te.

    já fiz isso parou ficou uns dias sem acontecer e hoje voltou acontecer.


  6. Bem meu navegador sempre foi Firefox sempre gostei mais de uns 15 dias para cá se não me engano ele virou fechar sozinho não sei porque mais preciso de ajuda pra resolver pois as vezes deixo coisas baixando ele fecha eu me ferro.

     

    ps : se não sabe o que é ou não sabe como me ajudar não precisa fazer off top.


  7. Espero que o projecto dure, como o Sinval está lá deve ser um servidor decente.

    Não jogo muito metin, já houve alturas em que me agradou jogar mais, talvez um dia experimente.

    Obrigado eu também espero que de certo.

     

    Espero verte lá '-'