Jump to content

flexio

Member
  • Posts

    83
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

flexio last won the day on January 1 2019

flexio had the most liked content!

1 Follower

About flexio

Informations

  • Gender
    Something else

Recent Profile Visitors

4118 profile views

flexio's Achievements

Community Regular

Community Regular (8/16)

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

Recent Badges

84

Reputation

  1. too much UpdatePacket();
  2. item->RemoveFromCharacter(); M2_DESTROY_ITEM(item);
  3. bool IsSkillCooldown(); bool IsSkillCooldown(DWORD dwVnum, float fSkillPower);
  4. 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; } }
  5. good idea but you forgot to archer skills with multiple hits. Example Arrow Shower will shot only once
  6. i did everything from tutorial and it doesnt work. Can you help me please. Teşekkür ederim
  7. 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.
  8. opinion : you slept loooooooong time. https://m.facebook.com/Metin2International/photos/a.206482792801606/2884778611638664/
  9. 1. possible solution: if you have disk or DVD rom with name (D:) just rename it. 2. possible solution - downgrade graphics drivers
  10. i can sell you solution for 5 euro.
  11. Its really bad idea do own server if you dont know basic things.
  12. Can you post screen of items in database? After reboot. Primary "window"
  13. Change the logic and DO NOT USE DROPS VIA QUEST.
  14. flexio

    CH3HP DDoS

    ch3hp is dead meme
×
×
  • 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.