-
Content Count
37 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout Kamylek

-
Rank
Neutral
- Birthday 06/30/1999
Informations
-
Nationality
Poland
-
Gender
Male
Skills
-
C++
Intermediate
-
LUA
Beginner
-
Python
Beginner
-
SQL
Intermediate
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Kamylek started following Render Target Remastered
-
If i put "if" like this for hair: if item.IsAntiFlag(item.ITEM_ANTIFLAG_FEMALE): it doesnt show anymore... What is wrong? Without it all is okay. #edit nvm, fixed my generation file from sql to txt was fucked up.
-
Kamylek changed their profile photo
-
/usr/local/bin/ld: ../../../Extern/lib/libcryptopp.a(cryptlib.o): undefined reference to symbol '_ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev' /usr/local/bin/ld: /usr/lib/libc++.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status gmake: *** [Makefile:135: ../game] Error 1 Cryptopp compiled with gcc49 too ???
-
Check for empty lines, if you have one delete it
-
How To Make Individual Sword Effects / Refine-tier
Kamylek replied to d3s4st3r's topic in Guides & HowTo
When Im riding on horse/mount i have only 1 fan, pls fix it ^.^ -
Metin2 Client 2010 | Windows Server Files
Kamylek replied to Domniq's topic in Binaries & Clients / ServerFiles
Is it clean from errors? Nice job -
Good idea! Thanks ! I'll try it.
-
Like in title. My ring doesnt shows bonuses.In proto its everything is fine. There is my uitooltip.py http://wklej.to/Utehj
-
Works perfectly with acces ! http://screenshot.sh/owk7PIbXlUrH5 Can u send me inventory_bg with new places for rings? ty.
-
Still doesnt show it ??
-
Still... What can be didnt changed. Those yang reset when i do relogs.
-
http://screenshot.sh/mMiPd1kVoxDbt Still ;/ i forgot about sth >.<
-
I had: def __OnValueUpdate(self): ui.EditLine.OnIMEUpdate(self.inputValue) text = self.inputValue.GetText() money = 0 if text and text.isdigit(): try: money = long(text) except ValueError: money = 999999999999 self.moneyText.SetText(self.moneyHeaderText + localeInfo.NumberToMoneyString(money))