Jump to content

UnknownUser

Inactive Member
  • Posts

    39
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by UnknownUser

  1. Hi,
    Aktuell hab ich en kleines Problem auf meinen Farmmaps. Man schlägt auf den Metin, es kommt kein Schaden durch und nach paar Sekunden kommt der ganze Damage auf einmal. Es laggt generell wenn man sich ausloggt hängt es, wenn man schreibt, generell einfach alles. Wenn ich den Server neustarte geht es für ne halbe Stunde dann fängt das an. Hab schon diverse Sachen versucht, bisher ohne Erfolg. Questen mit MySQL testweise mal deaktiviert, Farmmaps auf einen extra Core gelegt etc. Hat sich nichts getan. Die Leistung vom Root ist ausreichend. Der brauch nicht mal 20% von der Leistung die er hat laut Prozessmanager. Tritt halt auf gegen Mittags wenn die meisten online sind..
    Woran könnte das ganze liegen?

    MfG

  2. Huhu,
    Mein Problem ist aktuell die Funktion "Automatisch Angreifen". Ich habe keinerlei Änderungen vorgenommen die hätten sowas "verbuggen" können.
    Klickt man einen Metinstein an wenn man weiter entfernt ist, haut er einmal drauf und hört auf zu schlagen. Man muss dann ein weiteres mal draufklicken bis der automatisch angreift.
    Steht man jedoch direkt vor dem Metin, macht automatisch Angreifen keine Probleme. Hab mal zwei Gifs gemacht.

    https://metin2.download/picture/LjXihD6CLp8gU6Y0ZTVqqOs6dg7XYLiY/.gif
    https://metin2.download/picture/qJsS28VFzMj45kkC4cfi02zXoVJdlWZd/.gif

    Source ist vorhanden. Vielleicht hat jemand ne Ahnung/Fix. Wäre optimal.
    Skype auch unter vibezatboss

  3. 		self.loginFailureMsgDict={
    			#"DEFAULT" : localeInfo.LOGIN_FAILURE_UNKNOWN,
    
    			"ALREADY"	: localeInfo.LOGIN_FAILURE_ALREAY,
    			"NOID"		: localeInfo.LOGIN_FAILURE_NOT_EXIST_ID,
    			"WRONGPWD"	: localeInfo.LOGIN_FAILURE_WRONG_PASSWORD,
    			"FULL"		: localeInfo.LOGIN_FAILURE_TOO_MANY_USER,
    			"SHUTDOWN"	: localeInfo.LOGIN_FAILURE_SHUTDOWN,
    			"REPAIR"	: localeInfo.LOGIN_FAILURE_REPAIR_ID,
    			"BLOCK"		: localeInfo.LOGIN_FAILURE_BLOCK_ID,
    			"WRONGMAT"	: localeInfo.LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER,
    			"QUIT"		: localeInfo.LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE,
    			"BESAMEKEY"	: localeInfo.LOGIN_FAILURE_BE_SAME_KEY,
    			"NOTAVAIL"	: localeInfo.LOGIN_FAILURE_NOT_AVAIL,
    			"NOBILL"	: localeInfo.LOGIN_FAILURE_NOBILL,
    			"BLKLOGIN"	: localeInfo.LOGIN_FAILURE_BLOCK_LOGIN,
    			"WEBBLK"	: localeInfo.LOGIN_FAILURE_WEB_BLOCK,
    			"BADSCLID"	: localeInfo.LOGIN_FAILURE_WRONG_SOCIALID,
    			"AGELIMIT"	: localeInfo.LOGIN_FAILURE_SHUTDOWN_TIME,
    		}

     

  4. search this script 

     

    the download from poccix site is for ever down here  http://poccix.de/dl/epvp/Metin2-Epic-Login-Interface.7z

     

    and

     

    Hey,

    i'm search this System:

    85c705a0b566946e806e7c877c449bc3.png

    Uiscript/keychange_window.py is here to download. Search now parts from game.py etc. Anyone know..?

     

    and @Natsu

    This is the hidden content, please
     > include the novaline

    This is the hidden content, please
     > mainline_released

    i think..

    • Metin2 Dev 1
    • Love 1
  5. To convert item_proto sql to txt files, you need this script in python: http://pastebin.com/WitKDY41

     

    You need MySQLdb on your freebsd

    If you haven't it, just install it - it's a mysql library to python

    cd /usr/ports/databases/py-MySQLdb/ && make install clean

     

    You need also change the connection properties in script

    default it's:

    host_mysql = 'localhost'
    user_mysql = 'mt2'
    passwd_mysql = 'mt2!@#'

    And if you want convert also mob_proto in this way, you need onlu change from

    #print mob_proto()

    to

    print mob_proto()

    Run convert.py Script on Putty with ./convert.py or python convert.py and download item_names,txt, item_proto.xml from the Server...

     

    now compiling the txt files with this archiver: 

    This is the hidden content, please

    done.

     
    • Metin2 Dev 9
    • Dislove 1
    • Not Good 1
    • Cry 1
    • Good 5
    • Love 3
  6. To convert item_proto sql to txt files, you need this script in python: http://pastebin.com/WitKDY41

     

    You need MySQLdb on your freebsd

    If you haven't it, just install it - it's a mysql library to python

    cd /usr/ports/databases/py-MySQLdb/ && make install clean

     

    You need also change the connection properties in script

    default it's:

    host_mysql = 'localhost'
    user_mysql = 'mt2'
    passwd_mysql = 'mt2!@#'

    And if you want convert also mob_proto in this way, you need onlu change from

    #print mob_proto()

    to

    print mob_proto()

    Run convert.py Script on Putty with ./convert.py or python convert.py and download item_names,txt, item_proto.xml from the Server...

     

    now compiling the txt files with this archiver: 

    This is the hidden content, please

    done.

    • Metin2 Dev 1
×
×
  • 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.