Jump to content

Forums

  1. Metin2 Dev

    1. Announcements

      Community updates and announcements...

      473
      posts
    2. Community Rules Marketplace Rules Ranks Top Metin2 Github Docs Pillory Discord
  2. Community

    1. Member Representations

      Here is the area where you can talk about yourself...

      257
      posts
    2. Off Topic

      Is there life beyond Metin2?

      2.4k
      posts
  3. Miscellaneous

    1. Metin2

      Everything about Metin2...

      1.5k
      posts
    2. Showcase

      Showcase allows you to post your latest works in this forum.
      This isn't the Marketplace / Third Party - Providers Directory.
      No sales attempt or your contact details are tolerated!

      1.9k
      posts
    3. File Requests

      Looking for files?
      Tell us your request in this forum...

      593
      posts
    4. Community Support - Questions & Answers

      You need help? Post your problems in this forum.
      Help is offered for free by members of the community.
      No paid service and you must explain how your problem was resolved!

      81.5k
      posts
    5. Paid Support / Searching / Recruiting

      Post your problems or searches in this forum, only if you want to pay.
      Are you looking for a collaborator in your team? Tell us your request in this forum.
      Also, consult our sellers within the Marketplace to search for a third-party service.
      Search for paid services and search for collaborators only!

      4.8k
      posts
    6. Marketplace - Sales & Services Community Rules Marketplace Rules Pillory Marketplace Dashboard
  4. Metin2 Development

    1. Basic Tutorials / Beginners

      Basic Tutorials for Beginners on Metin2!

      243
      posts
    2. Guides & HowTo

      Guides on Metin2!

      3.1k
      posts
    3. Binaries

      Binaries, Source Files, Client Files, Server Files...

      4k
      posts
    4. 15.5k
      posts
    5. Web Development & Scripts / Systems

      Share your scripts here: PHP, JS, CMS, Websites... All about the World Wide Web

      435
      posts
    6. Tools & Programs

      You created a tool that could be usefull for others? Share it to them to improve their experience with Metin2!

      2.1k
      posts
    7. Maps

      1 Map, 2 Maps, 3 Maps...
      You have enough maps to dress up your server!

      594
      posts
    8. Quests

      The quest that will make all the difference?
      She is here!

      711
      posts
    9. 1.7k
      posts
    10. 2D Graphics

      A facelift, what do you think?

      779
      posts
    11. Operating Systems

      FreeBSD, Windows...

      282
      posts
    12. Miscellaneous

      Resources & Stuff

      81
      posts
  5. Private Servers

    1. Private Servers

      Introduce us to your Metin2 p-server!
      You can also register your Metin2 private server on our top list → Top Metin2!

      314
      posts
    2. 160
      votes
    3. 15
      votes
    4. 3
      votes
  6. Uncategorized

    1. Drafts

      This forum allows you to create draft topics without being visible to other members of the community.

      • No posts here yet
    2. Trash

      Topics are visible only to team members and if you are the author.
      Deletion requests will therefore be ignored.

      • No posts here yet
    3. Archive

      Topics are visible only to team members and if you are the author.
      Deletion requests will therefore be ignored.

    4. Temporary

      This forum will be used to temporarily move unusable releases... Dead links...

      4.8k
      posts
    5. Metin2 Download

      This forum is dedicated to the automatic publication of @Metin2 Download.

      • No posts here yet

Announcements



  • Discord Widget
  • Current Donation Goals

    • Raised 113.56 EUR of 800.00 EUR target
    • Raised 2,151.00 EUR
  • News

  • Releases

  • Activity

    1. 5

      Voooxy aka m2core.tech scammer

    2. 1

      How do I change the chance of reading a skill book?

    3. 5

      Voooxy aka m2core.tech scammer

    4. 0

      nonetype' object has no attribute 'getglobalposition'

  • Questions & Answers

    • Take a look at this function from char_skill.cpp bool CHARACTER::LearnSkillByBook(DWORD dwSkillVnum, BYTE bProb) It's called by the server whenever you read a standard skill book (VNUM 50300). Regarding your question: success chance is often retrieved from value0 column belonging to a given skillbook but this isn't always the case so you can use "Find all references" on LearnSkillByBook func to see how it's called. In case of a standard skill book it seems like there's no bProb argument provided so it's hardcoded to 65%, search for this bit int need_bookcount = GetSkillLevel(dwSkillVnum) - 20; and you'll see int percent = 65; if (FindAffect(AFFECT_SKILL_BOOK_BONUS)) { percent = 0; RemoveAffect(AFFECT_SKILL_BOOK_BONUS); } if (number(1, 100) > percent) { (...) But like I said before sometimes this function is also sometimes called with the second argument (bProb) provided and this is our success chance. It's often modified by special items and whatnot.  Grand master skills obviously have a separate routine (LearnGrandMasterSkill) dedicated to chance calculation.
    • Can anyone help me with this error message? this error always comes up when i move the scrollbar. Spoiler 1 : syserr Spoiler 2:  uiWiki.py  
    • I want to make reading skill books harder. how can I do that ?
    • Hello!  I have a problem with channel 99, more precisely with the maps. I can't teleport in those maps, or warp or /go ox. I've tried almost all the maps that are at MAP_ALLOW on ch99 and I can't teleport to any of them. Ch99 is online, Index maps are set to map_allow. I want to point out that the maps worked before, but I haven't tested it for a long time and I don't know when it stopped working. Sysser Ch1: WarpSet: cannot find map location index 113 x 896400 y 21500 name [SA]Eugen When i try /go ox or /warp coord. : Image in Game: https://metin2.download/picture/Pg5da6S98MyyIUHklY94iu2HjzCRVvF4/.png   Ch99 Online: https://metin2.download/picture/18O82PbuN4LD0lFZYyc5Ui02OhL4ldBz/.png   Config Ch99:   HOSTNAME: canal99 CHANNEL: 99 PORT: 29000 P2P_PORT: 13999 DB_PORT: 11000 DB_ADDR: localhost MAP_ALLOW: 26 81 88 107 108 109 110 113 114 118 119 120 121 122 123 124 125 126 127 128 181 182 183 206 207 223 241 256 257 260 261 PASSES_PER_SEC: 25 SAVE_EVENT_SECOND_CYCLE: 180 PING_EVENT_SECOND_CYCLE: 180 PLAYER_SQL: localhost root root player COMMON_SQL: localhost root root common LOG_SQL: localhost root root log LOCALE_SERVICE: romania MAX_LEVEL: 105   Thanks !  
  • Popular Contributors

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