EOSERV Forum > Programming > ES Eobot v2.2 Source
Topic is locked.
Page: << 1 2 3 4 5 >>
ES Eobot v2.2 Source
Author Message
Post #195044 Re: ES Eobot v2.2 Source

im getting these warnings while compiling, no errors. but i cant open the bot.

any help?


||=== eobot, Release ===|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp||In constructor 'eobot::Character::Character()':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|84|warning: 'eobot::Character::skillpoints' will be initialized after [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|84|warning:   'int eobot::Character::statpoints' [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|104|warning:   when initialized here [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\bottingfunctions.cpp||In function 'void botfunc::FindTarget(int, int, bool)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\bottingfunctions.cpp|1479|warning: suggest parentheses around '&&' within '||' [-Wparentheses]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\bottingfunctions.cpp|1490|warning: suggest parentheses around '&&' within '||' [-Wparentheses]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\bottingfunctions.cpp||In function 'bool botfunc::TargetAvailable(int, int)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\bottingfunctions.cpp|1590|warning: suggest parentheses around '&&' within '||' [-Wparentheses]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\bottingfunctions.cpp|1601|warning: suggest parentheses around '&&' within '||' [-Wparentheses]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\bottingfunctions.cpp||In function 'void botfunc::FindTarget(int, int, bool)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\bottingfunctions.cpp|1515|warning: 'TempTarget' may be used uninitialized in this function [-Wmaybe-uninitialized]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp||In constructor 'eobot::Character::Character()':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|84|warning: 'eobot::Character::skillpoints' will be initialized after [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|84|warning:   'int eobot::Character::statpoints' [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|104|warning:   when initialized here [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp||In constructor 'eobot::Character::Character()':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|84|warning: 'eobot::Character::skillpoints' will be initialized after [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|84|warning:   'int eobot::Character::statpoints' [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|104|warning:   when initialized here [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|498|warning: 'auto_ptr' is deprecated (declared at c:\mingw32\bin\../lib/gcc/mingw32/4.7.1/include/c++/backward/auto_ptr.h:87) [-Wdeprecated-declarations]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp||In function 'std::auto_ptr<PacketReader> eobot::wait_for(PacketFamily, PacketAction)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|502|warning: 'auto_ptr' is deprecated (declared at c:\mingw32\bin\../lib/gcc/mingw32/4.7.1/include/c++/backward/auto_ptr.h:87) [-Wdeprecated-declarations]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp||In function 'bool eobot::default_handler_character_statskill(PacketReader)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|1153|warning: no return statement in function returning non-void [-Wreturn-type]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp||In function 'bool eobot::default_handler_character_walk_reply(PacketReader)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|1203|warning: no return statement in function returning non-void [-Wreturn-type]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp||In function 'bool eobot::default_handler_npc_damage(PacketReader)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|1478|warning: unused variable 'direction' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|1481|warning: unused variable 'unk1' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp||In function 'bool eobot::default_handler_npc_act(PacketReader)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|1666|warning: unused variable 'hppercent' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp||In function 'bool eobot::default_handler_item_reply(PacketReader)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2174|warning: unused variable 'ItemType' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp||In function 'bool eobot::default_handler_spell_attack_spec(PacketReader)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2240|warning: unused variable 'dir' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2242|warning: unused variable 'dropuid' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2243|warning: unused variable 'dropid' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2244|warning: unused variable 'npcx' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2245|warning: unused variable 'npcy' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2246|warning: unused variable 'dropamount' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2247|warning: unused variable 'damageamount' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp||In function 'bool eobot::default_handler_spell_attack_reply(PacketReader)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2340|warning: unused variable 'dir' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2343|warning: unused variable 'someshit' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2344|warning: unused variable 'tp' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp||In function 'bool eobot::default_handler_spell_castother_reply(PacketReader)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2541|warning: unused variable 'targettype' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2543|warning: unused variable 'hpgain' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2544|warning: unused variable 'someshit' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp||In function 'bool eobot::default_handler_spell_reply(PacketReader)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2589|warning: unused variable 'spellhp' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2590|warning: unused variable 'someshit' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2593|warning: unused variable 'dir' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp||In function 'bool eobot::default_handler_item_pickup(PacketReader)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2666|warning: no return statement in function returning non-void [-Wreturn-type]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp||In function 'InitReply eobot::init(int, int)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2808|warning: 'auto_ptr' is deprecated (declared at c:\mingw32\bin\../lib/gcc/mingw32/4.7.1/include/c++/backward/auto_ptr.h:87) [-Wdeprecated-declarations]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp||In function 'LoginReply eobot::login(std::string, std::string)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2843|warning: 'auto_ptr' is deprecated (declared at c:\mingw32\bin\../lib/gcc/mingw32/4.7.1/include/c++/backward/auto_ptr.h:87) [-Wdeprecated-declarations]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp||In function 'bool eobot::select_character(std::string)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2911|warning: 'auto_ptr' is deprecated (declared at c:\mingw32\bin\../lib/gcc/mingw32/4.7.1/include/c++/backward/auto_ptr.h:87) [-Wdeprecated-declarations]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2934|warning: 'auto_ptr' is deprecated (declared at c:\mingw32\bin\../lib/gcc/mingw32/4.7.1/include/c++/backward/auto_ptr.h:87) [-Wdeprecated-declarations]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|2942|warning: unused variable 'characterid' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp||In function 'void eobot::tick()':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.cpp|3090|warning: 'auto_ptr' is deprecated (declared at c:\mingw32\bin\../lib/gcc/mingw32/4.7.1/include/c++/backward/auto_ptr.h:87) [-Wdeprecated-declarations]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp||In constructor 'eobot::Character::Character()':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|84|warning: 'eobot::Character::skillpoints' will be initialized after [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|84|warning:   'int eobot::Character::statpoints' [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|104|warning:   when initialized here [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\main.cpp||In function 'bool eo_pipe_private_chat(PacketReader)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\main.cpp|348|warning: control reaches end of non-void function [-Wreturn-type]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\main.cpp|118|warning: 'void eobot_disconnect()' defined but not used [-Wunused-function]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp||In constructor 'eobot::Character::Character()':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|84|warning: 'eobot::Character::skillpoints' will be initialized after [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|84|warning:   'int eobot::Character::statpoints' [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|104|warning:   when initialized here [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\map.cpp||In member function 'bool Map::Load()':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\map.cpp|188|warning: unused variable 'x' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\map.cpp|189|warning: unused variable 'y' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\map.cpp|190|warning: unused variable 'npc_id' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\map.cpp|191|warning: unused variable 'spawntype' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\map.cpp|192|warning: unused variable 'spawntime' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\map.cpp|193|warning: unused variable 'amount' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\map.cpp|208|warning: unused variable 'x' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\map.cpp|209|warning: unused variable 'y' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\map.cpp|210|warning: unused variable 'slot' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\map.cpp|211|warning: unused variable 'itemid' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\map.cpp|212|warning: unused variable 'time' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\map.cpp|213|warning: unused variable 'amount' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\map.cpp|184|warning: unused variable 'index' [-Wunused-variable]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp||In constructor 'eobot::Character::Character()':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|84|warning: 'eobot::Character::skillpoints' will be initialized after [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|84|warning:   'int eobot::Character::statpoints' [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\eobot.hpp|104|warning:   when initialized here [-Wreorder]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\timers.cpp||In function 'void timers::t_main2(void*)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\timers.cpp|372|warning: suggest parentheses around '&&' within '||' [-Wparentheses]|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\timers.cpp||In function 'void timers::t_Mage(void*)':|

C:\Users\*censored*\Desktop\ES Eobot v2.2 Source\timers.cpp|699|warning: suggest parentheses around '&&' within '||' [-Wparentheses]|

||=== Build finished: 0 errors, 71 warnings ===|


10 years, 31 weeks ago
Post #195273 Re: ES Eobot v2.2 Source

Link is broken, can I still get this?

10 years, 21 weeks ago
Post #195274 Re: ES Eobot v2.2 Source
evildead posted: (11th Dec 2013, 04:40 pm)

Link is broken, can I still get this?


Can I get it too?!
---
I not hacker

“Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its
whole life believing that it is stupid.” - Albert Einstein : Really Great Quote Ramy!
10 years, 21 weeks ago
Post #195607 Re: ES Eobot v2.2 Source

Wow! A year old topic and I just got a request for the source :D, and I still have a link so here ya go ES_Eobot_v2.2_Source.zip !

9 years, 51 weeks ago
Page: << 1 2 3 4 5 >>
Topic is locked.
EOSERV Forum > Programming > ES Eobot v2.2 Source