Beiträge von Minax35

    Hey Guys!


    After long time developing metin2 projects, we decided to sell our own reworked and fixed systems with no errors and fully working.
    Bitte melden Sie sich an, um diesen Link zu sehen.


    We don't just offer systems, therefore you can buy individual guides how to progress on your certain stage of your metin2 project. We will write a unique guide for your problem if you want to solve it yourself and learn something the same time.
    Bitte melden Sie sich an, um diesen Link zu sehen.


    Also, we sell services in case of custom coding, if you don't want to do it yourself with one of our guides we can do the work for you! We support custom coding in following languages:
    C++/C#, Python, Lua, HTML, CSS, JavaScript, and PHP.

    Bitte melden Sie sich an, um diesen Link zu sehen.


    We're looking forward to your request, if you have any questions, feel free to kindly contact us.

    Discord: boltrum#8668


    Best regards,

    Boltrum

    Bitte melden Sie sich an, um diesen Link zu sehen.

    So ihr Gauner,


    hab da noch einen kleinen fix für das Special Inventory aus der Marty Source für alle interessierten. Problem war, dass man keine special inventory items welche man ins Lager gelegt hatte anschließend aus dem Lager heraus in das normale Inventar bewegen konnte..habs ähnlich wie bei der movieitem Funktion gemacht....


    Code
    1. open input_main.cpp
    2. search if (pkItem->GetSpecialInventoryType() != p->ItemPos.GetSpecialInventoryType())
    3. change like this
    4. if (p->ItemPos.IsSpecialInventoryPosition() && pkItem->GetSpecialInventoryType() != p->ItemPos.GetSpecialInventoryType())

    Viel Spaß damit :)