Jump to content

DeYaN.

P-Server Owner
  • Posts

    349
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by DeYaN.

  1. So, i install the unlimited arrows ( archer's quiver) but make me a visual bug : The bug are only if i put in the hand a BOW. The mobs have no motion -action when he try to atack me, they only come to me and i receive -damage. I`m reinstall for many times but i didn`t solve. I belive my problem is in the InstanceBase.cpp . Who have this system can look in my file for 2 minutes :D? [Hidden Content] # UPDATE: I FIND what is wrong, In Instacebase.cpp if i delete the "CheckArrowType();" from " void CInstanceBase::ChangeWeapon(DWORD eWeapon) " i dont have this problem. But i lose the function check arrow type and i need to remove the arrow + bow to change the type. So, the problem is in the function checkarrowtype. But what is wrong here ?
  2. OMG ... Thx you, in the past i never do that , so i think is more that this ...
  3. Hei people , i try to compile the db and i receive this error: I don`t have that files , what i need to do ? ( i change the machine virtual box and now i have this error ) I buy the source from ken with about 1 years ago and probably i forgotten to install something, but what ?
  4. Hei dev , i put the system and in my test is working. After i add to my server for players : syser: So when i try to open the shop offline by ken is not working , the normal shop is working. And 2 minutes lateer the core are crash , this is the gdb: The problem are in the source. I recheck the files but is perfect... Solved # My problem was from OBJDIR , i delete all and recompile
  5. Hello dev i have a problem :)) For 3 years i use a old mob_proto with his decryptor ( 2089M version) . Now i install the "target information mob system" and i see that the system use the hp,attack,etc from mob_proto and my mob_proto because is old ( 2089m version) don`t have the new columns. So .. i search on the google and i find a mob_proto 2016 in my language with that new columns , but the type is " mob_proto_dump.xml so .. now the new problem : Who i can compile in mob_proto ( to put in the client ) ? :)) I search on the google but without succes. This is the mob_proto_dump.xml wich i want to compile : [Hidden Content] # solve
  6. The channel1 core was crash again .. this is the game.core . I remember that i don`t have any problem before i add the offline shop. So ,i don`t think is a problem with mysql.
  7. channel - config of shop offline set the yang for create a shop 0 . The shop offline by ken have to many bugs.
  8. Yeah ,probably i can install the mysql without the port update but i wanted to do that update for myself , i was disappointed when i see that error and i abort the operation. However i`m waiting the response after i installing in mariadb with mysqldump.
  9. Ok, i do : Stop the metin server Repair all the tables to make sure they are functional. Create a .sql dump to all databases belonging to metin. Stop the MySQL server. ( service mysql-server stop) Delete the folder / var / db / mysql Now start again mysql server Now configure your mysql server again (The user " root " ) GRANT ALL PRIVILEGES ON *.* TO root@"%" IDENTIFIED BY 'password' WITH GRANT OPTION; FLUSH PRIVILEGES; Now install metin tables from .sql dump Run command: // Mysql 5.6 mysql_upgrade // mysql 5.7 mysql_upgrade -u root -p Now i`m waiting ... But i`m still ussing the mariadb. ##### First time, i wanted to move on mysqlserver57 (the mysqlserver55 i see that is vunerable) but when i do the command "portsnap fetch extract" , after 20 seconds beggin of update , the putty and server don`t respond. I login to the VNC console to see what are happens and : So .. f`ck myself what`s wrong with this vds !
  10. Thx you Ramy , yes .. i didn`t use the mysql dump , all other steps i do. But i don`t think the backup archive is the problem , i did that for 4 years and no problem by now... But ok, i will try with mysql dump. What i see strange : In syserr database : " AsyncSQL: query failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61) (query: UPDATE monarch set money=19085862 where empire=3 errno: 2002) " - i dont have anything in player.monnarch , what he want to update ? in sysser/syslog channel who are crash every time the FIRST error provide from the offlineshop " query: UPDATE offline_shop_npc SET time = 27540 WHERE owner_id = 282380 "
  11. Its repair and start the database automatic because the table are crash when game core are crash
  12. Hei everyone , about every 24 hours the mysql service is down and crash my channel 1 where is most of players online and i don`t have any ideea why ? I use the MariaDB101 and yes .. i try with an reinstall and same problem. I have this problems after i add the shop offline system by ken ( last version 13/2/2016 ) This is my database syserr: ( the db don`t crash only register this syserr) Here i see something "(query: UPDATE monarch set money=19085862 where empire=3 errno: 2002)" . He try to update tabble monarch but i dont have anything there. CH1 SYSERR ( where core is down ) CH1 SYSLOG mysql vds.err
  13. you think that ? hmm and why only the channel1 is down, i understand is more people than other , but why the other is not down because the mysql are stopping right ? And what kind of problem i have there ? hmmm
  14. Hello friends , i have a problem since i add the shop offline. About at 24 hours , my channel 1 is crash ( when most of people are online ) Every time the core are stop with this syserr: syslog:
  15. Thx you again , i try and that is not my problem If i make the crash with login at channel and after that logout and login to another channel , my sysser allways have this error:
×
×
  • 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.