Jump to content

Exynox

Premium
  • Posts

    79
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Exynox

  1. Your internet card. Note that you may want to change your settings from within the virtual machine, using sysinstall and choosing to use a DHCP server to configure the network. This may not work if you don't have a router. I've quickly searched for a video tutorial to help you out:
  2. I love the German language so much . I wish I could speak it better. Anyway, the shell script is a nice idea, didn't thought of that. Nice job too! haha;) love;) I had a question you can call me in skype adden? id:mrmetin2gamer I can't use skype as I'm in a holiday and I have to keep my data plan usage as low as possible (roaming fares are quite high). You have to configure your virtual machine's network card, it seems it can't connect to the Internet at all.
  3. I love the German language so much . I wish I could speak it better. Anyway, the shell script is a nice idea, didn't thought of that. Nice job too!
  4. To solve the icon bug, you need to upgrade your client's Python to version 2.7.
  5. Anyone with some new info? The official wiki for this topic is currently empty: http://wiki.metin-2.com/index.php/Pet_System
  6. Oh, I see. As long you're not using one of the leaked sources, I can't really do anything but speculate. It's possible that: In battle.cpp, you have an include statement which is pointing wrong. In the folder where battle.cpp is, do you have another folder called lua and in it a file called lua_incl.h? If not, that's the cause. You have to find that lua_incl.h file and either move it into the lua folder, or modify the include statement(s) to correctly point to it. You don't have a lua_incl.h file at all, anywhere in the source files, and should try copying one from the leaked sources. Maybe the makefiles aren't properly configured (quite unlikely, but still possible) I can't really give you any actual advice more than that, because, as I earlier said, I don't know how the seller modified them.
  7. Are you sure that everything's included properly in battle.cpp?
  8. I glanced at the code and saw right away that this CMS is using classes when it shouldn't (master/config/cms_functions.php, line 155, for example...), and not using functions when it should. In short, it's quite messed up. Yes, I know that using functions/classes may slightly increase the execution time, but this kind of coding isn't beneficial to a streamlined process of development. Is it a problem if I try to do my best at enhancing the CMS? Maybe I'll code some things on the TODO list ^^. And I don't really see where's the problem with template engines :-? Afterall, with some tweaks, PHP itself can be used as one.
  9. I think it's either - most likely - a mistake made by one of YMIR's programmers (they're not all that skilled), or YMIR tried to implement some sort of "credit system", just like a bank operates: a player wants, for example, to buy a 50.000.000 sword, but he only has 25.000.000 Yang. With this kind of system, he could buy that sword, and be left with -25 million. It's just my concept, and not to mention that it would lead to even higher inflation rates in the game.
  10. Your Virtual Machine network is not properly configured. Or at least this is what it seems to be.
  11. 1. Are you compiling on a 32-bit system? 2. Are you sure you've put the files in the Makefiles.zip archive into your Server folder?
  12. Off: Am o placă video mai veche pe calculatorul de pe care lucrez, dacă încerc să înregistrez ceva în 1080p, are un lag de zici că nu-i adevărat.
  13. M2 Download Center Download Here ( Internal ) Description: Today's New Year's eve, and I felt that I should help the people who can't compile the gamecore/db on FreeBSD, because of the library mess that's usually going on - most people compile DevIL, mysqlclient etc from the ports collection, as this takes a lot of time, hardware resources, and even knowledge for some. Given this situation, I've decided to compile from the official sources of all the required libraries, and tidy a bit up the all lib-includes files, by putting them all into the Extern folder (link below). This allows to brush away some stuff from the Server folder: (Yay, it's so clean and shiny ) [Hidden Content] I've also changed the makefiles according to the needs (link also below). This pre-done stuff should easy the process of compilation a lot for others, not to mention that it should work on all branches (I'm gonna test this next year lol ) Usage: Decompress your Server folder from your favourite branch, and upload it to a FreeBSD machine, which has gmake, makedepend and python installed. Nothing more is needed (except for gcc/g++ ofc). Upload the Extern.tgz archive into the same folder where you put the Server folder, and extract it. Patch the Makefiles in the Server folder with the ones from Makefiles.zip. Compile using gmake / gmake all / gmake game / gmake db from within the Server folder. Video (da n00b prooph part): Note: my English pronounciation isn't that great; I'll be adding subtitles asap. Downloads: Extern.tgz: [Hidden Content] Makefiles.zip: [Hidden Content] Happy New Year!
  14. Yep, you're right. That's why I was pissed off: everybody was using that "fix", which through the magic of Kim Jong-un or whatever, managed to work, against all odds. I also found out that, the assasin's invisibility skill actually debugs the character, as in the vid: [Hidden Content]
  15. Well, first to begin with, when you access a page like [Hidden Content], that wiki in the link is NOT pointing to a folder. These sites are using a technique called URL Rewriting, which cannot be done through PHP, ASP or whatever, but through a proper configuration of the web server (see [Hidden Content] for further reference) I'll point some links for the most used ones: Apache: [Hidden Content] nginx: [Hidden Content] Lighttpd: [Hidden Content] IIS (I've come across people using IIS...): [Hidden Content]
  16. I tried a while ago to make my own Metin2 Server, but I kind of failed... before I could even open it, because my team would always leave me, one member after another. I've seen people and people, and I'm aware that the good guys are really rare. I wonder if you need a PHP developer, because I'd be glad to help. Also, my skills in .quest scripting are average to advanced. If not, I'm still considering becoming a translator / Game Master or whatever for you, since I'm a native Romanian. I'm waiting for a reply .
  17. Either this or you could use the metin2.co.kr client, as it works right with a bit of finetuning.
  18. My bad then. But I still felt the need to mention that the other workaround was more of a hack than a fix.
  19. Hm, thanks. I downloaded the studio manager android official site, I want to make my own custom android. Good luck with that. Remember, if you need support, head over to the XDA-Developers forum; they have an awesome community which is going to help you get started. Baftă
  20. Android is very different from other operating systems like Windows or other various Linux distros out there. What I'm trying to say is that in order to get Android on your device, if nobody already did it, you may need to download the Android AOSP source code and compile it for yourself. (see http://source.android.com/) Not to mention that you'll have a hard time trying to fix all the device driver-related bugs that may (and will) occur. If you are lucky enough to actually get the drivers from the hardware manufacturers. Long story short, if you're not a developer and you cannot find any custom ROM for your phone on sites like XDA-Developers, you're stuck with what you have.
  21. Kind Regards Zerelth ~ Ellie Well, people, it seems that Zerelth figured the fuc*king right way to solve this bug. Yay! Million thanks!
  22. RO: Bravo, văd că noi, românii, ne pricepem la programare ). Pot să te întreb ce librărie ai folosit pentru a citi fișierul YAML? Că mi se pare o idee bună actualizarea asta la noul standard :-? Aș avea și eu două propuneri: 1. Să folosești gettext ca să faci localizarea stringurilor din server (să renunți la locale_string.txt). Eventual ar merge traduse din coreană în engleză, dar nu e chiar o urgență. 2. Să faci ratele maxime (ălea cu /priv_empire) configurabile din... config. Că ăstora cu serverele PVP nu le convine să ruleze un query ca să seteze totul din baza de date, lor le trebuie s-apară în joc rata aia astronomic de mare... Baftă în continuare EN: Well done, I see that we, Romanians, are doing well when it comes to coding ) May I ask you what library did you use in order to read the YAML file? I mean, it seems a good idea to update the code to the new standards. :-? I'd like to suggest two things: 1. You could use gettext in order to localize the server strings (in order to discard the use of the locale_string.txt file). Maybe those should be translated from Korean to English, despite it's not a must-do. 2. You could make the maximum drop/XP etc. rates (those you can set with /priv_empire) configurable within the... config. I mean, the guys who have PVP servers are just too lazy in order to run a query in order to set up everything from the database, they need those insanely huge rates to be shown ingame. Good luck!
  23. Have you tried to rebuild solution option? Best Regards Ellie Sorry for my late reply, Yes, I did. Anyway, it's not really a problem for me, but more like a curiosity... :-? Regards, Exynox.
  24. Personally, I use Virtualbox in order to run both Windows/Linux and FreeBSD at once: [Hidden Content] (the config may be tricky for some :-?)
×
×
  • 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.