Jump to content

OnlyRipper

Inactive Member
  • Posts

    47
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by OnlyRipper

  1. Thank you! It's perfect! :D.Wish me luck.I hope that will be as successful as this one.I'm somehow proud that i've managed to make it through without error. Tomorrow the next one:
  2. Hello! Could you please reupload? I still miss the "coin" tga file firom taskbar.Everything worked incredible fine.Without error.Thank you for your release.I just miss the image for the inventory to open
  3. I htink i've seen some on Mu Online
  4. Don't worry sooner or later they would have taken this kind of action anyway. Thank you for your patince trying to help me & thank you for sharing with me! I wish you good luck! I'm still stuck at mysql8 and the auth crash.I will try to find a solution.Wihtout a clean compatible clean and a clean svf it won't be easy.But i will try ^^
  5. Hello metin2-factory! Could you please reupload ? The content expired.
  6. Thank you for your reply! It's empty too like the syserr...I'm very confused.
  7. Hello everyone! Could you please tell me if you've encountered this error using vanilla core? Thre is only 1 file that's not having this error: syserr from AUTH which is empty....not errors.I found it in syslog. Any other syserr or syslog contains this error. It affects my AUTH.I can't login.From the moment i try to login the AUTH proccess stops from working. If i don't try to login the error still appears after i close the server. I've tryed several methods...any more suggestions? Pretty please.
  8. Hello everyone! Could you please tell me if you've encountered this error using vanilla core? Thre is only 1 file that's not having this error: syserr from AUTH which is empty....not errors.I found it in syslog. Any other syserr or syslog contains this error. It affects my AUTH.I can't login.From the moment i try to login the AUTH proccess stops from working. If i don't try to login the error still appears after i close the server. I've tryed several methods...any more suggestions? Pretty please.
  9. 1) I'm concerned about this in particular. INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip) VALUES('CHARACTER', NOW(), 10002, 954319, 261200, 0, 'LOGIN', '192.168.1.8 1997735000 1 41 200000', '192.168.1.8') Because: ChildLoop: AsyncSQL: query failed: Data too long for column 'hint' at row 1 2) SYSERR: Jun 20 19:21:35.356706 :: ItemLoad: cannot create item by vnum 49000 (name Display id 10000001) You have a valid item by vnum 49000?(and others with the same error pattern) 3) 0620 18:23:14559 :: CDungeonBlock::Load(filename=d:/ymir work/zone/dungeon/resources picking zon/mushroom01.gr2) - model count is 0 Replace the file with another from another server file or client.See if it's working.This should be first step.
  10. I've reinstalled mysql80 throught ports. Regarding the error I've encountered,in mysql8 you have to create a new user and give him the neccesary permission. After connecting to your mysql with root user follow these commands: CREATE USER 'foo'@'$' IDENTIFIED WITH mysql_native_password BY 'YourPassword'; CREATE USER 'foo'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YourPassword'; GRANT ALL PRIVILEGES ON *.* TO'foo'@'localhost'; GRANT ALL PRIVILEGES ON *.* TO'foo'@'%'; FLUSH PRIVILEGES; This allowed me to enter and indeed use the database through navicat.The problem was always the connection.I wasn't allowed to join even if it was root. I've done what i've said upper and it worked. I hope it will help you.Keep in mind that mysql8 uses different syntax. (update set ..... now it's with ALTER USER etc.) If you have any further questions feel free to ask.
  11. Problem solved.Please remove the topic.Thanks!
  12. I've tryed to start the server using FreeBSD 12 and MySQL8 . The problem is that the mysql client isn't compatible. I've installed mysql8 using ports and using pks.I've tried both ways to see if there's a problem with these methods.None of them could make the connection OK. Right now from what i've read the MySQL Client Update proccess is part of the MySQL Server. I updated my ports,my pks,my whatever it's needed to make sure the client is compatible. Right now they are both: mysql80-server & mysql80-client. Someone knows or faces this problem before?
  13. I'm sorry that I have to post again in less than 1 day. Can someone please give me a hint,in general why other tabs are affected by changing the number of inventories? Source and client compile without problems. I've re-read and re-checked the entire tutorial
  14. Thank you for your codes man. Beside the original realease I learn from your "way of coding too". Mostly i work with metin2 just to understand how programming works,in general. I'm glad you spent time on trying to give us a decent,normal and as much as it can be - bugless version of the game. Right now,even if i have enough to time help you,i'm not sure it's worth to waste time with me if i don't have the basic knowledge of the C++/Py/C infrasturcure of this game,in particular. I will use freebsd >12 update everything and i will try the latest release of your "way of coding". Could you please tell me which version of the client do you use? Because the following links expired. Thank you again! Don't forget that personal life > metin2 development! I will pm this weekend if you still need help. rev 70220 STABLE Core Sourcecode rev 70140 BETA Core Sourcecode
  15. Not sure exactly where i should look. Syserror return no errors. Complitation it's a succes on client side and server side.
  16. Thank you for your reply. I'm looking for something free because i want to learn something.
  17. I know the title is a little bit more stupid,if not Super Stupid level. Recently i've started to learn more about the programming through Metin2 open source files. What files should i use as a beginner[Clean + Srcs(Client and Serverfiles)]? With What files i should compare my work(i'm talking about a free release made by someone with experience)? I've made this topic,even if isn't a problem,because i want more opinions. I hope i didn't post in the wrong place. Thank you in advance & have a nice day!
  18. can you please reupload?! Invalid link
×
×
  • 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.