Jump to content

Constantinos

Inactive Member
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Constantinos

  1. quest event_moonlight_2014 begin state start begin when kill with game.get_event_flag("event_ayisigi_drop") == 1 and not npc.is_pc() begin if npc.get_level() > pc.get_level() - 10 then local s = number(1,250) if s == 1 then game.drop_item_with_ownership("50011",1) return end end end end end That is what i found online , but how do i activate it in-game?
  2. I get this error in BSD : tutorial.quest:5:Error occured on compile tutorial.quest i've tried almost everything , i even replaced the quest with a simple one like : quest questname begin state start begin when login with pc.get_level() > 25 begin syschat("Hello "..pc.get_name(()) end end end still get the same error .. Any help?
  3. If you have a DNS server follow the tutorial that he linked you. 40k sf do not work with surakopf .
  4. Hello community , here's a problem that i've encountered. While using 1678 files by daroo (Hamachi server for now) , i see that i can't send a PM , the game kicks me out entirely.. any solutions would be nice !
  5. Hello everyone ! I've noticed that this forum is very helpful and i haven't seen anywhere any tutorials about beginning your journey as an admin of metin2. I have been searching on Google , Youtube videos to get me started but none of them actually help. I managed to open my server , make me a gm , modify the client (Only when it comes to basic stuff like hair , skills, colours). Did you guys learn all that by yourselves? I would love a good "book" or anything else that is online about metin2 coding since i have a basic knowledge of C++ and Java. I love doing things like that and i would love it even more if you could help me get started! Thanks in advance
  6. But where is the "code" that i need to understand , where can i find it
  7. I am trying to understand... what files do i open .. do i just open them and put functions in them? I just need to unstuck my brain to get going.
  8. Hello , I've been looking through this pages for a long time now and i have a lot of questions if i'm honest. I am really lost when it comes to "Modifying" your server through programming. Is it necessary , and how do you do it. I've have a basic knowledge when it comes to C++ and Java , but i feel like i don't know anything when it come to metin2. I can understand that this site is really helpful with guides just by looking at them. So my question is : Do i need to learn Python , and how do you modify the files , you just open them and add stuff and later on you have them in your server. If i need to gain knowledge , how much time will it take , can you fix bugs if you don't know how to program? Thanks in advance
  9. Hello , I have a question that has been bothering me for the past year. I used to have a good metin2 hamachi server (with a lot of people) and i have experience on how to run a server. I know client modding and stuff. Now the question is , do i need to know programming to fix bugs? Im studying computer science and have a basic knowledge on C++ and Java I want to take it a step further and create a DNS server but i have to know if i need to be an experienced programmer to hold a server. I've noticed that there are no actual guides on youtube or google based on those questions. What programs will i need? Is there any tutorial out there? Why is it good to know programming for your server , how will that help.
×
×
  • 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.