Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/06/19 in all areas

  1. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) Hello, I have created an automation tool for .core file backtrace analysis, after installing CoreWatcher to monitor a directory, it will automatically analyze when a .core file is created and save its records in a file. Usage: CoreWatcher <target_directory> Notes: You must modify command files according to your own files. File: target server file Core: target server file with .core extension. IMPORANT NOTE: You must put .locked postfix after than .core extension. bt: It's backtrace command. quit: It's required for break gdb dialog. Have fun.
    3 points
  2. Hi everyone? I will show you my 3 new maps for Ashens2 This is pvp maps. Size 1x1 Different styles - castle, water, fire Do you have any questions for me? ________________________________________________________________________________________ ________________________________________________________________________________________
    1 point
  3. Lols! U ask for help, then u delete all and simple. Say " - solved. -" oO!?
    1 point
  4. @Paikei You should share with us your client sysser to see the error.
    1 point
  5. https://www.kimsufi.com/en/ & https://www.soyoustart.com/ie/ OVH resellers, but ok for what you want.
    1 point
  6. Sorry, my first post was buggy. I've corrected so, it works fine for me. do the char.h part again, then go to char_item.cpp and search this: if (iWearCell < 0) return false; Paste this under: int equipTime = 5; int iPulse = thecore_pulse(); if (iWearCell == WEAR_BODY) { if (iPulse - GetArmorUseTime() < PASSES_PER_SEC(equipTime)) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("You can't equip armor so fast")); return false; } else SetArmorUseTime(); } Regards
    1 point
  7. I just finished a good script or not, that encrypts it's pack "eix, epk" for the official tool MakePack. Here is the Python script: import os import shutil PACK = "uiscript" os.system("_Junction -s "+PACK+" ../_MakePack/pack_source/"+PACK+"") with open(PACK+'.txt' , 'w') as fp: fp.write('FolderName "pack"n') fp.write('PackName "'+PACK+'"nn') fp.write('List ExcludedFolderNameListn{nt".svn"n}nn') fp.write('List ExcludedPathListn{nt"d:/ymir work/bin/"n}nn') fp.write('List ExcludedFileNameListn{nt"_MakePack.exe"n}nn') fp.write('List CSHybridEncryptExeNameListn{nt"py"n}nn') fp.write('List FileListn{n') for root, directories, files in os.walk(""+PACK+""): for filename in files: filepath = os.path.join(root, filename) fp.write('t"'+filepath+'"n') fp.write('}') fp.close() os.system("_MakePack.exe "+PACK+'.txt') os.system("_Junction -d "+PACK+"") source = os.listdir("../_MakePack/") destination = "pack_log/" for files in source: if files.endswith(".log"): shutil.move(files,destination) To succeed has encrypt your pack you must open the python file change this change line 4 PACK = "uiscript" in PACK = "The name of your PACK" Double clic file "_MakePack.py" and now it's over
    1 point
  8. 0 points
×
×
  • 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.