Jump to content

flexio

Member
  • Posts

    82
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

flexio last won the day on January 1 2019

flexio had the most liked content!

About flexio

Informations

  • Gender
    Something else

Recent Profile Visitors

2581 profile views

flexio's Achievements

Collaborator

Collaborator (7/16)

  • Reacting Well
  • Dedicated
  • First Post
  • Collaborator
  • Conversation Starter

Recent Badges

83

Reputation

  1. item->RemoveFromCharacter(); M2_DESTROY_ITEM(item);
  2. bool IsSkillCooldown(); bool IsSkillCooldown(DWORD dwVnum, float fSkillPower);
  3. its been long time since Ive written this feature. And its really bad, fix is more easier for uiinventory too. pythonslotwindow.cpp void CSlotWindow::__CreateSlotEnableEffect() { //__DestroySlotEnableEffect(); for (int i = 0; i < 3; ++i) { CAniImageBox* pEff = new CAniImageBox(NULL); //fix if (m_apSlotActiveEffect[i]) continue; //fix for (int j = 0; j <= 12; ++j) { char buf[64+1]; sprintf_s(buf, "d:/ymir work/ui/public/slotactiveeffect/slot%d/%02d.sub", (i+1), j); pEff->AppendImage(buf); } pEff->SetRenderingMode(CGraphicExpandedImageInstance::RENDERING_MODE_SCREEN); pEff->Show(); m_apSlotActiveEffect[i] = pEff; } } void CSlotWindow::ActivateEffect(DWORD dwSlotIndex, float r, float g, float b, float a) { TSlot * pSlot; if (!GetSlotPointer(dwSlotIndex, &pSlot)) return; for (int i = 0; i < 3; ++i) { //fix if (pSlot->pActiveSlotEffect[i]) continue; //fix CAniImageBox * pEff = new CAniImageBox(NULL); for (int j = 0; j <= 12; ++j) { char cBuf[72]; sprintf_s(cBuf, "d:/ymir work/ui/public/slotactiveeffect/slot%d/%02d.sub", (i + 1), j); pEff->AppendImage(cBuf, r, g, b, a); } pEff->SetRenderingMode(CGraphicExpandedImageInstance::RENDERING_MODE_SCREEN); pSlot->pActiveSlotEffect[i] = pEff; } }
  4. good idea but you forgot to archer skills with multiple hits. Example Arrow Shower will shot only once
  5. i did everything from tutorial and it doesnt work. Can you help me please. Teşekkür ederim
  6. i think turkmmo version have backdoor which allow get money from not owned shop. cmd_*.cpp command somethin like /get_shop_yang 5828(shop number). Check it.
  7. opinion : you slept loooooooong time. https://m.facebook.com/Metin2International/photos/a.206482792801606/2884778611638664/
  8. 1. possible solution: if you have disk or DVD rom with name (D:) just rename it. 2. possible solution - downgrade graphics drivers
  9. Can you post screen of items in database? After reboot. Primary "window"
  10. Change the logic and DO NOT USE DROPS VIA QUEST.
  11. flexio

    CH3HP DDoS

    ch3hp is dead meme
  12. For me lags happend when was 100+ players in view distance. Example delays for equip items. Edit from screen fix problem. And right, packet encryption primary changes auth/loading screen speed
×
×
  • 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.