Bitte melden Sie sich an, um diesen Anhang zu sehen.
items not work -_-
Bitte melden Sie sich an, um diesen Anhang zu sehen.
items not work -_-
compile char_item.cpp
char_item.cpp:1913:70: error: no member named 'GetNewAttributeType' in 'CItem';
did you mean 'GetAttributeType'?
...false, item->GetValue(0) * 60, item->GetNewAttributeType(0), item->GetNe...
^~~~~~~~~~~~~~~~~~~
GetAttributeType
./item.h:120:9: note: 'GetAttributeType' declared here
BYTE GetAttributeType(int i) { return m_aAttr...
^
char_item.cpp:1913:100: error: no member named 'GetNewAttributeValue' in
'CItem'; did you mean 'GetAttributeValue'?
...* 60, item->GetNewAttributeType(0), item->GetNewAttributeValue(0));
^~~~~~~~~~~~~~~~~~~~
GetAttributeValue
./item.h:121:10: note: 'GetAttributeValue' declared here
short GetAttributeValue(int i){ return m_aAttr...
^
2 errors generated.
need help with this error
[SOLVED]
Alles anzeigenLocale_inc.h -> #define ENABLE_LEVEL_IN_TRADE
thats missing there.
like this:
So, just compile your new exe and use it.
That might be the reason for your error
thanks its working
not work
my PythonApplicationModule:
and locale_inc
1. "import app" in uiExchange.py
2. add ENABLE_LEVEL_IN_TRADE to PlayerPhytonModule in binary
Ehm...
I apologize for my stupidity, but you can share me : 2. add ENABLE_LEVEL_IN_TRADE to PlayerPhytonModule
how to repair this problem
solved close pls
Hello i have problem with compile vanilla source r70220
how to fix this error.
Bitte melden Sie sich an, um diesen Link zu sehen.
Thanks for help