Jump to content

Search the Community

Showing results for tags 'map'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Rules
    • Forum rules
  • Servers
    • Private servers
  • Metin2 - Releases
    • Tutorials
    • Webpages
    • Serverfiles/Clients
    • Quests
    • Graphics/Models/Maps
    • C++/Python
    • Scripts
    • Applications
    • Questions/Problems
  • Metin2 - Services
    • Tutorials
    • Webpages
    • Serverfiles/Clients
    • Quests
    • Graphics/Models/Maps
    • C++/Python
    • Scripts
    • Applications
    • Questions/Problems

Blogs

There are no results to display.

Calendars

  • Community Calendar

Categories

  • Files

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 7 results

  1. Belépés egy adott pályára yangért, Quest segítségével.
  2. Sárga map1 Kék map1 Piros map1 Letöltés:
  3. Krini

    Open world map

    Download : Vid :
  4. Zene hozzáadása egy térképhez: 1 -. Szerver rész menj home / game / share / locale / xxx / és nyisd meg a fájlt "settings.lua" Keress rá erre: set_bgm_volume_enable (); Alá írd ezt: add_bgm_info(INDEX, "zenefajlneve.mp3", 0.5); Az "INDEX" száma a map index száma, és a "zenefajlneve.mp3" a zenefájl neve kizárásos alapon. 2 -. Kliens rész A "BGM" mappába rakd be a zene fájlt.
  5. root.eix/epk --> uiinventory.py uiinventory.py elejére beírod ezt: import background Ezután rákeresel erre: def ClickMallButton(self): Az egész funkciót lecseréled erre: def ClickMallButton(self): print "click_mall_button" MapName = str(background.GetCurrentMapName()) if MapName == "metin2_map_a1" or MapName =="metin2_map_b1" or MapName == "metin2_map_c1": chat.AppendChat(chat.CHAT_TYPE_INFO, "Ezen a területen nem használatod a Tárgypiac gombot!") else: net.SendChatPacket("/clic
×
×
  • Create New...