Jump to content

Mano

Premium
  • Posts

    196
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Mano

  1. hey guys

    i'm using VS 2012 but when i compile my client source i got this error

    Spoiler

    Error    1    error C1083: Cannot open include file: 'initializer_list': No such file or directory    E:\Beta3\Source\Client Source\Extern\Extern\include\boost\unordered\unordered_map.hpp    27

    the error are in these lines

    Spoiler

    #if !defined(BOOST_NO_0X_HDR_INITIALIZER_LIST)
    #include <initializer_list>
    #endif

     

    i don't know what is this problem so if you can help me i'll be glad for that help

    kind regards

     

  2. 70063	transform_costume	ITEM_USE	USE_CHANGE_ATTRIBUTE	1	ANTI_DROP | ANTI_SELL | ANTI_GIVE | ANTI_MYSHOP	ITEM_STACKABLE | LOG	NONE	NONE	0	0	0	0	0	LIMIT_NONE	0	LIMIT_NONE	0	APPLY_NONE	0	APPLY_NONE	0	APPLY_NONE	0	0	0	0	0	0	0	0	0	0
    70064	enchant_costume	ITEM_USE	USE_CHANGE_ATTRIBUTE	1	ANTI_DROP | ANTI_SELL | ANTI_GIVE | ANTI_MYSHOP	ITEM_STACKABLE | LOG	NONE	NONE	0	0	0	0	0	LIMIT_NONE	0	LIMIT_NONE	0	APPLY_NONE	0	APPLY_NONE	0	APPLY_NONE	0	0	0	0	0	0	0	0	0	0

     

  3. 70063	ؤع½؛ئ¬ ¼س¼؛ ہüأ¼ ؛¯°و	ITEM_USE	USE_RESET_COSTUME_ATTR	1	NONE	ITEM_STACKABLE | LOG	NONE	NONE	200000	200000	0	0	0	LIMIT_NONE	0	LIMIT_NONE	0	APPLY_NONE	0	APPLY_NONE	0	APPLY_NONE	0	0	0	0	0	0	0	0	0	0
    70064	ؤع½؛ئ¬ ¼س¼؛ ء¾·ù ؛¯°و	ITEM_USE	USE_CHANGE_COSTUME_ATTR	1	NONE	ITEM_STACKABLE | LOG	NONE	NONE	400000	400000	0	0	0	LIMIT_NONE	0	LIMIT_NONE	0	APPLY_NONE	0	APPLY_NONE	0	APPLY_NONE	0	0	0	0	0	0	0	0	0	0
    

     

  4. Hmm, yes, I forgot the GameLib> ItemData.cpp, sorry and I'll edit the download with this:

    const char* CItemData::GetUseTypeString() const
    {
    	if (GetType() != CItemData::ITEM_TYPE_USE)
    		return "NOT_USE_TYPE";
    
    	switch (GetSubType())
    	{
    		case USE_TUNING:
    			return DEF_STR(USE_TUNING);
    		case USE_DETACHMENT:
    			return DEF_STR(USE_DETACHMENT);
    		case USE_CLEAN_SOCKET:
    			return DEF_STR(USE_CLEAN_SOCKET);
    		case USE_CHANGE_ATTRIBUTE:
    			return DEF_STR(USE_CHANGE_ATTRIBUTE);
    		case USE_ADD_ATTRIBUTE:
    			return DEF_STR(USE_ADD_ATTRIBUTE);
    		case USE_ADD_ATTRIBUTE2:
    			return DEF_STR(USE_ADD_ATTRIBUTE2);
    		case USE_ADD_ACCESSORY_SOCKET:
    			return DEF_STR(USE_ADD_ACCESSORY_SOCKET);
    		case USE_PUT_INTO_ACCESSORY_SOCKET:
    			return DEF_STR(USE_PUT_INTO_ACCESSORY_SOCKET);
    		case USE_PUT_INTO_BELT_SOCKET:
    			return DEF_STR(USE_PUT_INTO_BELT_SOCKET);
    		case USE_PUT_INTO_RING_SOCKET:
    			return DEF_STR(USE_PUT_INTO_RING_SOCKET);
    		case USE_CHANGE_COSTUME_ATTR:
    			return DEF_STR(USE_CHANGE_COSTUME_ATTR);
    		case USE_RESET_COSTUME_ATTR:
    			return DEF_STR(USE_RESET_COSTUME_ATTR);
    	}
    	return "USE_UNKNOWN_TYPE";
    }

     

    Same thing man

    can't add any ATTR to the Costume

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