Jump to content

KavMira

Member
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by KavMira

  1. EN:

     

    Hello from Germany,

     

    First of all, i apologize for my english, but I hope you can understand me.

    I am looking for systems to hide the flags (from the Multi Language System), the costumes (hair, armor, weapon) and the effects (for example: crit).

    Are there already systems that are public and work or someone sells such systems?

     

    Best Regards

     

    _________________________________

     

    DE:

     

    Hallo aus Deutschland,

     

    Als erstes, entschuldige ich mich für mein english, trotzdessen hoffe ich das du mich verstehen kannst.

    Ich bin auf der Suche nach Systemen, um die Flaggen (vom Multi Language System), die Kostüme (Haare, Rüstung, Waffe) und die Effekte (zum Beispiel: Krit) auszublenden.

    Gibt es bereits Systeme, die Public sind und funktionieren oder jemand solche Systeme verkauft?

     

    Liebe Grüße

  2. vor 7 Stunden schrieb Heathcliff™:

    In char_battle.cpp:

      Inhalt unsichtbar machen

    Search:

    
    
    bool CHARACTER::Damage(LPCHARACTER pAttacker, int dam, EDamageType type)

    Add under:

    
    
    	if (GetGMLevel() > GM_PLAYER && GetRaceNum() > 7)
    		return false;

     

     

     

    Am 11.10.2019 um 16:42 schrieb WeedHex:

    Char_item.cpp

    Find for:    item->AddToGround (GetMapIndex(), GetXYZ());

    Before add:

    
            if (GetGMLevel() > GM_PLAYER)
            {
                ChatPacket(CHAT_TYPE_INFO, "Trying to fuck from ground.");
                return;
            }

     

    Don't work for me.

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