Jump to content

MORTE

Inactive Member
  • Posts

    364
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

MORTE last won the day on June 19 2017

MORTE had the most liked content!

About MORTE

  • Birthday 12/25/1987

Informations

  • Gender
    Male

Recent Profile Visitors

11139 profile views

MORTE's Achievements

Proficient

Proficient (10/16)

  • Very Popular Rare
  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done

Recent Badges

76

Reputation

  1. item_attribute.cpp: ClientManagerBoot.cpp: Search for: 2x Add below: 2x Search for: 2x Add below: 2x Search for: 2x Add below: 2x length.h: Search for: Add below: in Player.item_attr: add new field and configure as desired; #not tested
  2. <?php $Notice="Ide írod a magvas gondolataidat..."; //a következő 3 sor lehet nem kell, nem próbáltam nélküle $cleantext = array( "@", "ö", "Ö", "ü", "Ü", "ú", "Ú", "á", "Á"); $replacetext = array( "\x40", "\xF6", "\xD6", "\xFC", "\xDC", "\xFA", "\xDA", "\xE1", "\xC1" ); $Notice = str_replace($cleantext, $replacetext, $Notice); $socket = socket_create (AF_INET, SOCK_STREAM, SOL_TCP); $result = socket_connect ($socket, "szerver IP cím", "P2P port (pl 14000)"); $query = "\x04\x08\x00\x00\x00\x20".$Notice."\x00"; $query_size = strlen($query); $write_res = socket_write($socket, $query, $query_size); $recv_res = socket_recv($socket, $output, 5056, 0); socket_close($socket); ?> Erro: Fatal error: Call to undefined function socket_create() in /home/notice.php on l ine 8 Can anyone help me fix this problem or do I have a functional script I can share? Thank you in advance! Edit: Fix error but still not working: /
  3. Module Name: C:\Games\Client M2\metin2client.bin Time Stamp: 0x5b113e69 - (null) Exception Type: 0xc0000005 eax: 0xfffffffe ebx: 0x00000000 ecx: 0x00680000 edx: 0x00000002 esi: 0x00000000 edi: 0x00000000 ebp: 0x0dfcf860 esp: 0x0dfcefa8 0x750b6543 C:\WINDOWS\System32\combase.dll 0x73ba8490 C:\WINDOWS\System32\RPCRT4.dll 0x73ba806c C:\WINDOWS\System32\RPCRT4.dll 0x73ba839b C:\WINDOWS\System32\RPCRT4.dll 0x73ba7193 C:\WINDOWS\System32\RPCRT4.dll 0x73ba763c C:\WINDOWS\System32\RPCRT4.dll 0x73babc81 C:\WINDOWS\System32\RPCRT4.dll 0x73bac4af C:\WINDOWS\System32\RPCRT4.dll 0x73bb24b0 C:\WINDOWS\System32\RPCRT4.dll 0x76f0e609 C:\WINDOWS\SYSTEM32\ntdll.dll 0x76f0cd7f C:\WINDOWS\SYSTEM32\ntdll.dll 0x76c28484 C:\WINDOWS\System32\KERNEL32.DLL 0x76f22ec0 C:\WINDOWS\SYSTEM32\ntdll.dll 0x76f22e90 C:\WINDOWS\SYSTEM32\ntdll.dll After the latest updates every 5 minutes the client is closed, some explanation or solution?
  4. I have the same problem, when the server is restarted it appears the name of the stores in the mobs and the first players that connect to the game, if anyone knows how to solve, it would help a lot!
  5. Hello! After last update of windows 10, the players' client is closed every 5 minutes, does anyone have any idea what the problem is?
  6. SYSERR: May 21 15:37:46 :: ModifyPoints: cannot find table by vnum 1539356675 SYSERR: May 21 15:37:46 :: ItemLoad: cannot create item by vnum 12219 (name Test id 110964162) SYSERR: May 21 15:38:23 :: ModifyPoints: cannot find table by vnum 1539356675 SYSERR: May 21 15:38:28 :: ModifyPoints: cannot find table by vnum 1539356675 SYSERR: May 21 15:39:21 :: ModifyPoints: cannot find table by vnum 1539356675 SYSERR: May 21 15:39:25 :: ModifyPoints: cannot find table by vnum 1539356675 SYSERR: May 21 15:39:28 :: ModifyPoints: cannot find table by vnum 1539356675 SYSERR: May 21 15:39:31 :: ModifyPoints: cannot find table by vnum 1539356675 SYSERR: May 21 15:39:43 :: ModifyPoints: cannot find table by vnum 1539356675 SYSERR: May 21 15:40:01 :: ModifyPoints: cannot find table by vnum 1539356675 Hello! I've been trying to install an infinite arrow system, but I've encountered some errors and I have not been able to solve them. Even downloaded other sources (Best / Titania) that have the system to verify, but without success. Erros: - If I create an item the server crashed - If I kill a mob the server crashed - If I open NPC or quest the server drops - Effect of new arrow left, but no damage Can anyone help me or pass me files from a source that works?
  7. Is it possible to do this when the character is inside the wall or something?
  8. Does anyone know of any ingame item made in free c ++ or someone who sells it?
  9. [Hidden Content] PM shortcut works perfectly, but in normal chat before it showed only the message and now shows the name, does anyone know how to correct? Thank you in advance!
×
×
  • 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.