Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/12/19 in all areas

  1. M2 Download Center Download Here ( Internal ) Hey m2dev. Today i will show you my new tool. This tool will allow you to clean your files (txt to example) from special symbols. If you do not understand why this tool, look spoiler. DOWNLOAD ver. 1.0.0.0 VT
    2 points
  2. Depend of your costume type, if is REAL_TIME and REAL_TIME_FIRST_USE you need to use get_global_time() for time verification, will be something like this static const DWORD COSTUME_EXTEND_TIME_LIMIT = (7 * 24 * 60 * 60) - get_global_time();
    2 points
  3. add real_time on mount in item_proto
    1 point
  4. You've two options. 1. Set a limit for text, you can do it based on your image width size, Parameter_Slot_05.sub. # Search for: self.titleName = GetObject("titlename") # Add after: self.titleName.SetLimitWidth(130) 2. Rearrange the text. [Hidden Content]
    1 point
  5. Just now arrived from work, sorry for late answer. If he do what you said, 604800 - current_timestamp = > -1kkk. The correct way and single way to do it properly, is the the next one: [Hidden Content]
    1 point
  6. I don't understand very well what you want, but you can try something like this. static const DWORD COSTUME_EXTEND_TIME_LIMIT = 7 * 24 * 60 * 60; const DWORD remain_sec = item2->GetSocket(ITEM_SOCKET_REMAIN_SEC); if (remain_sec >= COSTUME_EXTEND_TIME_LIMIT) { ChatPacket(CHAT_TYPE_INFO, "COSTUME_EXTEND_TIME_LIMIT"); return false; }
    1 point
  7. #closed If you bought the system from @VegaS™, do not hesitate to contact him, i'm sure he will help you.Otherwise, I assume that you are using the published version. Best regards Raylee
    1 point
×
×
  • 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.