Jump to content

TMP4

Contributor
  • Posts

    1112
  • Joined

  • Last visited

  • Days Won

    20
  • Feedback

    100%

Posts posted by TMP4

  1. 4 hours ago, LethalArms said:

    I started implementing the stuff i had (armors,weapons,itens,etc) and the translation got fucked up, can the item_proto or item_names fuck the translation? or wtf happened for the translation to be fucked again?

    Your best choice is to check the translation each time you do something and you'll know when it gets bad. Nobody can help you otherwise.

    3 hours ago, covfefe said:

    Is the full Pet system included?

    40k have the original pet system. (Not the growth one.)

    • Good 1
  2. 35 minutes ago, LethalArms said:

    I'm trying to add a quest but im not being able to do it, i add the quest file a basic one, like this:

    quest shop2 begin
        state start begin
            when 9010.click begin
                npc.open_shop(12)
            setskin(NOWINDOW)
            end
        end
    end

    Add the needed things on the db

    4c3c8998d519caca2415118348dda7db.png on shop table

    2131a7647065fdd80387cf389101d23c.png on shop_item table

    i do questcompile, dbclean, dbcompile, start the server, spawn the npc (/mob 9010) try to click it to open and nothing happens.

     

    BTW, the translation problem, i did a fresh server install and was completly solved, now im having this quest problem xD

    You have to add your new quest to the locale_list file and then questcompile (make.py).

    • Good 1
  3. 1 hour ago, covfefe said:

    I've discovered a bug, skill book descriptions aren't showing. Just the skill book name.

    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.

    • Good 1
  4. 54 minutes ago, LethalArms said:

    Can quests influence on this? I've been trying to add an npc and I edited some files, that I'm not sure would influence or not, also I don't remember if before I did that worked, but before I didn't have the locale folder named correctly 

    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.

  5. 6 minutes ago, LethalArms said:

    still the same, even after changing that

    c5d944d392145d6a67914d61c1789b76.png

    ab0c0271f7daee3123bfa2c268be484a.gif

    1c44190b2219c9dc78a457415f57e69a.gif

    Really dont know what its wrong

    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. 

  6. 19 minutes ago, LethalArms said:

    I changed locale_string, if i view it directly from the server its in portuguese (my language)

    I'm not sure what you did there because it is working for me.

    2656101226-115517.jpg

    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.

    Spoiler

    260409Screenshot-1.png

  7. 4 minutes ago, LethalArms said:

    I applied the translation and almost everything is translated, i've rewatched the video where u apply the translation and for some reason, the itens are translated,mobs translated, etc but when i try to drop something, trade, add bonus,switch bonus,etc it isn't translated do u know why?

    6396a7e29f5ff82a196b8c2ddfaf9072.gif

    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.

  8. 9 hours ago, avatarjorn said:

    Do you know how to make this so stacked skill books are not used all in the stack? This is char_item.cpp
     

                    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.

  9. 1 minute ago, LethalArms said:

    I also don't know which portal i spawned, with the name Desert_Yongbi there's like 3/4 of them btw, how do i know if the core of the map is running or not?

    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)

    2 minutes ago, Arvydas said:

    Oh yes ? Any chance you do some client anti cheat?

    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. 19 minutes ago, LethalArms said:

    Yap, i had an error on skilldesc.txt, the warrior mental skill was incomplete, and the one from ninja was missing, thks, btw how to set items to be tradable or not and how why i can't do damage to other players on city? Also 2 days ago i spawned a desert yongbi portal, and the account got disconnected and i had to change the coordinates of the account to the city for it to unbug, do u know why?

    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. 3 minutes ago, Arvydas said:

    Can you recommend a good anti cheat protection what works with this serverfile?
    Every single cheat works and it is a problem for us ?

    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.

    3 hours ago, LethalArms said:

    I installed the 6th skill, and for some reason the warrior mental doesn't have icon and doesn't work, and the ninja bow skill doesn't exist, I can run the command to set skill but it does nothing, any idea what it can be? 

    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.

    2553001225-175226.jpg

    2555001225-175438.jpg

  12. 27 minutes ago, Mahtox said:

     

    You are right. But then the new version could be priced as like 100€. Then people could choose over the basic free and the advanced version. It would be good for him.

    Why are you attacking me over several posts? I just wrote my opinion and suggestions, nothing more.

    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 ?

    • Lmao 1
    • Love 3
  13. 30 minutes ago, Mahtox said:

    OK so I tried it now. Not that bad but there is still to polish on it to compete with paid counterpart. But I like the 15 languages and the predefined virtual machine.

    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 ?

    • Good 1
    • Love 1
  14. 3 hours ago, 4peppe said:

    Hi, I am aware of it, if with a female war / sura you try to equip the hair of a female war / sura they are not seen on the model, if instead you equip those of the male model on the female character they work; if with a male ninja / shamana you try to equip the male ninja / shamana hair they are not seen on the model, if instead you equip those of the female model on the male character they work.

    War/Sura male: work
    War/Sura female: don't wok
    Ninja/Shamana female: work
    Ninja/Shamana male: don't work

    2015391220-081046.jpg

    2015391220-081055.jpg

    2015391220-081203.jpg

    2018361220-081639.jpg

    They're working for me ?

    • Good 1
  15. 6 hours ago, 4peppe said:

    Hi, female hairstyles for war and sura, and male hairstyles for ninja and shamy are to be fixed in the item_proto

    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.

    • Good 3
  16. 23 hours ago, I bims 1 WLAN said:

    Hey, how can i refresh my Quests?

     

    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.
    • Good 3
  17. 2 minutes ago, Muska said:

    Oh, right, I'm so dumb - forgot I used that without starting it.
    Correct PS output - 

    Looks like DB is running for a few seconds and then when the connection error occurs, it crashes.

    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)

    Spoiler

    • Love 1
  18. On 10/25/2021 at 2:56 PM, SCOOB said:

    @ TMP4there's a single bug I found. When you leave the looser reward and you kill one player it automatically teleports the killer in map1. It doesn't give the warning first.

    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
    • Metin2 Dev 1
    • Love 2
×
×
  • 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.