Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/17/19 in all areas

  1. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) [Hidden Content] Create /usr/game/auth/BANIP. Then find IP at player.player ip table and add to file. Don't forget the left a space at the end. Example: Gm Command: [Hidden Content]
    5 points
  2. Hi LordZiege, the problem is that you're issuing a normal send_letter inside a quest window. This is not possible under normal circumstances since it sets your quest skin to NOWINDOW, and so the window fails to create and render. Solutions: 1. Issue the send_letter after the quest dialog is over: say_title(gameforge[get_lang()].welcome_quest.letter) say(gameforge[get_lang()].welcome_quest.text) say_reward(gameforge[get_lang()].welcome_quest.text2) pc.setqf("kill_wilddog", 0) wait() -- Creates a second questtext instance which will be empty since no further "say" is used, and so it will trigger after you press "OK" send_letter(gameforge[get_lang()].welcome_quest.letter3) set_state(kill) 2. Use this function instead: send_letter = function(title) makequestbutton(title); --setskin(NOWINDOW); By commenting out this function the problem gets fixed. q.set_title(title); q.start(); end -- function -- ..Or create a new one like this: send_letter_new = function(title) makequestbutton(title); q.set_title(title); q.start(); end -- function
    2 points
  3. M2 Download Center Download Here ( Internal ) Hey guys, i was bored and this visual "bug" i hate since years, so i corrected the "navi" of the character window. @LordZiege (German) Download - Virustotal @ Tatsumaru (German & English) Download @ Mitachi (Italian) Download Kind regards
    1 point
  4. Hi everyone!? I'm back I want to show you me new map. This is summoner's rift version metin2. Maybe soon I will create a 'twisted treeline' and 'aram' How do you like it? ? contact _________________________________________________________________________________ _________________________________________________________________________________
    1 point
  5. M2 Download Center Download Here ( Internal ) Hair pinned with Japanese pins only for shaman lady. Such a curiosity - Hair pinned with Japanese pins called Kanzashi. In the Japanese culture, the material of which the pins were made was evidence of a person's social status. High ranking aristocrats had the right to wear gold pins, middle ranking aristocrats had the right to wear silver pins, and ordinary people, regardless of their material status, had to settle for brass pins. Download: [Hidden Content]
    1 point
  6. M2 Download Center Download Here ( Internal ) A small model, nothing ambitious, but it may be useful to someone (designer mapper). I made 3 sizes of this model to choose. Download: [Hidden Content]
    1 point
  7. ?️Hi everyone!?️ I am coming back to you with the new league of legends map! This is 'Howling Abyss' - version metin2. Map size - 2x2 It's good for pvp contact __________________________________________________________________ This is my last map of league of legends. Now I plan to add new npc / monsters / objects. I will show you everything! Cooming soon ..! __________________________________________________________________ Summoner's Rift - >>>> click __________________________________________________________________
    1 point
  8. Hello, new bigger dungeon is out! I had idea for this dungeon really long time, now i've finally made it. Do you like it? Let me know! Btw: More stuff in nightmare style are probably coming. I love that style
    1 point
  9. [Hidden Content] questnpc.cpp
    1 point
  10. Try locale_string.txt Under : "You have to add a Socket if you want to use a Diamond.";
    1 point
  11. Nice release ? Thank you. Best regards Raylee
    1 point
  12. 1 point
  13. First one probaply patch with new gr2 emotions you can remove the button from restartdialog.py in uiscript Thrid one i think game.py ? you can just search what is typed and fin it just try Four : DOn't use shitty turkish files
    1 point
  14. Some epic "Journey" music mix New Armin van Buuren - This is just amazing
    1 point
  15. M2 Download Center Download Here ( Internal ) hello guys i have a small farmmap for you the size of the map is 2x2. Its nothing special but i hope you enjoy it Download: pw: reco [Hidden Content]
    1 point
  16. Some time ago, I too corrected this texture. It's nice that someone also takes care of such details PS: You forgot to make a shadow under the window. Unless it's a style like that. If someone need an alternative solution: DOWNLOAD ENGLISH/GERMAN: [Hidden Content]
    1 point
×
×
  • 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.