Jump to content

Galet

Premium
  • Posts

    1384
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Everything posted by Galet

  1. Try to compile the mdatr tool by ymir (I think it's a mdatr)
  2. Soarin makes a tuts some month ago, but he deleted it, maybe because some of bugs may appears. Contact him.
  3. My up neighboor is the truth rofl. For client, you have to use vs2008, there's a tutorial here. For golden smith, you have to modify some folders... Rankpoints is maybe in one quest. (or rank like Cruel etc, search in source ^^) For 70039, I do not any idea, and i'm to lazy to search this night, tomorrow I'll search.
  4. Or you can do it when editing db with any hexadecimal editor and change : player%s_deleted to player_deleted%s But the other solution works too.
  5. What... You want to make metin2... I guess you mean put files in windows machine ? You can, with 2014 serverfiles windows.
  6. 0921 16:39:31026 :: invalid idx 0 0921 16:39:31557 :: Traceback (most recent call last): 0921 16:39:31557 :: File "uiTarget.py", line 472, in OnUpdate 0921 16:39:31557 :: AttributeError 0921 16:39:31557 :: : 0921 16:39:31557 :: 'NoneType' object has no attribute 'IsShow' 0921 16:39:31557 :: It's disconnect my char. :x
  7. It's strange because my mob proto stay the same since the last connection xD I will try to change it, thanks
  8. Doesn't work for me, all my character disappears and when I create a new one, my client return back to the beginning. 0920 10:53:12468 :: CPythonNonPlayer::LoadNonPlayerData: invalid size 339150 check data format. 0920 10:53:12468 :: LoadLocaleData - LoadMobProto(locale/fr/mob_proto) Error 0920 10:53:14255 :: invalid idx 0 0920 10:54:48140 :: CPythonNonPlayer::LoadNonPlayerData: invalid size 339150 check data format. 0920 10:54:48140 :: LoadLocaleData - LoadMobProto(locale/fr/mob_proto) Error
  9. It fixable from clientside. If you can't recompile the launcher, the logic put this functions in "WHISPER_TYPE_GM" as you can see in PytyhonManager : case CPythonChat::WHISPER_TYPE_GM: pChatLine->Instance.SetColor(D3DXCOLOR(1.0f, 0.632f, 0.0f, 1.0f)); So you have to go in input_main.cpp and delete (the only functions about GM chat in serverside) if (ch->IsGM()) bType = (bType & 0xF0) | WHISPER_TYPE_GM; like Denis said, and, it's logic, if this functions isn't declared in the game, the client can't use it. (Expert in C++, feel free to correct me if you're think i'm wrong". So, if it doesn't work, it's strange, but if you want, you can delete "gamemastermark" from whisperdialog.py and uiwhisper.py
  10. In english please, anyway, the solution already given in the Help section.
  11. Thanks, But, what is it ? ^^
  12. Yeah, I've got the 5.6, I will try the 5.5, and mysql_upgrade, thanks ^^
  13. I do not have any other log, I will retry later, check this out.
  14. You can even put the character into spectator mode.
  15. I pretty sure too, but MySQL (var/db/MySQL), after reboot or start, doesn't my modification, like account, common, etc... And I have to use mysql -u root -p and redefine my information.
  16. Hi, since some times I've got a Strange Bug, it stopped my server, let me explain : If I install MySQL (dedicated, hamachi 9.2, hamachi 9.3), and then I put my db , files etc... When I started my server, it delete MySQL, even when I reboot my server, & then I've got Mysql.sock error 'till the reboot, and then I have to put again my db, but same, infinite loop. So I think it's caused by my own game, so I take vanilla one, same, so I clean-up a part of my files, same. So now I think it's because of "libmysqlclient.so.18", but I've got a doubt. If anyone got any solution. 'night
  17. My own, an ~80% fully debug source based on mainline, r44050 (I think), game : ~2.83Mo (or ~3.80 it's depend) and ~418KiB db.
  18. Haha ! Looks like an old bug, like -35k Shaman resistance in a non implanted 80 weapon !
×
×
  • 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.