Jump to content

Karbust

Management
  • Posts

    1161
  • Joined

  • Days Won

    10
  • Feedback

    100%

Everything posted by Karbust

  1. On my server with game 2089M I have 5 cores in each channel, channel1/channel2 - 5 cores and game99 - 5 cores On the new files that I'm doing I have 3 cores in each channel except game99, channel1/channel2 - 3 cores and game99 - 1 core
  2. As for the login failures, I have the table ipcountry empty, and I hadn't touched on anything that could cause this... I don't change nothing on the game since a a month ago probably, and I hadn't problems login, just used the client source and hadn't edited nothing especial, just some code here and there about somethings ingame... This problem started just yesterday, it's because that I changed to VMware Workstation 12 Pro? I changed a week ago and I had no errors, just yesterday... About the real time, could you be more specific please? I don't remember to change anything about that... I seen the item_proto.txt and I noticed REAL_TIME don't work, but REAL_TIME_FIRST_USE works, but doesn't have any time, just 0... EDIT: Login problem solved, I went back do virtual box and now there is no problems with connections...
  3. Another bug: I created my server to test bugs to correct with the Loopback adapter, I'm tired of trying with other things and I noticed that I can login on certain resolutions, I can't login on 1920x1080 but I can on 1280x720 or 1280x1040... Someone knows what is wrong? It was working perfectly when was just for me localhost (I use VMware Workstation 12 Pro)
  4. Hello I have a problem with timers, the first error (see on the video) happens with every item that has time (costumes, wind shoes, etc) on the database or the txt the item has the time defined, but ingame is 1 or 2 seconds. Itens with some limits don't work too, like the auto pots, starts 0% instead 100%, but the dews works, funny... The second error (see on video) is the Premium Bonus, they are defined on the database, and I also removed ymir license, but there isn't bonus... Video: Someone can help me? Thanks
  5. Eishhh Thank you very much <.< I didn't even remembered of that little detail
  6. Could you give a good tutorial how to do that? I never worked with cache... Thanks
  7. I don't have any database conexion, the website loads through php from a folder, in this case img folder, using the glob function... If I'm correct there are 5,7Mb to load in about 1982 images... The host is simples, hosted on blazingfast...
  8. Hello My name is António, I'm 17 years old (January 23rd 1999) I'm from Portugal and I started playing metin2 mid 2012 and started learning more about metin2 servers a couple months later. I started on EliteMt2 (Portuguese Server) and never liked to play on the official servers (metin2 pt)... I have much to thanks to the EliteMt2 server admin for so many things that he taught me. I still playing metin2 (only server that I play ^^) and cs go. I don't know if there's more to say Cheers
  9. Hello guys! Today I want to share my Metin2 Icon Database. I made this because since Liquiron closed, there aren't a lot of websites to see the metin2 icons. I'll keep the database updated with new icons. Link: [Hidden Content] I hope this is useful for someone
  10. I already tried with unsigned int, unsigned long, unsigned long int, long long int, unsigned long long int, and none has worked... I know its a overflow, but I don't know how to solve, I already tried the bigger types and still the same error...
  11. Hello I'm trying to do a exp table generator, but on level 250 the exp goes negative Code: #include <math.h> #include <stdio.h> #include <conio.h> int main() { unsigned int total = 0; int level; unsigned int tnl = 300; double factor = 2.1; int levels = 250; for (level = 1; level <= levels; level++) { printf("Level %2d | %-12ld | %-12ld |\n", level, total, tnl); total += tnl; tnl = levels * (1 + pow(level, factor)); } getch(); } Error: What do I need to change? Thanks
  12. Smells like you are trying to unpack someone else's client...
  13. Do you need any help translating to Portugese (PT-PT)? Thanks for the release
  14. Well, it seems no longer need to format anything, when I made a command in cmd they told me in another forum, but nor was it for this pc or to this problem resulted when now to connect the computer disk was analyzed and started work... chkdsk /f
  15. Hello, I'm already recovering the files thanks to @tierrilopes who indicated me the right software (Eassos PartitionGuru) and release his server for me to upload my movies, which will be the last thing to recover, I have over a 1TB of movies (over 500 movies)... I think after saving all the things just formatting the disc, it will work again... Thanks
  16. Hello guys, Yesterday when I started my computer I noticed that my computer wasn't reading my disk... This literally happened from day to night (Saturday to Sunday)... On the disk manager appears this: The files remains on the disk: How can I recover all the files? I now if I format the disk this will work, but I'll lose everything... I'm more bothered with the movies I have (tons of them), software, music, games, images (including family pictures)... If someone can help me with this problem I would be very appreciated... Thank you very much Kind Regards, charparodar
  17. Hello, I'm getting this error opening the client: 0529 12:29:00430 :: ui:2854: RuntimeWarning: tp_compare didn't return -1 or -2 for exception 0529 12:29:00431 :: introLogin.py(line:499) __LoadScript ui.py(line:2847) LoadScriptFile ui.py(line:3037) LoadChildren ui.py(line:3037) LoadChildren ui.py(line:2854) LoadChildren LoginWindow.__LoadScript.LoadObject - <type 'exceptions.OverflowError'>:Python int too large to convert to C long 0529 12:29:00431 :: ============================================================================================================ 0529 12:29:00431 :: Abort!!!! 0529 12:29:00448 :: ============================================================================================================ 0529 12:29:00448 :: Abort!!!! I use this client: [Hidden Content] What can I do? Thanks
  18. Problem solved If anyone have problems setting a cronjob, add this just after #!/bin/sh PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin Like this:
×
×
  • 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.