Jump to content

Fire

Banned
  • Posts

    87
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Fire

  1. IP is already formatted why you convert to a number and declare it as char?
  2. If you got the old item_proto you can duplicate the value of specular into the new one
  3. Following this guide you will be able to change the collection time of the items Video: [Hidden Content] Code: Client Source /UserInterface/PythonPlayer.cpp // Search: void CPythonPlayer::SendClickItemPacket(DWORD dwIID) // Replace: s_dwNextTCPTime = dwCurTime + 500; // with s_dwNextTCPTime = dwCurTime + 80;
  4. if (pSummonItem == itemVnum) // drop else //skip
×
×
  • 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.