Jump to content

Jimmermania

Member
  • Posts

    179
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Jimmermania

  1. Hello guys, im trying to compile source but i have this error: Can anyone help me ? Thanks in advance. I have installed the latest boost from the website.
  2. Yeah i fixed it. The only problem is that it doesnt show the details of ctrl + right click etc when i hover the mouse into refresh button. I have installed emoji in textline..
  3. @ Mali i have this problem too. Any idea how to fix it ?
  4. Ι have this sysser error: 1203 21:41:18962 :: File "uiInventory.py", line 880, in RefreshEquipSlotWindow 1203 21:41:18962 :: SystemError 1203 21:41:18962 :: : 1203 21:41:18962 :: ..\Objects\longobject.c:1001: bad argument to internal function 1203 21:41:18962 :: Thats my line 880: [Hidden Content] Any ideas?
  5. I fixed it yeah. Another problem i have is this: [Hidden Content] When i enable the system i get this error, when i disable it, i can log in into character select without problems.
  6. Hello, any idea for this error? [Hidden Content]
  7. Hello, i have this error in auth sysser. The connection stucks at login... Process: UNKNOWN HEADER: 251, LAST HEADER: 0(0), REMAIN BYTES: 261, fd: 16 Any ideas? can anyone help me ?
  8. Thanks for your answer. Here it is: [Hidden Content] Could you tell me where's the problem?
  9. Hello, i have this error : [Hidden Content] This core shows up when i select the character. The loading bar doesnt load. It stays at 0 %. Can anyone help me please? My ClientManagerPlayer: [Hidden Content] Thanks in advance.
  10. Hello guys. I translated translate_lua, and locale.lua , and when i try to open the server i have this error: InitializeLua: LOAD_TRANSLATE_ERROR(locale/greek/translate.lua) translate.lua is already in this direction. Why is this happening? could you help me? Thanks a lot...
  11. Hello, thanks for your answer. I compiled the FoxFs with x86, but i have this error: [Hidden Content]
  12. Hello, im searching FoxFS.lib compiled with v142 (visual studio 2019) because i have an error in my old source. Or the FoxFS source so i can build the lib by myself. Thanks in advance.
  13. Hello. Im searching tamashi shining system but in costume page i want also to be fully working the costume mount slot and the sash/acce. Does anyone has it ?? Could you share it please ? Thanks in advance.
  14. Do you have locale_string for Greek language ?
  15. Hello. First of all , nice work. Keep going. Second, from your serverfiles, locale_string_GR is missing. Could you share it please ?
  16. So... bool TitleManager::TransformTitle(LPCHARACTER ch) add return true; before the last } bool TitleManager::UpdateTitle(LPCHARACTER ch, int changeTitle, int changeMoney) change to: void TitleManager::UpdateTitle(LPCHARACTER ch, int changeTitle, int changeMoney) Also at title.h change : bool UpdateTitle(LPCHARACTER ch, int changeTitle, int changeMoney); to void UpdateTitle(LPCHARACTER ch, int changeTitle, int changeMoney); And last thing: bool TitleManager::SetTitle(LPCHARACTER ch, const char* pTitle) add after if (!strcmp(pTitle, "title19") && (GetTitlePremium(ch) == true)) { SetAffect(ch, "send_premium_3"); } return true; It should look like this: title.cpp : [Hidden Content]
  17. Hello, can anyone tell me how to fix this message when i compile ?? /bin/sh: clang++90: not found gmake[1]: *** [Makefile:29: dep] Error 127 Thanks in advance...
  18. I have this problem too. Any idea by someone ?
  19. Hello, i have this problem not only with this skill, but with some other skills too. When i dont wear an armor the skill is fine : [Hidden Content] But when i wear an armor this happens: [Hidden Content] Any idea ?? Thanks in advance...
  20. Hello, i have the same problem like @ Karbust about vegas title's system. When i try to buy potion everything works fine. But when i try to buy a premium title or a normal title the game crashes. Can anyone share the fixed files about the title system ? Thanks in advance.
  21. Hello, could you share your fixed files please ? Thanks...
×
×
  • 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.