ITEM MALL NAMES dont SHOWS UP.

Results 1 to 1 of 1
  1. #1
    Newbie krakersito is offline
    MemberRank
    Dec 2015 Join Date
    14Posts

    ITEM MALL NAMES dont SHOWS UP.

    Hey Folks!

    I have a weird problem. In my ItemMall section: Avatars Dress.
    I have abt 40 avatars. All avatars can be buyed and used, thats work correct in 100%. 39 avatars dress showing their names correct. But one of them
    dont show a name. Normally when i move mouse cursor on that avatar, it show me name. But in Itemmall not. Take a look:
    names.png
    I checked refobjcommon / scrappackage / package / police in DB and it Media.pk2 everything seems be correct.

    So where should i found the reason of it?

    btw my textdataobject looks like that:
    PHP Code:
    1    SN_ITEM_MALL_AVATAR_M_ANGEL_POWERS_DRESS    ??? ??? ?? (?)    0    0    0    0    0    Angel Power Suit (M)    Angel Power Suit (M)    0    0    0    0    0    0 
    1    SN_ITEM_MALL_AVATAR_W_ANGEL_POWERS_DRESS    
    ??? ??? ??? (?)    0    0    0    0    0    Angely Power Dress (F)    Angely Power Dress (F)    0    0    0    0    0    0 
    1    SN_ITEM_MALL_AVATAR_M_ANGEL_POWERS_DRESS_HAT    
    ??? ??? ?? (?)    0    0    0    0    0    Angel Power Hat (M)    Angel Power Hat (M)    0    0    0    0    0    0 
    1    SN_ITEM_MALL_AVATAR_W_ANGEL_POWERS_DRESS_HAT    
    ??? ??? ?? (?)    0    0    0    0    0    Angely Power Hat (F)    Angely Power Hat (F)    0    0    0    0    0    0 
    1    SN_ITEM_MALL_AVATAR_M_ANGEL_POWERS_DRESS_TT_DESC    
    ???? ?? ??    0    0    0    0    0    Dress is worn by Male Angel    Dress is worn by Male Angel    0    0    0    0    0    0     
    1    SN_ITEM_MALL_AVATAR_W_ANGEL_POWERS_DRESS_TT_DESC    
    ???? ?? ??    0    0    0    0    0    Dress is worn by Female Angel    Dress is worn by Female Angel    0    0    0    0    0    0 
    1    SN_ITEM_MALL_AVATAR_M_ANGEL_POWERS_DRESS_HAT_TT_DESC    
    ???? ?? ??    0    0    0    0    0    Hat is worn by Male Angel    Hat is worn by Male Angel    0    0    0    0    0    0 
    1    SN_ITEM_MALL_AVATAR_W_ANGEL_POWERS_DRESS_HAT_TT_DESC    
    ???? ?? ??    0    0    0    0    0    Hat is worn by Female Angel    Hat is worn by Female Angel    0    0    0    0    0    0 


    Thx for help and suggestions ;)

    PROBLEM IS FIXED -.- ;]
    The problem was in RefPackageItem DB/Media.pk2
    In column NameStrID, there was a fcking "SPACE" after end of the name like
    "SN_ITEM_MALL_AVATAR_M_ANGEL_POWERS_DRESS "
    correct is:
    "SN_ITEM_MALL_AVATAR_M_ANGEL_POWERS_DRESS"
    Stupi shiat :P :)

    Last edited by krakersito; 06-02-16 at 01:25 AM.




Advertisement