|
You last visited: Today at 11:32
Advertisement
[C++/Python]12 Inventar Seiten
Discussion on [C++/Python]12 Inventar Seiten within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.
08/28/2015, 21:54
|
#31
|
elite*gold: 27
Join Date: Apr 2014
Posts: 300
Received Thanks: 107
|
Unnötiger Release.
Es wurden schon 4 Inventar Seiten release..
Wer dann zu dumm ist diese einfach zu verdoppeln und mehrere hinzuzufügen dann weiß ich auch nicht.
Einfach nur Unnötig
|
|
|
08/28/2015, 22:23
|
#32
|
elite*gold: 75
Join Date: Mar 2012
Posts: 2,655
Received Thanks: 742
|
Quote:
Originally Posted by LatexLatte
Unnötiger Release.
Es wurden schon 4 Inventar Seiten release..
Wer dann zu dumm ist diese einfach zu verdoppeln und mehrere hinzuzufügen dann weiß ich auch nicht.
Einfach nur Unnötig
|
Das ist einfach kein "unnötiger Release", weil manche 5 Inventarseiten haben und dabei die maximale 255+ Slots überschreitet und damit kann man es beheben das ist doch nur so ein Grundbaustein.
Guck dir mal die von 4 Seiten und guck dir das mal an, dann wirst du hoffentlich den Unterschied merken!
Danke fürs Publizieren! Benutze schon immer 5 Inventarseiten aber es hat immer mit Gürtelslots gebuggt jetzt sollte es wieder gehen.
|
|
|
08/29/2015, 02:43
|
#33
|
elite*gold: 2
Join Date: Jan 2008
Posts: 531
Received Thanks: 234
|
Quote:
Originally Posted by .J0ker
Es ist doch bereits 4 Inventar seiten Public warum extra nochmal 12 ? facepalm
|
Jup! Sinnloses Kommentar. Aber nagut vielleicht verstehst du es einfach nicht!
Quote:
Originally Posted by .Despero™
Das ist einfach kein "unnötiger Release", weil manche 5 Inventarseiten haben und dabei die maximale 255+ Slots überschreitet und damit kann man es beheben das ist doch nur so ein Grundbaustein.
Guck dir mal die von 4 Seiten und guck dir das mal an, dann wirst du hoffentlich den Unterschied merken!
Danke fürs Publizieren! Benutze schon immer 5 Inventarseiten aber es hat immer mit Gürtelslots gebuggt jetzt sollte es wieder gehen.
|
Ja sollte es genau deshalb dieses Release.
|
|
|
08/29/2015, 15:14
|
#34
|
elite*gold: 0
Join Date: Aug 2012
Posts: 974
Received Thanks: 89
|
habe diesen fehler:
PHP Code:
compile char_item.cpp compile char_manager.cpp In 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 expressions char_item.cpp: At global scope: char_item.cpp:455: error: prototype for 'CItem* CHARACTER::GetWear(BYTE) const' does not match any in class 'CHARACTER' char.h:1062: error: candidate is: CItem* CHARACTER::GetWear(UINT) const char_item.cpp:467: error: prototype for 'void CHARACTER::SetWear(BYTE, CItem*)' does not match any in class 'CHARACTER' char.h:1061: error: candidate is: void CHARACTER::SetWear(UINT, CItem*) char_item.cpp: In member function 'bool CHARACTER::IsEmptyItemGrid(TItemPos, BYTE, int) const': char_item.cpp:534: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const char_item.cpp:544: warning: comparison between signed and unsigned integer expressions char_item.cpp:559: warning: comparison between signed and unsigned integer expressions char_item.cpp:578: warning: comparison between signed and unsigned integer expressions char_item.cpp:608: warning: comparison between signed and unsigned integer expressions char_item.cpp:640: warning: comparison is always false due to limited range of data type char_item.cpp:666: warning: comparison is always false due to limited range of data type char_item.cpp: At global scope: char_item.cpp:1260: error: prototype for 'bool CHARACTER::RefineInformation(BYTE, BYTE, int)' does not match any in class 'CHARACTER' char.h:1102: error: candidate is: bool CHARACTER::RefineInformation(UINT, BYTE, int) char_item.cpp: In member function 'bool CHARACTER::RefineItem(CItem*, CItem*)': char_item.cpp:1370: error: call of overloaded 'RefineInformation(WORD, ERefineType, WORD)' is ambiguous char.h:1102: note: candidates are: bool CHARACTER::RefineInformation(UINT, BYTE, int) char_item.cpp:1260: note: bool CHARACTER::RefineInformation(BYTE, BYTE, int) char_item.cpp:1373: error: call of overloaded 'RefineInformation(WORD, ERefineType, WORD)' is ambiguous char.h:1102: note: candidates are: bool CHARACTER::RefineInformation(UINT, BYTE, int) char_item.cpp:1260: note: bool CHARACTER::RefineInformation(BYTE, BYTE, int) char_item.cpp:1377: error: call of overloaded 'RefineInformation(WORD, ERefineType, WORD)' is ambiguous char.h:1102: note: candidates are: bool CHARACTER::RefineInformation(UINT, BYTE, int) char_item.cpp:1260: note: bool CHARACTER::RefineInformation(BYTE, BYTE, int) char_item.cpp:1382: error: call of overloaded 'RefineInformation(WORD, ERefineType, WORD)' is ambiguous char.h:1102: note: candidates are: bool CHARACTER::RefineInformation(UINT, BYTE, int) char_item.cpp:1260: note: bool CHARACTER::RefineInformation(BYTE, BYTE, int) char_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:3620: warning: suggest parentheses around && within || char_item.cpp:3644: warning: suggest parentheses around && within || char_item.cpp:4869: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const char_item.cpp:5098: warning: comparison between signed and unsigned integer expressions char_item.cpp: In member function 'bool CHARACTER::UseItem(TItemPos, TItemPos)': char_item.cpp:5316: warning: suggest parentheses around comparison in operand of | char_item.cpp:5170: warning: unused variable 'wDestCell' char_item.cpp:5171: warning: unused variable 'bDestInven' char_item.cpp: At global scope: char_item.cpp:5953: error: prototype for 'bool CHARACTER::SwapItem(BYTE, BYTE)' does not match any in class 'CHARACTER' char.h:1124: error: candidate is: bool CHARACTER::SwapItem(UINT, BYTE) char_item.cpp: In member function 'bool CHARACTER::EquipItem(CItem*, int)': char_item.cpp:6143: error: call of overloaded 'GetWear(int&)' is ambiguous char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const char_item.cpp:6143: error: call of overloaded 'GetWear(int&)' is ambiguous char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const char_item.cpp:6149: error: call of overloaded 'SwapItem(WORD, int)' is ambiguous char.h:1124: note: candidates are: bool CHARACTER::SwapItem(UINT, BYTE) char_item.cpp:5953: note: bool CHARACTER::SwapItem(BYTE, BYTE) char_item.cpp:6174: warning: array subscript has type 'char' char_item.cpp: In member function 'void CHARACTER::BuffOnAttr_AddBuffsFromItem(CItem*)': char_item.cpp:6238: warning: comparison between signed and unsigned integer expressions char_item.cpp: In member function 'void CHARACTER::BuffOnAttr_RemoveBuffsFromItem(CItem*)': char_item.cpp:6250: warning: comparison between signed and unsigned integer expressions char_item.cpp: In member function 'bool CHARACTER::IsEquipUniqueItem(DWORD) const': char_item.cpp:6936: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const char_item.cpp:6943: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const char_item.cpp: In member function 'bool CHARACTER::IsEquipUniqueGroup(DWORD) const': char_item.cpp:6960: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const char_item.cpp:6967: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const char_item.cpp: In member function 'bool CHARACTER::UnEquipSpecialRideUniqueItem()': char_item.cpp:7267: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const char_item.cpp:7268: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const char_item.cpp: In member function 'bool CHARACTER::CanEquipNow(CItem*, const TItemPos&, const TItemPos&)': char_item.cpp:7511: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const char_item.cpp:7511: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const char_item.cpp:7512: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const char_item.cpp:7512: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const char_item.cpp:7436: warning: unused variable 'itemType' char_item.cpp:7437: warning: unused variable 'itemSubType' ../../../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/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 Makefile:119: recipe for target 'OBJDIR/char_item.o' failed gmake: *** [OBJDIR/char_item.o] Error 1 gmake: *** Waiting for unfinished jobs....
|
|
|
08/30/2015, 06:24
|
#35
|
elite*gold: 2
Join Date: Jan 2008
Posts: 531
Received Thanks: 234
|
Quote:
Originally Posted by thespeedyy
habe diesen fehler:
PHP Code:
compile char_item.cpp
compile char_manager.cpp
In 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 expressions
char_item.cpp: At global scope:
char_item.cpp:455: error: prototype for 'CItem* CHARACTER::GetWear(BYTE) const' does not match any in class 'CHARACTER'
char.h:1062: error: candidate is: CItem* CHARACTER::GetWear(UINT) const
char_item.cpp:467: error: prototype for 'void CHARACTER::SetWear(BYTE, CItem*)' does not match any in class 'CHARACTER'
char.h:1061: error: candidate is: void CHARACTER::SetWear(UINT, CItem*)
char_item.cpp: In member function 'bool CHARACTER::IsEmptyItemGrid(TItemPos, BYTE, int) const':
char_item.cpp:534: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous
char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const
char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const
char_item.cpp:544: warning: comparison between signed and unsigned integer expressions
char_item.cpp:559: warning: comparison between signed and unsigned integer expressions
char_item.cpp:578: warning: comparison between signed and unsigned integer expressions
char_item.cpp:608: warning: comparison between signed and unsigned integer expressions
char_item.cpp:640: warning: comparison is always false due to limited range of data type
char_item.cpp:666: warning: comparison is always false due to limited range of data type
char_item.cpp: At global scope:
char_item.cpp:1260: error: prototype for 'bool CHARACTER::RefineInformation(BYTE, BYTE, int)' does not match any in class 'CHARACTER'
char.h:1102: error: candidate is: bool CHARACTER::RefineInformation(UINT, BYTE, int)
char_item.cpp: In member function 'bool CHARACTER::RefineItem(CItem*, CItem*)':
char_item.cpp:1370: error: call of overloaded 'RefineInformation(WORD, ERefineType, WORD)' is ambiguous
char.h:1102: note: candidates are: bool CHARACTER::RefineInformation(UINT, BYTE, int)
char_item.cpp:1260: note: bool CHARACTER::RefineInformation(BYTE, BYTE, int)
char_item.cpp:1373: error: call of overloaded 'RefineInformation(WORD, ERefineType, WORD)' is ambiguous
char.h:1102: note: candidates are: bool CHARACTER::RefineInformation(UINT, BYTE, int)
char_item.cpp:1260: note: bool CHARACTER::RefineInformation(BYTE, BYTE, int)
char_item.cpp:1377: error: call of overloaded 'RefineInformation(WORD, ERefineType, WORD)' is ambiguous
char.h:1102: note: candidates are: bool CHARACTER::RefineInformation(UINT, BYTE, int)
char_item.cpp:1260: note: bool CHARACTER::RefineInformation(BYTE, BYTE, int)
char_item.cpp:1382: error: call of overloaded 'RefineInformation(WORD, ERefineType, WORD)' is ambiguous
char.h:1102: note: candidates are: bool CHARACTER::RefineInformation(UINT, BYTE, int)
char_item.cpp:1260: note: bool CHARACTER::RefineInformation(BYTE, BYTE, int)
char_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:3620: warning: suggest parentheses around && within ||
char_item.cpp:3644: warning: suggest parentheses around && within ||
char_item.cpp:4869: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous
char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const
char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const
char_item.cpp:5098: warning: comparison between signed and unsigned integer expressions
char_item.cpp: In member function 'bool CHARACTER::UseItem(TItemPos, TItemPos)':
char_item.cpp:5316: warning: suggest parentheses around comparison in operand of |
char_item.cpp:5170: warning: unused variable 'wDestCell'
char_item.cpp:5171: warning: unused variable 'bDestInven'
char_item.cpp: At global scope:
char_item.cpp:5953: error: prototype for 'bool CHARACTER::SwapItem(BYTE, BYTE)' does not match any in class 'CHARACTER'
char.h:1124: error: candidate is: bool CHARACTER::SwapItem(UINT, BYTE)
char_item.cpp: In member function 'bool CHARACTER::EquipItem(CItem*, int)':
char_item.cpp:6143: error: call of overloaded 'GetWear(int&)' is ambiguous
char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const
char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const
char_item.cpp:6143: error: call of overloaded 'GetWear(int&)' is ambiguous
char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const
char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const
char_item.cpp:6149: error: call of overloaded 'SwapItem(WORD, int)' is ambiguous
char.h:1124: note: candidates are: bool CHARACTER::SwapItem(UINT, BYTE)
char_item.cpp:5953: note: bool CHARACTER::SwapItem(BYTE, BYTE)
char_item.cpp:6174: warning: array subscript has type 'char'
char_item.cpp: In member function 'void CHARACTER::BuffOnAttr_AddBuffsFromItem(CItem*)':
char_item.cpp:6238: warning: comparison between signed and unsigned integer expressions
char_item.cpp: In member function 'void CHARACTER::BuffOnAttr_RemoveBuffsFromItem(CItem*)':
char_item.cpp:6250: warning: comparison between signed and unsigned integer expressions
char_item.cpp: In member function 'bool CHARACTER::IsEquipUniqueItem(DWORD) const':
char_item.cpp:6936: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous
char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const
char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const
char_item.cpp:6943: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous
char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const
char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const
char_item.cpp: In member function 'bool CHARACTER::IsEquipUniqueGroup(DWORD) const':
char_item.cpp:6960: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous
char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const
char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const
char_item.cpp:6967: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous
char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const
char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const
char_item.cpp: In member function 'bool CHARACTER::UnEquipSpecialRideUniqueItem()':
char_item.cpp:7267: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous
char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const
char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const
char_item.cpp:7268: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous
char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const
char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const
char_item.cpp: In member function 'bool CHARACTER::CanEquipNow(CItem*, const TItemPos&, const TItemPos&)':
char_item.cpp:7511: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous
char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const
char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const
char_item.cpp:7511: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous
char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const
char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const
char_item.cpp:7512: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous
char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const
char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const
char_item.cpp:7512: error: call of overloaded 'GetWear(EWearPositions)' is ambiguous
char.h:1062: note: candidates are: CItem* CHARACTER::GetWear(UINT) const
char_item.cpp:455: note: CItem* CHARACTER::GetWear(BYTE) const
char_item.cpp:7436: warning: unused variable 'itemType'
char_item.cpp:7437: warning: unused variable 'itemSubType'
../../../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/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
Makefile:119: recipe for target 'OBJDIR/char_item.o' failed
gmake: *** [OBJDIR/char_item.o] Error 1
gmake: *** Waiting for unfinished jobs....
|
Überprüf deine char.h und char_item.cpp die werte stimmen nicht überein. Oder schick mir eine Privat nachricht mit deiner skype addy dann kann ich mal Teamviewer drüber schauen.
|
|
|
08/30/2015, 10:19
|
#36
|
elite*gold: 0
Join Date: Aug 2015
Posts: 6
Received Thanks: 1
|
ich finde 12 Seiten sind zu viel. es sollte am besten bei 2 bleiben. Maximal bei 3.
|
|
|
08/30/2015, 11:06
|
#37
|
elite*gold: 0
Join Date: Aug 2012
Posts: 974
Received Thanks: 89
|
lag an der char.h danke 
dennis nä frage^^ wenn ich nur 5 seiten habe muss ich dann die 1000 in 685 ändern?
nach dem einfügen buggen die packete.. bin auf einmal grausam und das har wird nicht mehr angezeigt, game source :/
|
|
|
08/30/2015, 18:52
|
#38
|
elite*gold: 2
Join Date: Jun 2015
Posts: 353
Received Thanks: 424
|
Welcher Mensch braucht 12 Inventarseiten...
Total unnötig, 5 Inventarseiten reichen völlig, da bekommt
man so viel unter  so viele Items hat man auf den meisten
Servern nicht mal, bevor mal aufhört dort zu spielen
|
|
|
09/01/2015, 19:40
|
#39
|
elite*gold: 0
Join Date: Dec 2014
Posts: 4
Received Thanks: 0
|
I have this error.
root@host:/usr/src/mainline/Srcs/Server/game/src # gmake clean
root@host:/usr/src/mainline/Srcs/Server/game/src # gmake -j20
compile BattleArena.cpp
compile FSM.cpp
compile MarkConvert.cpp
compile MarkImage.cpp
compile MarkManager.cpp
compile OXEvent.cpp
compile TrafficProfiler.cpp
compile ani.cpp
compile arena.cpp
compile banword.cpp
compile battle.cpp
compile blend_item.cpp
compile block_country.cpp
compile buffer_manager.cpp
compile building.cpp
compile castle.cpp
compile char.cpp
compile char_affect.cpp
compile char_battle.cpp
compile char_horse.cpp
compile char_change_empire.cpp
compile char_item.cpp
compile char_manager.cpp
compile char_quickslot.cpp
compile char_resist.cpp
compile char_skill.cpp
compile char_state.cpp
compile PetSystem.cpp
char.cpp:7209:3: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
return 2500000000;
^
compile cmd.cpp
compile cmd_emotion.cpp
compile cmd_general.cpp
compile cmd_gm.cpp
compile cmd_oxevent.cpp
compile config.cpp
compile constants.cpp
compile crc32.cpp
compile cube.cpp
PetSystem.cpp: In member function 'virtual bool CPetActor::_UpdateFollowAI()':
PetSystem.cpp:247:7: warning: unused variable 'bDoMoveAlone' [-Wunused-variable]
bool bDoMoveAlone = true; // ij▒▒▒Ϳ▒ ▒▒▒▒▒▒ ▒▒▒ ▒▒ ȥ▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒ϰ▒▒▒ ▒▒▒▒ -_-;
^
PetSystem.cpp: In member function 'CPetActor* CPetSystem::Summon(DWORD, LPITEM, const char*, bool, DWORD)':
PetSystem.cpp:553:8: warning: unused variable 'petVID' [-Wunused-variable]
DWORD petVID = petActor->Summon(petName, pSummonItem, bSpawnFar);
^
compile db.cpp
char_skill.cpp: In member function 'bool CHARACTER::UseSkill(DWORD, LPCHARACTER, bool)':
char_skill.cpp:2489:50: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if (IsAffectFlag(AFF_TANHWAN_DASH) || pkVictim && pkVictim != this)
^
char_skill.cpp:2595:96: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if (pkSk->dwVnum == SKILL_MUYEONG || pkSk->IsChargeSkill() && !IsAffectFlag(AFF_TANHWAN_DASH) && !pkVictim)
^
char_state.cpp: In member function 'virtual void CHARACTER::StateMove()':
char_state.cpp:803:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
if (!IsWalking() && !IsRiding())
^
char_state.cpp:901:17: warning: unused variable 'rider' [-Wunused-variable]
LPCHARACTER rider = GetRider();
^
compile desc.cpp
compile desc_client.cpp
In file included from ../../libthecore/include/stdafx.h:141:0,
from stdafx.h:9,
from char_item.cpp:1:
belt_inventory_helper.h: In static member function 'static CBeltInventoryHelper::TGradeUnit CBeltInventoryHelper::GetBeltGradeByRefineLevel(in t)':
../../libthecore/include/utils.h:143:58: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
#define _countof(_Array) sizeof(*__countof_helper(_Array))
^
belt_inventory_helper.h:28:16: note: in expansion of macro '_countof'
if (level >= _countof(beltGradeByLevelTable))
^
char_item.cpp: In member function 'bool CHARACTER::IsEmptyItemGrid(TItemPos, BYTE, int) const':
char_item.cpp:578:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (m_pointsInstant.bItemGrid[p] != iExceptionCell)
^
char_item.cpp:608:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (m_pointsInstant.bItemGrid[p] != iExceptionCell)
^
char.cpp: In member function 'int CHARACTER::GetPolymorphPoint(BYTE) const':
char.cpp:2881:57: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if (GetJob() == JOB_SHAMAN || GetJob() == JOB_SURA && GetSkillGroup() == 2)
^
char.cpp: In member function 'void CHARACTER::PointChange(BYTE, int, bool, bool)':
char.cpp:3089:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (amount < 0 && exp < -amount)
^
compile desc_manager.cpp
char_battle.cpp: In member function 'void CHARACTER::Reward(bool)':
char_battle.cpp:775:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
if (GetLevel() - pkAttacker->GetLevel() >= -10)
^
char_item.cpp: In member function 'bool CHARACTER::UseItemEx(LPITEM, TItemPos)':
char_item.cpp:1967:41: warning: passing NULL to non-pointer argument 1 of 'std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>::size_type, const value_type&, const allocator_type&) [with _Tp = CItem*; _Alloc = std::allocator<CItem*>; std::vector<_Tp, _Alloc>::size_type = unsigned int; std::vector<_Tp, _Alloc>::value_type = CItem*; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<CItem*>]' [-Wconversion-null]
std::vector <LPITEM> item_gets(NULL);
^
char_item.cpp:2031:40: warning: passing NULL to non-pointer argument 1 of 'std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>::size_type, const value_type&, const allocator_type&) [with _Tp = CItem*; _Alloc = std::allocator<CItem*>; std::vector<_Tp, _Alloc>::size_type = unsigned int; std::vector<_Tp, _Alloc>::value_type = CItem*; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<CItem*>]' [-Wconversion-null]
std::vector <LPITEM> item_gets(NULL);
^
char_item.cpp:2391:162: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long int' [-Wformat=]
sprintf(buf, "Inc %ds by item{VN:%d SOC%d:%d}", ret, item->GetVnum(), ITEM_SOCKET_CHARGING_AMOUNT_IDX, item->GetSocket(ITEM_SOCKET_CHARGING_AMOUNT_IDX));
^
char_item.cpp:2395:159: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long int' [-Wformat=]
sprintf(buf, "Inc %ds by item{VN:%d VAL%d:%d}", ret, item->GetVnum(), ITEM_VALUE_CHARGING_AMOUNT_IDX, item->GetValue(ITEM_VALUE_CHARGING_AMOUNT_IDX));
^
char_item.cpp:2407:159: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=]
sprintf(buf, "No change by item{VN:%d SOC%d:%d}", item->GetVnum(), ITEM_SOCKET_CHARGING_AMOUNT_IDX, item->GetSocket(ITEM_SOCKET_CHARGING_AMOUNT_IDX));
^
char_item.cpp:2411:156: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=]
sprintf(buf, "No change by item{VN:%d VAL%d:%d}", item->GetVnum(), ITEM_VALUE_CHARGING_AMOUNT_IDX, item->GetValue(ITEM_VALUE_CHARGING_AMOUNT_IDX));
^
char_item.cpp:2438:163: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long int' [-Wformat=]
sprintf(buf, "Increase %ds by item{VN:%d VAL%d:%d}", ret, item->GetVnum(), ITEM_VALUE_CHARGING_AMOUNT_IDX, item->GetValue(ITEM_VALUE_CHARGING_AMOUNT_IDX));
^
char_item.cpp:2446:155: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=]
sprintf(buf, "No change by item{VN:%d VAL%d:%d}", item->GetVnum(), ITEM_VALUE_CHARGING_AMOUNT_IDX, item->GetValue(ITEM_VALUE_CHARGING_AMOUNT_IDX));
^
char_item.cpp:3616:45: warning: passing NULL to non-pointer argument 1 of 'std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>::size_type, const value_type&, const allocator_type&) [with _Tp = CItem*; _Alloc = std::allocator<CItem*>; std::vector<_Tp, _Alloc>::size_type = unsigned int; std::vector<_Tp, _Alloc>::value_type = CItem*; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<CItem*>]' [-Wconversion-null]
std::vector <LPITEM> item_gets(NULL);
^
char_item.cpp:3620:53: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if (item->GetVnum() == ITEM_VALENTINE_ROSE && SEX_MALE==GET_SEX(this) ||
^
char_item.cpp:3640:45: warning: passing NULL to non-pointer argument 1 of 'std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>::size_type, const value_type&, const allocator_type&) [with _Tp = CItem*; _Alloc = std::allocator<CItem*>; std::vector<_Tp, _Alloc>::size_type = unsigned int; std::vector<_Tp, _Alloc>::value_type = CItem*; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<CItem*>]' [-Wconversion-null]
std::vector <LPITEM> item_gets(NULL);
^
char_item.cpp:3644:53: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if (item->GetVnum() == ITEM_WHITEDAY_CANDY && SEX_MALE==GET_SEX(this) ||
^
char_item.cpp:3663:45: warning: passing NULL to non-pointer argument 1 of 'std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>::size_type, const value_type&, const allocator_type&) [with _Tp = CItem*; _Alloc = std::allocator<CItem*>; std::vector<_Tp, _Alloc>::size_type = unsigned int; std::vector<_Tp, _Alloc>::value_type = CItem*; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<CItem*>]' [-Wconversion-null]
std::vector <LPITEM> item_gets(NULL);
^
In file included from ../../libthecore/include/stdafx.h:141:0,
from stdafx.h:9,
from char_item.cpp:1:
../../libthecore/include/utils.h:143:58: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
#define _countof(_Array) sizeof(*__countof_helper(_Array))
^
char_item.cpp:5098:31: note: in expansion of macro '_countof'
if (item->GetSocket(0) >= _countof(aApplyInfo))
^
char_item.cpp:1669:6: warning: variable 'iLimitTimerBasedOnWearFlagIndex' set but not used [-Wunused-but-set-variable]
int iLimitTimerBasedOnWearFlagIndex = -1;
^
char.cpp: In member function 'void CHARACTER::SetTarget(LPCHARACTER)':
char.cpp:5091:29: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if (m_pkChrTarget->IsPC() && !m_pkChrTarget->IsPolymorphed() || m_pkChrTarget->GetMaxHP() <= 0)
^
char_item.cpp: In member function 'bool CHARACTER::UseItem(TItemPos, TItemPos)':
char_item.cpp:5316:22: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses]
if (item->GetVnum() == 50200 | item->GetVnum() == 71049)
^
char_item.cpp:5170:7: warning: unused variable 'wDestCell' [-Wunused-variable]
WORD wDestCell = DestCell.cell;
^
char_item.cpp:5171:7: warning: unused variable 'bDestInven' [-Wunused-variable]
BYTE bDestInven = DestCell.window_type;
^
char_item.cpp: At global scope:
char_item.cpp:5953:6: error: prototype for 'bool CHARACTER::SwapItem(UINT, UINT)' does not match any in class 'CHARACTER'
bool CHARACTER::SwapItem(UINT bCell, UINT bDestCell)
^
In file included from char_item.cpp:7:0:
char.h:1123:10: error: candidate is: bool CHARACTER::SwapItem(UINT, BYTE)
bool SwapItem(UINT bCell, BYTE bDestCell);
^
char_item.cpp: In member function 'bool CHARACTER::EquipItem(LPITEM, int)':
char_item.cpp:6171:141: warning: array subscript has type 'char' [-Wchar-subscripts]
long duration = (0 != item->GetSocket(0)) ? item->GetSocket(0) : item->GetProto()->aLimits[item->GetProto()->cLimitRealTimeFirstUseIndex].lValue;
^
char_item.cpp: In member function 'void CHARACTER::BuffOnAttr_AddBuffsFromItem(LPITEM)':
char_item.cpp:6235:79: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < sizeof(g_aBuffOnAttrPoints)/sizeof(g_aBuffOnAttrPoints[0]); i++)
^
char_item.cpp: In member function 'void CHARACTER::BuffOnAttr_RemoveBuffsFromItem(LPITEM)' :
char_item.cpp:6247:79: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < sizeof(g_aBuffOnAttrPoints)/sizeof(g_aBuffOnAttrPoints[0]); i++)
^
char.cpp: In member function 'bool CHARACTER::CanSummon(int)':
char.cpp:6276:49: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
return (iLeaderShip >= 20 || iLeaderShip >= 12 && m_dwLastDeadTime + 180 > get_dword_time());
^
char_item.cpp: In member function 'bool CHARACTER::CanEquipNow(LPITEM, const TItemPos&, const TItemPos&)':
char_item.cpp:7433:7: warning: unused variable 'itemType' [-Wunused-variable]
BYTE itemType = item->GetType();
^
char_item.cpp:7434:7: warning: unused variable 'itemSubType' [-Wunused-variable]
BYTE itemSubType = item->GetSubType();
^
constants.cpp:301:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2150000000, // 110
^
constants.cpp:302:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2160000000,
^
constants.cpp:303:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2170000000,
^
constants.cpp:304:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2180000000,
^
constants.cpp:305:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2190000000,
^
constants.cpp:306:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2200000000, // 115
^
constants.cpp:307:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2210000000,
^
constants.cpp:308:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2220000000,
^
constants.cpp:309:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2230000000,
^
constants.cpp:310:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2240000000,
^
constants.cpp:311:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2250000000, // 120
^
constants.cpp:312:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2251500000,
^
constants.cpp:313:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2253000000,
^
constants.cpp:314:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2254500000,
^
constants.cpp:315:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2256000000,
^
constants.cpp:316:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2257500000, // 125
^
constants.cpp:317:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2259000000,
^
constants.cpp:318:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2260500000,
^
constants.cpp:319:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2262000000,
^
constants.cpp:320:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2263500000,
^
constants.cpp:321:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2265000000, // 130
^
constants.cpp:322:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2266500000,
^
constants.cpp:323:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2268000000,
^
constants.cpp:324:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2269500000,
^
constants.cpp:325:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2271000000,
^
constants.cpp:326:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2272500000, // 135
^
constants.cpp:327:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2274000000,
^
constants.cpp:328:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2275500000,
^
constants.cpp:329:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2277000000,
^
constants.cpp:330:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2278500000,
^
constants.cpp:331:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2280000000, // 140
^
constants.cpp:332:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2281800000,
^
constants.cpp:333:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2283600000,
^
constants.cpp:334:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2285400000,
^
constants.cpp:335:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2287200000,
^
constants.cpp:336:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2289000000, // 145
^
constants.cpp:337:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2290800000,
^
constants.cpp:338:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2292600000,
^
constants.cpp:339:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2294400000,
^
constants.cpp:340:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2296200000,
^
constants.cpp:341:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2298000000, // 150
^
constants.cpp:342:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2299800000,
^
constants.cpp:343:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2301600000,
^
constants.cpp:344:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2303400000,
^
constants.cpp:345:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2305200000,
^
constants.cpp:346:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2307000000, // 155
^
constants.cpp:347:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2308800000,
^
constants.cpp:348:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2310600000,
^
constants.cpp:349:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2312400000,
^
constants.cpp:350:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2314200000,
^
constants.cpp:351:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2316000000, // 160
^
constants.cpp:352:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2317800000,
^
constants.cpp:353:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2319600000,
^
constants.cpp:354:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2321400000,
^
constants.cpp:355:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2323200000,
^
constants.cpp:356:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2325000000, // 165
^
constants.cpp:357:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2326800000,
^
constants.cpp:358:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2328600000,
^
constants.cpp:359:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2330400000,
^
constants.cpp:360:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2332200000,
^
constants.cpp:361:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2334000000, // 170
^
constants.cpp:362:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2335800000,
^
constants.cpp:363:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2337600000,
^
constants.cpp:364:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2339400000,
^
constants.cpp:365:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2341200000,
^
constants.cpp:366:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2343000000, // 175
^
constants.cpp:367:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2344800000,
^
constants.cpp:368:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2346600000,
^
constants.cpp:369:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2348400000,
^
constants.cpp:370:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2350200000,
^
constants.cpp:371:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2352000000, // 180
^
constants.cpp:372:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2353800000,
^
constants.cpp:373:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2355600000,
^
constants.cpp:374:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2357400000,
^
constants.cpp:375:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2359200000,
^
constants.cpp:376:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2361000000, // 185
^
constants.cpp:377:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2362800000,
^
constants.cpp:378:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2364600000,
^
constants.cpp:379:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2366400000,
^
constants.cpp:380:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2368200000,
^
constants.cpp:381:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2370000000, // 190
^
constants.cpp:382:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2371800000,
^
constants.cpp:383:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2373600000,
^
constants.cpp:384:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2375400000,
^
constants.cpp:385:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2377200000,
^
constants.cpp:386:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2379000000, // 195
^
constants.cpp:387:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2380800000,
^
constants.cpp:388:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2382600000,
^
constants.cpp:389:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2384400000,
^
constants.cpp:390:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2386200000,
^
constants.cpp:391:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2388000000, // 200
^
constants.cpp:392:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2389800000,
^
constants.cpp:393:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2391600000,
^
constants.cpp:394:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2393400000,
^
constants.cpp:395:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2395200000,
^
constants.cpp:396:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2397000000, // 205
^
constants.cpp:397:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2398800000,
^
constants.cpp:398:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2400600000,
^
constants.cpp:399:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2402400000,
^
constants.cpp:400:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2404200000,
^
constants.cpp:401:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2406000000, // 210
^
constants.cpp:402:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2407800000,
^
constants.cpp:403:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2409600000,
^
constants.cpp:404:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2411400000,
^
constants.cpp:405:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2413200000,
^
constants.cpp:406:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2415000000, // 215
^
constants.cpp:407:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2416800000,
^
constants.cpp:408:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2418600000,
^
constants.cpp:409:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2420400000,
^
constants.cpp:410:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2422200000,
^
constants.cpp:411:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2424000000, // 220
^
constants.cpp:412:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2425800000,
^
constants.cpp:413:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2427600000,
^
constants.cpp:414:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2429400000,
^
constants.cpp:415:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2431200000,
^
constants.cpp:416:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2433000000, // 225
^
constants.cpp:417:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2434800000,
^
constants.cpp:418:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2436600000,
^
constants.cpp:419:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2438400000,
^
constants.cpp:420:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2440200000,
^
constants.cpp:421:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2442000000, // 230
^
constants.cpp:422:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2443800000,
^
constants.cpp:423:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2445600000,
^
constants.cpp:424:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2447400000,
^
constants.cpp:425:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2449200000,
^
constants.cpp:426:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2451000000, // 235
^
constants.cpp:427:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2452800000,
^
constants.cpp:428:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2454600000,
^
constants.cpp:429:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2456400000,
^
constants.cpp:430:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2458200000,
^
constants.cpp:431:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2460000000, // 240
^
constants.cpp:432:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2461800000,
^
constants.cpp:433:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2463600000,
^
constants.cpp:434:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2465400000,
^
constants.cpp:435:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2467200000,
^
constants.cpp:436:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2469000000, // 245
^
constants.cpp:437:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2470800000,
^
constants.cpp:438:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2472600000,
^
constants.cpp:439:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2474400000,
^
constants.cpp:440:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2478000000,
^
constants.cpp:441:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2500000000, // 250
^
constants.cpp:442:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2500000000,
^
constants.cpp:443:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2500000000,
^
constants.cpp:444:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2500000000,
^
constants.cpp:445:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2500000000,
^
constants.cpp:446:2: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
2500000000, // 255
^
char_item.cpp: In member function 'bool CHARACTER::IsEmptyItemGrid(TItemPos, BYTE, int) const':
char_item.cpp:679:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
compile desc_p2p.cpp
gmake: *** [OBJDIR/char_item.o] Error 1
gmake: *** Waiting for unfinished jobs....
cube.cpp: In function 'bool Cube_make(LPCHARACTER)':
cube.cpp:544:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ch->GetGold() < cube_proto->gold)
^
cube.cpp: In function 'void Cube_MakeCubeInformationText()':
cube.cpp:716:16: warning: unused variable 'npcVNUM' [-Wunused-variable]
const DWORD& npcVNUM = iter->first;
^
cube.cpp: In function 'bool Cube_InformationInitialize()':
cube.cpp:783:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < s_cube_proto.size(); ++i)
^
config.cpp: In function 'void config_init(const string&)':
config.cpp:438:22: warning: NULL used in arithmetic [-Wpointer-arith]
if (NULL != line[0])
^
config.cpp:462:22: warning: NULL used in arithmetic [-Wpointer-arith]
if (NULL != line[0])
^
config.cpp:486:22: warning: NULL used in arithmetic [-Wpointer-arith]
if (NULL != line[0])
^
config.cpp:508:17: warning: unused variable 'line' [-Wunused-variable]
const char * line = two_arguments(value_string, openid_host, sizeof(openid_host), openid_uri, sizeof(openid_uri));
^
In file included from desc_p2p.cpp:3:0:
protocol.h: In function 'const char* encode_2bytes(sh_int)':
protocol.h:14:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
*((sh_int *) a) = ind;
^
protocol.h: In function 'const char* encode_4bytes(int)':
protocol.h:21:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
*((int *) a) = ind;
^
In file included from desc.cpp:8:0:
protocol.h: In function 'const char* encode_2bytes(sh_int)':
protocol.h:14:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
*((sh_int *) a) = ind;
^
protocol.h: In function 'const char* encode_4bytes(int)':
protocol.h:21:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
*((int *) a) = ind;
^
In file included from desc_client.cpp:7:0:
protocol.h: In function 'const char* encode_2bytes(sh_int)':
protocol.h:14:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
*((sh_int *) a) = ind;
^
protocol.h: In function 'const char* encode_4bytes(int)':
protocol.h:21:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
*((int *) a) = ind;
^
desc_client.cpp: In member function 'void CLIENT_DESC::UpdateChannelStatus(DWORD, bool)':
desc_client.cpp:299:77: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (fForce || m_tLastChannelStatusUpdateTime+CHANNELSTATUS_UPDAT E_PERIOD < t) {
^
cmd_gm.cpp: In function 'void do_set_stat(LPCHARACTER, const char*, int, int)':
cmd_gm.cpp:3935:17: warning: NULL used in arithmetic [-Wpointer-arith]
if (*szName == NULL || *szChangeAmount == '\0')
^
In file included from desc_manager.cpp:10:0:
protocol.h: In function 'const char* encode_2bytes(sh_int)':
protocol.h:14:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
*((sh_int *) a) = ind;
^
protocol.h: In function 'const char* encode_4bytes(int)':
protocol.h:21:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
*((int *) a) = ind;
^
desc_manager.cpp: In member function 'DWORD DESC_MANAGER::CreateHandshake()':
desc_manager.cpp:135:26: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
*(DWORD *) (crc_buf ) = val;
^
cmd_gm.cpp: In function 'void do_mob_ld(LPCHARACTER, const char*, int, int)':
cmd_gm.cpp:871:6: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
dir);
^
cmd_gm.cpp:871:6: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
cmd_gm.cpp: In function 'void do_use_item(LPCHARACTER, const char*, int, int)':
cmd_gm.cpp:4360:41: warning: 'cell' may be used uninitialized in this function [-Wmaybe-uninitialized]
LPITEM item = ch->GetInventoryItem(cell);
^
root@host:/usr/src/mainline/Srcs/Server/game
|
|
|
09/06/2015, 01:08
|
#40
|
elite*gold: 75
Join Date: Mar 2012
Posts: 2,655
Received Thanks: 742
|
Hab es eben eingefügt JEDOCH kann ich jetzt Items von Lager nicht raus nehmen, mein Client beendet sich direkt und in Syserr steht:
PHP Code:
0906 01:07:40818 :: CPythonSafeBox::DelItemData(dwSlotIndex=-1191111407) - Strange slot index 0906 01:07:40818 :: Unknown packet header: 35, last: 4 86
|
|
|
09/08/2015, 01:13
|
#41
|
elite*gold: 75
Join Date: Mar 2012
Posts: 2,655
Received Thanks: 742
|
Quote:
Originally Posted by .Despero™
Hab es eben eingefügt JEDOCH kann ich jetzt Items von Lager nicht raus nehmen, mein Client beendet sich direkt und in Syserr steht:
PHP Code:
0906 01:07:40818 :: CPythonSafeBox::DelItemData(dwSlotIndex=-1191111407) - Strange slot index
0906 01:07:40818 :: Unknown packet header: 35, last: 4 86

|
#push immer noch gleiche Problem
|
|
|
 |
|
Similar Threads
|
4 Inventar Seiten
03/14/2015 - Metin2 Trading - 8 Replies
#closerequest selbst gelöst
|
Frage zu 4 Inventar seiten (Kleiner Bug)
12/16/2014 - Metin2 Private Server - 6 Replies
Hallo, und zwar hab eine Kleine Frage
Ich hab nun die 4 Inventar Seiten eingebaut. Allerdings
ist bei mir die Minimap verbuggt.
Screen:
http://puu.sh/drG3O/8f1098562a.jpghttp://puu.sh/d rG3O/8f1098562a.jpg
Das ist seit dem ich die 4 Invi seiten Eingefügt habe.
|
[HILFE]4 inventar seiten
11/10/2014 - Metin2 Private Server - 7 Replies
Hey leute wollt mal fragen wie ich auf meinen Server 4 Inventar seiten bekomme gibt es ein release dazu oder sonst was möchte auch 4 Inventar seiten auf mein server haben pls help !
|
4 Inventar Seiten Binary problem
09/21/2014 - Metin2 Private Server - 1 Replies
Moin Com,
Ich möchte gerne eine Bin mit 4 Inventar Seiten benutzen, aber wenn ich sie starten will kommt von windows folgende fehlermeldung
Wir bekomme ich den fehler behoben bei google bin ich nicht fündig geworden
Danke :D
|
[Bot]Alle 2 Inventar-Seiten öffnen
02/14/2010 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 9 Replies
Hi,
Ich geb euch hier meinen allerersten Bot ! Also nich so hart sein! Ist mein erster ;) Kritik/Lob ist erwünscht
Achtung Inventar muss offen sein ;)
Funktionen:
Alle sachen im Invi öffnen sobald das Metin Fenster Aktiv ist.
Er öffnet alles was im Invi liegt , d.h er macht auf alles Rechtsklick
|
All times are GMT +1. The time now is 11:34.
|
|