Jump to content

Exygo

Active Member
  • Posts

    534
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    0%

Everything posted by Exygo

  1. Stop helping kiddos, they edit first post and leave without saying thanks.
  2. Something useful in comparison with the topics made by others.
  3. Make your website to create non-activated accounts(Activation via email). Or add HWID ban system. Or even naughtier add windows delete feature to your client.
  4. HEADER_GC_TIME is being sent on Entergame packet
  5. # Using ymir function affFunc = self.toolTipItem.GetAffectString(bonus_index, 99) affFunc = affFunc.replace("+99","") affFunc = affFunc.replace("+99%","") affFunc = affFunc.replace("99%","") affFunc = affFunc.replace("99","") affFunc = affFunc.replace("%","")
  6. [Hidden Content] -> Very nice idea. Congratulations! So this is useless for people who use FOXFS or people who removed panama & package & hybridcrypt from their source ?
  7. Look ! People gave likes to that guy who reposted not to you LOL.
  8. std::find as a bool in ymir source, what a joke itertype(v_Partecipants) myIter= std::find(v_Partecipants.begin(), v_Partecipants.end(), dwPlayerID); if (myIter != v_Partecipants.end()) return true; return false;
  9. Quantity doesn't matter, but quality does. 50% on each item = full spam on the ground The rates needs to be tested like normal player ingame, a lot of time needs to be invested.
  10. Better you go and live inside c++, there is no reason to make it via c++ and also no signifiant speed improvement. Via quest you can edit easily.
  11. Yooo, little hater, the usual player doesn't know how to do that...
  12. binary/source/EterLib/GrpDevice.cpp int CGraphicDevice::Create(HWND hWnd, int iHres, int iVres, bool Windowed, int /*iBit*/, int iReflashRate) { int iRet = CREATE_OK; Destroy(); ms_iWidth = iHres; ms_iHeight = iVres; ms_hWnd = hWnd; ms_hDC = GetDC(hWnd); ms_lpd3d = Direct3DCreate8(D3D_SDK_VERSION); if (!ms_lpd3d) { TraceError("Start error: CREATE_NO_DIRECTX"); return CREATE_NO_DIRECTX; } if (!ms_kD3DDetector.Build(*ms_lpd3d, EL3D_ConfirmDevice)) { TraceError("Start error: CREATE_ENUM"); return CREATE_ENUM; } // exygo 27 iulie 2017 fix laptop //if (!ms_kD3DDetector.Find(800, 600, 32, TRUE, &ms_iD3DModeInfo, &ms_iD3DDevInfo, &ms_iD3DAdapterInfo)) // return CREATE_DETECT; std::string stDevList; ms_kD3DDetector.GetString(&stDevList); [...]
  13. M2 Download Center Download Here ( Internal ) Throwback 2017 November 4 [Hidden Content]
  14. @C. Alexandru Sorin knew what he said, once player level is resetted to 1 for example and after that he levelup to 2 the quest gets triggered and the player is warped home.
  15. [Hidden Content] This new color of the frog is old, but Tatsumaru version has some fixes.
  16. [Hidden Content] One friend found my quest in a spanish serverfiles, here it is the link is up again.
  17. It's the worst offlineshop trust me, I tested it long time ago.
×
×
  • 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.