Jump to content

Fix Horse Skills


Hisoka

Recommended Posts

i dont know if this is posted

horse skills no damage (only for M1 no G and P)

open game /src/ char_skill.cpp

 

        if(GetMountVnum())
		{
			if( !((GetMountVnum() >= 20209 && GetMountVnum() <= 20212)	||
				GetMountVnum() == 20215 || GetMountVnum() == 20218 || GetMountVnum() == 20225	)	)
					return false;
		}

replaced by

		if(GetMountVnum())
		{
			if( GetMountVnum() < 20209 && GetMountVnum() > 20212)
				if (GetMountVnum() != 20215 || GetMountVnum() != 20218 || GetMountVnum() != 20220)
					return false;
		}

like that

ce10cdd2052d9b3d31f764a46c2144ff.png

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic



  • Similar Content

  • Tags

  • Activity

    1. 0

      A small bug using Transmutation and Private Shop Search systems

    2. 2

      Directx9 texture problem

    3. 1

      Compiling on Linux

    4. 0

      Metin2 Property objects loaded from D:/ymir work

    5. 1263

      [40250] Reference Serverfile + Client + Src [15 Available Languages]

    6. 0

      How to check the reliability of a seller or a customer?

    7. 1263

      [40250] Reference Serverfile + Client + Src [15 Available Languages]

    8. 7

      Phishing - Beware of identity theft...

    9. 0

      Solaris2 - PvM medium - International - Official Serverstart - 30.06.2023 17:00 CEST!

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.