Jump to content

Kamylek

Inactive Member
  • Posts

    37
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Kamylek

  1. 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.
  2. /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 ???
  3. Check for empty lines, if you have one delete it
  4. When Im riding on horse/mount i have only 1 fan, pls fix it ^.^
  5. Can u give a whole function that is at 438 line in desc.cpp?
  6. Like in title. My ring doesnt shows bonuses.In proto its everything is fine. There is my uitooltip.py [Hidden Content]
  7. Works perfectly with acces ! Can u send me inventory_bg with new places for rings? ty.
  8. Still... What can be didnt changed. Those yang reset when i do relogs.
  9. 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))
  10. ill try it. How to put K instead PyLong_FromLongLong in binary?
  11. points-done value-done amounts-done elk-done gold-done arg-done GetStatus-done SetStatus-done
  12. I change every fcking int to long long/arg1/ELK/GOLD and I STILL GOT 0 FCKING YANG above 2.1kkk
  13. I still don't know what kind of window is that. Its possible, that windows in connection with belt system/dragon soul system won't work properly, because I not use any of them, so I didn't tested them. Every shop(not player shop) i open looks like on ss
  14. Hi guys! I have so much errors in my game_error_log There is ex. of once. 'DWORD' does not name a type every DWORD,INT,SHORT,ETC... gains errors.I dont know what to do.Backup is impossible.
  15. Hi guys! I got some errors when im compiling my binary when im changed BYTE to int. There is screenshot: help me plz :X
×
×
  • 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.