Jump to content

Hik

Member
  • Posts

    276
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by Hik

  1. Attention, I believe the skilltable_new is wrong, I think a column is missing.
  2. Can anyone explain to me what it consists of?
  3. UPDATE: I had commented on a "brake" by mistake but now he tells me "the account is not available". Syslog: NOTAVAIL
  4. Hi guys, I have a problem with auth that I've never dealt with. Basically, I tried to eliminate some useless code like: passpod, matrix, openid etc. Unfortunately, when I start the auth I get this error: SYSERR: Mar 6 10:25:01 :: safe_create: calloc failed [12] Not enough space SYSERR: Mar 6 10:25:01 :: buffer_new: calloc failed [12] Not enough space. Could you help me? Windows, no Freebsd.
  5. Looks great, thank you very much! I will definitely try it: D
  6. When I enter this command: ./vcpkg install devil cryptopp boost-system boost-container boost-unordered boost-algorithm boost-pool I get this error: Error: invalid triplet: x64-freebsd Available architecture triplets
  7. Thanks! I have now seen the topic and added it to my sources
  8. Hi guys, I don't know why but recently I get this error: [Hidden Content] How can i solve?
  9. UPDATE: If you comment the following function you will be able to login but obviously you will not see the trees: / __SetObjectInstance_SetTree(pObjectInstance, c_pData, pProperty); I fixed it by upgrading granny to version 11 again and changing the "granny.dll" file in the client.
  10. Not these variables in my sources. I managed to log in, I see the objects now. The problem, in my case, is the lack of trees. I think here is the problem: if (!GetMainTree(dwTreeCRC, &pMainTree, c_szTreeName)) //<--- @@@@@@@@@ { TraceError("CSpeedTreeForest::CreateInstance - Cannot find: %s", c_szTreeName); // 1 iunie 2018 return NULL; }
  11. Unfortunately, I don't play officer, so I don't know. But I don't think it's normal to have an account with pg in different realms ...
  12. I believe it is not possible to change kingdoms when in a guild.
  13. Maybe it is better to restore the code, I would not like to have problems in the future that I am not able to solve.
  14. The "byte" error is reported to me in the Strmif.h file. That's where I made the changes. If I find any errors I will report them, thanks everyone for the help
  15. Toolset V142. I made this change and it compiled. Do you think this is okay? byte *pInstanceData ----> to ----> BYTE *pInstanceData byte *pPropData ----> to ----> BYTE *pPropData
×
×
  • 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.