Jump to content

EisTee

Inactive Member
  • Posts

    25
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by EisTee

  1. Hello Community If i want compile my client c++ express give that error fatal error C1900: Inkompatibilität zwischen "P1", Version "20080116", und "P2", Version "20070207"
  2. Hello, i have a problem when i use the pc.give_exp2, pc.give_exp or pc.give_exp_perc function then the levelup trigger not work
  3. Hello, the link from the orc maze map is down, have anyone a reuPload link? Sorry for my english
  4. Hi, someone know if is possible get the current hp of the summon pet?
  5. Hello Com, How i can Change the Count for the Skill Books there i must read to get my Skill G1? I want Change the Count to 10
  6. Hello Guy's, A small Question, i want make a small if statemant with the value of a column in item table but i'm a noob in c++ how can make it? I want check if the value in the column is 1 if yes then return
  7. Hello, I need a C++ Developer for a small Item Funktion. Skype: eistee.epvp
  8. Hello, I want change the max gold, i have make the serverside part complete but what i must change in the client src?
  9. Hello Community, I have a question , i want output the lokal time in the game source in a chatpacket . Example: ChatPacket(CHAT_TYPE_INFO, LC_TEXT(" The Time: Hours:minutes:Seconds "), Thx for help:)
  10. in main.cpp //pet table string temp_pet_line; char szpetTable[256];snprintf(szpetTable, sizeof(szpetTable), "%s/Pet_Exptable.txt", LocaleService_GetTablePath().c_str()); ifstream pet_exp_table_open(szpetTable); if (!pet_exp_table_open.is_open()) { sys_err("Failed to Load [%s]", szpetTable); return; } while (!pet_exp_table_open.eof()){ pet_exp_table_open >> temp_pet_line; str_to_number(exp_table_pet[exp_pet_counter], temp_pet_line.c_str()); exp_pet_counter++;} exp_table_counter = exp_table_counter - 1; exp_pet_counter = exp_pet_counter - 1; constants.cpp DWORD exp_table_pet[PET_EXP_TABLE_MAX + 1]; constants.h extern DWORD exp_table_pet[PET_EXP_TABLE_MAX + 1]; .. this is how to load exptable But how we can enable that the pet can get Level up ?
  11. Hello, I have a small problem when i want compile the vanilla source Error:
  12. Hello Community, I have a question, how i can disable Gold drop in the Source? But i want not disable complete, i want that the gold get only in the inventory.
  13. When i want compile the binary src there come me this error [Hidden Content]
  14. Dear Community, I have a problem with my Hamachi Server. I can't boot my VDI on Virtualbox, if want start it he reboot automatic. Can me help anyone to save my files. i know that i can create a new vdi and mount the damage vdi so i can save my files but how i make it?
  15. #done but compile main.cpp In file included from main.cpp:64: SpeedServer.h: In member function 'bool HME::operator<(const HME&) const': SpeedServer.h:43: warning: suggest parentheses around && within || SpeedServer.h: In member function 'bool Date::operator<(const Date&) const': SpeedServer.h:68: warning: suggest parentheses around && within || SpeedServer.h:69: warning: suggest parentheses around && within || In file included from main.cpp:95: check_server.h: In static member function 'static bool CheckServer::CheckIp(const char*)': check_server.h:24: warning: comparison between signed and unsigned integer expressions main.cpp: In function 'int main(int, char**)': main.cpp:577: error: 'string' was not declared in this scope main.cpp:577: error: expected `;' before 'temp_exp_line' main.cpp:580: error: 'ifstream' was not declared in this scope main.cpp:580: error: expected `;' before 'exp_table_open' main.cpp:581: error: 'exp_table_open' was not declared in this scope main.cpp:586: error: 'exp_table_open' was not declared in this scope main.cpp:588: error: 'temp_exp_line' was not declared in this scope ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]': ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]': ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../Extern/include/gtest/internal/gtest-port.h: In function 'Derived* testing::internal::CheckedDowncastToActualType(Base*) [with Derived = const testing::internal::ValuesInIteratorRangeGenerator<bool>::Iterator, Base = const testing::internal::ParamIteratorInterface<bool>]': ../../../Extern/include/gtest/internal/gtest-param-util.h:321: instantiated from 'bool testing::internal::ValuesInIteratorRangeGenerator<T>::Iterator::Equals(const testing::internal::ParamIteratorInterface<T>&) const [with T = bool]' main.cpp:1177: instantiated from here ../../../Extern/include/gtest/internal/gtest-port.h:1031: warning: dereferencing type-punned pointer will break strict-aliasing rules Makefile:130: recipe for target 'OBJDIR/main.o' failed gmake: *** [OBJDIR/main.o] Error 1
  16. New error : compile main.cpp In file included from main.cpp:64: SpeedServer.h: In member function 'bool HME::operator<(const HME&) const': SpeedServer.h:43: warning: suggest parentheses around && within || SpeedServer.h: In member function 'bool Date::operator<(const Date&) const': SpeedServer.h:68: warning: suggest parentheses around && within || SpeedServer.h:69: warning: suggest parentheses around && within || In file included from main.cpp:95: check_server.h: In static member function 'static bool CheckServer::CheckIp(const char*)': check_server.h:24: warning: comparison between signed and unsigned integer expressions main.cpp: In function 'int main(int, char**)': main.cpp:554: error: no matching function for call to 'std::basic_ifstream<char, std::char_traits<char> >::basic_ifstream(const char [16], const char*)' /usr/include/c++/4.2/fstream:464: note: candidates are: std::basic_ifstream<_CharT, _Traits>::basic_ifstream(const char*, std::_Ios_Openmode) [with _CharT = char, _Traits = std::char_traits<char>] /usr/include/c++/4.2/fstream:450: note: std::basic_ifstream<_CharT, _Traits>::basic_ifstream() [with _CharT = char, _Traits = std::char_traits<char>] /usr/include/c++/4.2/iosfwd:89: note: std::basic_ifstream<char, std::char_traits<char> >::basic_ifstream(const std::basic_ifstream<char, std::char_traits<char> >&) ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]': ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]': ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../Extern/include/gtest/internal/gtest-port.h: In function 'Derived* testing::internal::CheckedDowncastToActualType(Base*) [with Derived = const testing::internal::ValuesInIteratorRangeGenerator<bool>::Iterator, Base = const testing::internal::ParamIteratorInterface<bool>]': ../../../Extern/include/gtest/internal/gtest-param-util.h:321: instantiated from 'bool testing::internal::ValuesInIteratorRangeGenerator<T>::Iterator::Equals(const testing::internal::ParamIteratorInterface<T>&) const [with T = bool]' main.cpp:1155: instantiated from here ../../../Extern/include/gtest/internal/gtest-port.h:1031: warning: dereferencing type-punned pointer will break strict-aliasing rules Makefile:130: recipe for target 'OBJDIR/main.o' failed gmake: *** [OBJDIR/main.o] Error 1
  17. I have replace it with std::ifstream exp_table_open("locale/%s/exptable.txt",g_stServiceName); but it come this : compile main.cpp In file included from main.cpp:64: SpeedServer.h: In member function 'bool HME::operator<(const HME&) const': SpeedServer.h:43: warning: suggest parentheses around && within || SpeedServer.h: In member function 'bool Date::operator<(const Date&) const': SpeedServer.h:68: warning: suggest parentheses around && within || SpeedServer.h:69: warning: suggest parentheses around && within || In file included from main.cpp:95: check_server.h: In static member function 'static bool CheckServer::CheckIp(const char*)': check_server.h:24: warning: comparison between signed and unsigned integer expressions main.cpp: In function 'int main(int, char**)': main.cpp:554: error: no matching function for call to 'std::basic_ifstream<char, std::char_traits<char> >::basic_ifstream(const char [16], const char*)' /usr/include/c++/4.2/fstream:464: note: candidates are: std::basic_ifstream<_CharT, _Traits>::basic_ifstream(const char*, std::_Ios_Openmode) [with _CharT = char, _Traits = std::char_traits<char>] /usr/include/c++/4.2/fstream:450: note: std::basic_ifstream<_CharT, _Traits>::basic_ifstream() [with _CharT = char, _Traits = std::char_traits<char>] /usr/include/c++/4.2/iosfwd:89: note: std::basic_ifstream<char, std::char_traits<char> >::basic_ifstream(const std::basic_ifstream<char, std::char_traits<char> >&) main.cpp:558: error: expected `;' before 'return' ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]': ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]': ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../Extern/include/gtest/internal/gtest-port.h: In function 'Derived* testing::internal::CheckedDowncastToActualType(Base*) [with Derived = const testing::internal::ValuesInIteratorRangeGenerator<bool>::Iterator, Base = const testing::internal::ParamIteratorInterface<bool>]': ../../../Extern/include/gtest/internal/gtest-param-util.h:321: instantiated from 'bool testing::internal::ValuesInIteratorRangeGenerator<T>::Iterator::Equals(const testing::internal::ParamIteratorInterface<T>&) const [with T = bool]' main.cpp:1151: instantiated from here ../../../Extern/include/gtest/internal/gtest-port.h:1031: warning: dereferencing type-punned pointer will break strict-aliasing rules Makefile:130: recipe for target 'OBJDIR/main.o' failed gmake: *** [OBJDIR/main.o] Error 1
  18. compile main.cpp In file included from main.cpp:63: SpeedServer.h: In member function 'bool HME::operator<(const HME&) const': SpeedServer.h:43: warning: suggest parentheses around && within || SpeedServer.h: In member function 'bool Date::operator<(const Date&) const': SpeedServer.h:68: warning: suggest parentheses around && within || SpeedServer.h:69: warning: suggest parentheses around && within || main.cpp: In function 'int main(int, char**)': main.cpp:459: error: 'g_stServiceName' was not declared in this scope main.cpp:463: error: expected `;' before 'return' ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]': ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]': ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../../Extern/include/gtest/internal/gtest-port.h: In function 'Derived* testing::internal::CheckedDowncastToActualType(Base*) [with Derived = const testing::internal::ValuesInIteratorRangeGenerator<bool>::Iterator, Base = const testing::internal::ParamIteratorInterface<bool>]': ../../../Extern/include/gtest/internal/gtest-param-util.h:321: instantiated from 'bool testing::internal::ValuesInIteratorRangeGenerator<T>::Iterator::Equals(const testing::internal::ParamIteratorInterface<T>&) const [with T = bool]' main.cpp:1035: instantiated from here ../../../Extern/include/gtest/internal/gtest-port.h:1031: warning: dereferencing type-punned pointer will break strict-aliasing rules Makefile:130: recipe for target 'OBJDIR/main.o' failed gmake: *** [OBJDIR/main.o] Error 1
  19. Hello, I have a question. How i can make in the Source that the EXP Table load from a Text file.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.