Jump to content

How can I trade untradeable items?


Recommended Posts

Thank you, I will try now!

Edit: I tried it some time ago, but it doesn't work. It looks like this:

if (IS_SET(item->GetAntiFlag(), ITEM_ANTIFLAG_GIVE))
	{
		if (strcmp(m_pOwner->GetName(), "Test1") || strcmp(m_pOwner->GetName(), "Test2"))
		{
			m_pOwner->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("???? ??? ? ????."));
			return false;
		}
	}

 

Link to comment
Share on other sites

^^ ???

You can use orginal function like IsGameMaster or GetGMLevel

Be careful, don`t give this permission to all teammates.

Just use != GM_IMPLEMENTOR

This will work

	    if (IS_SET(item->GetAntiFlag(), ITEM_ANTIFLAG_GIVE) && m_pOwner->GetGMLevel() == GM_PLAYER)
    {
        m_pOwner->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("???? ??? ? ????."));
        return false;
    }
	
  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 0

      ImperiaWorld2 - SpeedServer - Opening 03/05/2024 - NewSchool - New Graphics M2 1.0.4b Terrain depth - International

    2. 2

      Very strange bug, when creating new char

    3. 6

      Voooxy aka m2core.tech scammer

    4. 117

      Ulthar SF V2 (TMP4 Base)

    5. 0

      UI types and attributes

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