Jump to content

Search the Community

Showing results for tags 'szint'.

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

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 1 result

  1. -------------------------- --Képességek fejlesztése --szinthez kötve --By Pisti95 -------------------------- quest skill_up begin state start begin when login or levelup begin --- 30 limit if pc.setqf("30") == 0 then if pc.get_level() == 30 then if pc.get_job() == 0 then say( "Elérted a 30-as szintet, így" ) say( "megkaphatod a Mester képességeket" ) pc.set_skill_level(1, 20) pc.set_skill_level(2, 20) pc.set_skill_level(3, 20) pc.set_skill_level(4, 20) pc.set_skill_level(5, 20) pc.set_skill_level(6, 20) pc.set_skill_level(16, 20) p
×
×
  • Create New...