Jump to content

Constantinos

Inactive Member
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Constantinos

  1. 6 hours ago, Exygo said:

    Rewrite ymir functions from client side

    What does that have to do with the way that the weapons will be shown? What i wanted to say is , i want the weapons in the quest , to show themselves horizontally  (next to each other) , not vertically ( like shown in the picture) 

  2. Hello community , i have encountered this small problem while creating a smiple quest . I'm using say_item_vnum(***) function but when i place it two times , the items are not next to each other. hryhnq.png

    Here is my code : quest herowep begin
            state start begin
                    when letter begin
                    send_letter("Hero Weapon")
                end
                when info or button begin
                say("This quest will give you a")
                say("starting weapon to help you")
                say("level up quickly, it is not the best")
                say("but it's something for now..")
                say("Choose wisely.")
                say_item_vnum(269)
                say_item_vnum(3009)
                        local event = select("One hand weapon","Two Hand Weapon","Close")
                        if event == 1    then
                            pc.give_item2("269", 1)
                        elseif event == 2    then
                            pc.give_item2("3009",1)
                        elseif event == 3 then
                            return    
                            end
                        send_letter("Hero weapon")    
                end
            end
        end

    I want the function " say_item_vnum" to be next to each other , how can i do that?

  3. 17 hours ago, bibibi2 said:

    Guys i am sorry to disturb,

    do you remember in the original metin2 korea ( 2004 - 2008 back to those years )

    -how it was possible to upgrade spirit stones up to +5  ?  (like on metin2.us with the smith in valley?)

    -how did they make P skills so easily? (tons of youtube videos showing low level players having P skills)
    -same question for skill books from m1 to g1 

    -exacly which bonus did they had on their items?
     ( like on .us  strong & defense against classes ?) \
     ( what about bonus 6\7 , tons of korean videos showing items with 7 bonuses , and which type of
      bonuses they had ?)
     (did they had 2000hp as max bonuses, or as initial official server where we had 800 as max?)

    What's the question exactly , do you want to modify your server to do all these?

  4. You can sear

    1 hour ago, Tallywa said:

    Hallo, wie wäre eine ganze Website für metin2 kosten? Mit Itemshop, Wahlsystem , Archivistique, Registrierung, dann aber nichts ein Ort. I're ein guter, aber ich nicht die Sicherheit, dass ich nicht scheinen kann, zu korrigieren


    Hello, how much would a complete website for metin2 cost? With item shop, voting system, ranking, registration, finally a real site what. I am one but I have security failures that I can not correct

    You can search "Paid services" topic , i have seen a lot of people willing to create a website. Now for the cost.. you'll have to talk with them 

  5. Hello Dev community! I might be doing something wrong with " Locale.lua". I'm trying to translate some stuff but they don't seem to be applied in-game , i save Locale.lua in FileZilla , i reboot the server but the translation doesn't seem to work. Any solutions would be appreciated ! Here is the problem : 

    uzewat.png

  6. 13 hours ago, MORTE said:

    If it's just for testing and your machine is good, stay on it, if you want to be online for a public server or your machine is bad, rent a dedicated server, right here in the forum or on google you will find various guides for installations etc;

    Well , i do have the same VM as everyone does.. it's just i made the server from hamachi just to " build it and fix it" first. By good machine i don't really know what you mean , but at some point i would like to have a Public_ip so others can join in as well , because right now , i'm the only one who can enter the game. What will happen when i rent a dedicated server? I won't be needing VM anymore?

  7. Hello community !

    I was translating my server and i'm done with it.

    But i keep seing that "announcements" like , " Experienced ratio is increased because of your luck" comes out in a different language . I've searched Locales , but i couldn't find it in there . Here is a picture of what it looks like . Can you help me ?

    YntXir.png

     

  8. Hello community ,

    i found another obstacle i can not get through.. i use client by Maxmii  , the problem is . I change locale.cfg to my language , i can type my language in the game BUT whenever i translate something from locale_tr /de the game comes up with some not understandable characters .. EX: ??ε?δ?? . But i can type my language in-game without any problems, that means that the client supports my language , so what's the problem? Im from Greece(if that matters somehow). 

×
×
  • 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.