Jump to content

iMerv3

Active Member
  • Posts

    49
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

iMerv3 last won the day on February 5 2021

iMerv3 had the most liked content!

4 Followers

About iMerv3

Social Networks

  • Discord
    iMerv3#0822

Recent Profile Visitors

2569 profile views

iMerv3's Achievements

Community Regular

Community Regular (8/16)

  • Dedicated
  • Very Popular Rare
  • Reacting Well
  • First Post
  • Collaborator

Recent Badges

742

Reputation

  1. Hi, upload char_battle.cpp (or whole Damage func). Nvm is old
  2. That are just undestroyed objects when closing the gameclient. It's method is right
  3. The compiler won't let u using the same number in a switch. The problem he have is a dynamic packet size mismatch.
  4. Just do: gmake . Then you will see the error that is insie Locale.cpp.
  5. #if defined(ENABLE_NEW_PET_SYSTEM) const CNewPetSystem* pNewPetSystem = GetNewPetSystem(); if (pNewPetSystem && pNewPetSystem->IsActivePet()) { ChatPacket( CHAT_TYPE_INFO, LC_TEXT("nu deschide fereastra de schimb atunci cand animalul de companie nou")); return false; } pNewPetSystem = victim ? victim->GetNewPetSystem() : NULL; if (pNewPetSystem && pNewPetSystem->IsActivePet()) { ChatPacket( CHAT_TYPE_INFO, LC_TEXT("nu deschide?i fereastra de schimb de victime atunci cand animalul de companie este nou")); return false; } #endif
  6. The crash is not about the codes u put. Is because you have a invalid item in the flush delayed map, maybe not erased properly.
  7. inside the .cpp #ifndef ENABLE_ACCE_SYSTEM #define ENABLE_ACCE_SYSTEM #endif If will be same after, upload char.cpp
  8. It seem okay, just try to add as little test inside ClientManagerPlayer.h #define ENABLE_ACCE_SYSTEM or include where it is defined. If still same upload char.cpp too.
  9. ## Sys Ver drops de todos los mobs mejorada if app.ENABLE_SEND_TARGET_INFO: infoButton = ui.Button() infoButton.SetParent(self) infoButton.SetUpVisual("d:/ymir work/ui/pattern/q_mark_01.tga") infoButton.SetOverVisual("d:/ymir work/ui/pattern/q_mark_02.tga") infoButton.SetDownVisual("d:/ymir work/ui/pattern/q_mark_01.tga") infoButton.SetEvent(ui.__mem_func__(self.OnPressedInfoButton)) infoButton.Hide() infoBoard = self.InfoBoard() infoBoard.Hide() infoButton.showWnd = infoBoard (removed one TAB)
  10. do table.insert(t,split(av,'\t')) end This split function is defined where execute_query is?
  11. Update the os to 13 or reinstall gdb with an oldest version that's compatible with 12.
  12. @CiucciameloUpload common\tables.h & db\clientmanagerplayer.cpp
×
×
  • 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.