Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/12/19 in all areas

  1. M2 Download Center Download Here ( Internal ) I know is not a big deal but i just started the work with this pixelated images. I was just bored. I was thinking to add some more info to this skill icon. Regards, Cara
    1 point
  2. for fix this: [Hidden Content] dont remove cheque, just hide after this: self.wndChequeSlot = self.GetChild("Cheque_Slot") add this: self.wndMoneyIcon = self.GetChild("Money_Icon") self.wndChequeIcon = self.GetChild("Cheque_Icon") self.wndMoneyIcon.Hide() self.wndMoneySlot.Hide() self.wndChequeIcon.Hide() self.wndChequeSlot.Hide() ## 높이 조절 height = self.GetHeight() width = self.GetWidth() self.SetSize(width, height - 22) self.GetChild("board").SetSize(width, height - 22)
    1 point
  3. 1 point
  4. local rnd = number(1, 10000) local rnd2 = number(1,3333333333333333333) You can change it from these 2 lines
    1 point
  5. @PACI @DevChuckNorris @arves100
    1 point
  6. I upgraded vs version to my source ,after cryptopp and libjpeg and i had some errors like this so i changed jpegfile.cpp & .h with a fixed version and i am getting now like these Do anyone can help me?
    1 point
  7. Hello everyone, you probably noticed that when the structure mob proto are not correct then the client loads almost until the end and then hangs?Recently saw this error, it is time to correct this deficiency. Make the test structure is very simple. search if ((zObj.GetSize() % sizeof(TMobTable)) != 0) { TraceError("CPythonNonPlayer::LoadNonPlayerData: invalid size %u check data format.", zObj.GetSize()); return false; } edit this if ((zObj.GetSize() % sizeof(TMobTable)) != 0) { TraceError("CPythonNonPlayer::LoadNonPlayerData: invalid size: %u check data format", zObj.GetSize()); MessageBox(NULL, "Invalid size TMobTable...", "FatalError", MB_ICONWARNING); exit(0); // close this F*CKING game :3 } Now the structure is checked immediately before character selection.
    1 point
  8. Hello ! I've compiled cryptopp too and I still get these errors: Thanks in advance !
    1 point
  9. Hi there ! I've upgraded compiler version and I've solved a lot of erros but few of these aren't solved yet. *I've compiled cryptopp MT/MTd with windows_140xp compiler (this step removed 10 errors before). Compilation result:
    1 point
  10. #Solved. I've posted here unbugged files. JpegFile.cpp JpegFile.h
    1 point
×
×
  • 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.