Jump to content

Thrall

P-Server Owner
  • Posts

    88
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Thrall

  1. M2 Download Center

    This is the hidden content, please
    ( Internal )

    ?‍♂️Hi guys, these work took for about 20 minutes to make but seems that players love it.

    It's just a small retouch for upgrade + so they can be seen wich one are with + and wich are not.

     

    And a retouch for stones (color of the stones)

    Stones +0, +1, +2 have black and white icons

    Stones +3 have normal color

    Stones +4 have enchanted color (usfeull for searching in shops)

     

     

     Download: 

    Spoiler

    This is the hidden content, please

     

     

    Spoiler

    100020TJQUGpi.png

     

     Virustotal: 

    This is the hidden content, please

     

     

    • Metin2 Dev 46
    • Eyes 1
    • Sad 1
    • Think 2
    • Confused 1
    • Scream 2
    • Good 22
    • Love 7
    • Love 31
  2. On 11/9/2020 at 4:51 PM, Neverr said:

     

    Hi!

    In questlua_horse.cpp add at the top:

    #include "arena.h"

     

    In arena.h add at the top:

    #include "char.h"

     

    The system works fine, i like it a lot, the only problem i occured in my test server is that if i have my horse summoned and i use the mount item, the server crashes, i don't know if its only me but you can test to see if you have this problem too, i have fixed the problem by doing the following:

     

    In MountSystem.cpp:

    // search for 
    bool CMountActor::Mount(LPITEM mountItem)
    
    // look down for
    	Unmount();
    
    //and add above:
    	if (m_pkOwner->GetHorse())
    		m_pkOwner->HorseSummon(false);

     

    Should look like this:

    https://metin2.download/picture/yzhbek856vb9cRbNC9nR29ZQfsNz218J/.png

    • Metin2 Dev 4
    • Good 5
    • Love 1
    • Love 1
  3. up i have the same problem instead even auto-atack reset its self, any help ?:(

     

    EDIT: Found a solution... for me it should do it... 

    info: i think auto-atack resseting problem was from some files i have put into the autopatcher as i noticed some .inf were there so i deleted them and now it seems to be ok

     

    for the help button i decided to hide it as i changed the character windows and i assume its from there the problem

     

    root/uigamebutton.py

     

    #search
    
    		if 0 == player.GetPlayTime():
    			helpButton.Hide()
    		else:
    			helpButton.Show()
    
    #change to
    
    		if 0 == player.GetPlayTime():
    			helpButton.Hide()
    		else:
    			helpButton.Hide()

     

  4. Thanks, had a common problem adding a sistem while using common and DB, the syserr that compiling gives are not clear.. they are assuming that declares are missing in tables & item_lengts, but the thing is i have 2 servise files so only one was declared, now i added both of them and everyhting works fine, thanks!

     

    Gotta wear 2 payr of glasses i guessxD

  5. spacer.png

     

    Hello, thanks for sharing, this problem is quite for a while and didn't found any fix for this!

    Again, thanks a lot! I am now adding it to the server. Edit: Works perfectly fine! 

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