Jump to content

TMP4

Contributor
  • Posts

    1112
  • Joined

  • Last visited

  • Days Won

    20
  • Feedback

    100%

Everything posted by TMP4

  1. You have to add your new quest to the locale_list file and then questcompile (make.py).
  2. It's not a bug, it just not coded in the uitooltip.py. Never was in official. Look for: self.__SetSkillBookToolTip(metinSlot[0], localeInfo.TOOLTIP_SKILLBOOK_NAME, 1) Add under: self.AppendDescription(item.GetItemDescription(), 26) self.AppendDescription(item.GetItemSummary(), 26, self.CONDITION_COLOR) Not tested.
  3. Not really, these locale messages comes from the game source actually, and it finds the corresponding localized string in locale_string.txt what will display for the player.
  4. Try an english locale_string.txt to test. If that doesn't work too, the problem is not with the locale_string, but you made an error somwhere else, since english have the basic characters without accents. As I showed you it works by default, I cannot really point directly where your error is.
  5. I'm not sure what you did there because it is working for me. Edit: I see you missed to change the english locale (folder) to portugal in your last gif. It is important for character encoding if the other language using other character encoding than english.
  6. You missed locale_string.txt. But that same asian chars are weird, it shouldn't be the same each time but maybe just your lang's encoding do that.
  7. if (true == LearnSkillByBook(dwVnum)) { ITEM_MANAGER::instance().RemoveItem(item); to if (true == LearnSkillByBook(dwVnum)) { item->SetCount(item->GetCount() - 1); But please keep such questions in the Questions & Answers because it is not related to this serverfile.
  8. Because you are GM? Set yourself to free/hostile mode or try with 2 normal players.
  9. As I said you probably used a leftover portal from old times. Just ignore it until the active portal works. There were a second map for desert-snow-fireland like 12 years ago. I'm not really sure why Ymir did that tho. (Like metin2_map_n_desert_02 you can still find the serverside folder for them) I'm not planning it. It is a reference serverfile after all and I'm not even that skilled regarding anti cheats, I can only do basic stuffs.
  10. I think every 6th skill included in the skilldesc and complete ? 21 WARRIOR Schwertzirkel Schwertnimbus Glorreiches Schwert Du schlägst mit dem Schwert auf den Boden und eine Aura breitet sich aus, die umstehenden Gegnern Schaden zufügt. Angriff von deiner Position aus, auf mehrere Gegner ATTACK_SKILL|STANDING_SKILL|WEAPON_LIMITATION SWORD|TWO_HANDED noegeom 21 4 Angriffswert %.0f-%.0f (2*MinATK + (2*MinATK + 2*DEX + 2*CON + STR*4)*SkillPoint)*1.1 (2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + STR*4)*SkillPoint)*1.1 36 ASSASSIN Schleichendes Gift Heimliches Gift Unsichtbares Gift Du bewegst dich so schnell, dass du einen kurzen Moment verschwindest, um den Gegner anzugreifen. Teleportationsangriff Andauernder Giftangriff ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION DAGGER|DOUBLE_SWORD|SWORD seomjeon 6 4 Angriffswert %.0f-%.0f (lv*2 + (MinATK+STR*3+DEX*18)*SkillPoint)*1.1 (lv*2 + (MaxATK+STR*3+DEX*18)*SkillPoint)*1.1 Vergiftungschance %.0f%% 40*k 51 ASSASSIN Funkenschlag Lichtwurf Blitzknall Du verletzt den Gegner schwer, indem du ein plötzliches Licht ausstrahlst. Angriff, den du von deiner Position aus machst Anhaltender Giftangriff ATTACK_SKILL|STANDING_SKILL seomgwang 21 4 Angriffswert %.0f-%.0f (MinATK + (1.2*MinATK + 100 + DEX*6 + STR*2)*SkillPoint)*1.1 (MaxATK + (1.2*MaxATK + 200 + DEX*6 + STR*2)*SkillPoint)*1.1 Vergiftungschance %.0f%% 80*k 6 WARRIOR Lebenswille Lebenslicht Lebensfieber Du sammelst all deine inneren Kräfte und lässt sie nach Außen explodieren, um einen starken Hieb auszuführen. Frontaler Angriff ATTACK_SKILL|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gihyeol 6 4 Angriffswert %.0f-%.0f (3*MinATK + (MinATK + 1.5*STR)*SkillPoint)*1.07 (3*MaxATK + (MaxATK + 1.5*STR)*SkillPoint)*1.07 To make an item tradeable, remove ANTI_GIVE in the item_proto.txt's line antiflag column. I'm not sure what portal did you spawn but that problem only happen if the mob_proto's cord for the portal is wrong or the core what the map in not running. Maybe u tried an unused leftover portal from old times.
  11. No I can't. But every protection should work since it is a basic serverfile. Consult with the seller. But it can be a problem that you will host several server as I remember, so 1 license will probably not enough but one per server. Not to mention they usually cost monthly more than an avarage vps. Maybe better if you look for a developer who can make you a little protection what you can include with each server. So I just tested it quickly by installing it from my tutorial but it really works, please try to install it again. Don't forget to repack everything.
  12. Won't happen. Not because of the fear of Gameforge (that's the smaller part) but my country's rules with self employed activities. You cannot do anything, we have a list of activities what you can take as self employed. Selling Metin2 files certainly not in that list ? Some folks choose a similar activity like it engineering work or so but that does not make it legal (not to mention copyright infringement) and the black work is not an option for me, I like sleeping safe at nights ? A quick explaination to you why did I choose this reference concept: I just wanted to give people a solid base on which to build your "own house". While the idea of creating a new branch for an improved version sounds good, that is totally out of scope with my concept. Hope you can understand it. Merry christmas guys ?
  13. And the item_proto.txt & mob_proto.txt is same for every language, that's why languageization made with _names.txt.
  14. cd /usr/metin2/src/etc/cryptopp_8_4_0/cryptopp gmake clean gmake -j9 It'll make the lib to the cryptopp_8_4_0 folder what the game's makefile reads and link so don't forget to recompile the game too. However I'm not sure why it was your problem on vps.
  15. There was no goal to compete with "paid counterparts", those are advanced files, this is a reference file for 40k just with bug fixes. But I glad you eventually liked it or at least some parts ?
  16. Just add a default value like 0 to the admin field in your player table. ALTER TABLE player ALTER COLUMN admin SET DEFAULT 0; #or do it via navicat. Or remove the column if you sure you don't use that anywhere.
  17. Maybe you need the textures (images) itself too? Place them to terrain.eix-epk. But it is is off-topic, please use questions & answers.
  18. Hi, can you give a list of bugged hairstyles please? But you know the female and male hairs have different value3 so ex. /poly not works to check them. You have to check female hairstyles in female character, and male in male.
  19. questcompile cd /usr/metin2/server/share/locale/english/quest && python2.7 make.py --------------------- 2021.12.18: - Added ENABLE_AUTODETECT_INTERNAL_IP so the internal ip fix is cleaner now. (config.cpp) - Added a FAQ.txt with the most common questions what I got over the months.
  20. As I see other cores are crashing too in your vps. So it runs for a few secs then 3 game core and the db crashes. Honestly I only saw similar when someone wanted to run on a 1gb ram and low tier cpu vps. I can't really say more, even if your vps was not a budget option. (But if it was, then try at least a 4gb ram - 2vcore one)
  21. A tried to reproduce it but I think that only happens if he got a warning already in a prevoius empire war. You can do something like this to prevent that: when login with pc.get_map_index() != event_war.war_settings().war_map_index begin if pc.getqf("not_allowed_kill") > 0 then pc.setqf("not_allowed_kill", 0) end end
  22. Use the ps command after you started the server because you want to check if db running or not, so you have to start first. (Because in your screenshot nothing is running, no game(channel) no auth, no db, nothing) my.cnf have nothing to do with your error. Or does your mysql-server crashes too?
×
×
  • 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.