How To Add Custom Names In Shop

Results 1 to 4 of 4
  1. #1
    Apprentice shadowunic is offline
    MemberRank
    Sep 2012 Join Date
    11Posts

    ! How To Add Custom Names In Shop

    how to add names and groupnames in npc is very easy xD


    ADD Custom Tab Name And Group Name In Game

    Extract From MEDIA.PK2 ( server_dep\silkroad\textdata\textuisystem.txt )

    and Search The Line ( // Store GROUP name ) Press Enter And Put Code

    Code:
    1	SN_STORE_SHOPNAME_GROUP1	유럽 잡화물품의 구입/판매	0	0	0	0	0	NAMEGROUP 	Mua/ B¸n trang søc (Ch©u ¢u)	0	0	0	0	0	0
    SN_STORE_SHOPNAME_GROUP1 = _RefShopItemGroup > StrID128_Group

    NAMEGROUP = Name For Show IN SHOP



    OPEN ( server_dep\silkroad\textdata\textuisystem.txt )

    and Search The Line ( // Store Tab name ) Press Enter And Put Code

    Code:
    1	SN_TAB_NAMETAB	장신구	0	0	0	0	0	Custom Name Tab	Trang søc	0	0	0	0	0	0
    SN_TAB_NAMETAB = _RefShopTab > StrID128_Group

    Custom Name Tab = Name For Show IN SHOP

    by: Shadow


  2. #2
    Enthusiast omarc2040 is offline
    MemberRank
    May 2012 Join Date
    ColombiaLocation
    25Posts

    Re: How To Add Custom Names In Shop

    Nice work

  3. #3
    Apprentice Sir DeviL is offline
    MemberRank
    Mar 2012 Join Date
    7Posts

    Re: How To Add Custom Names In Shop

    You dont say!

  4. #4
    Apprentice shadowunic is offline
    MemberRank
    Sep 2012 Join Date
    11Posts

    Re: How To Add Custom Names In Shop

    Quote Originally Posted by Sir DeviL View Post
    You dont say!
    yes i say how to change name group and tab for shop...

    but for you need change name from npc....



    extract from media server_dep\silkroad\textdata\textdata_object.txt

    and put

    Code:
    1	SN_NPC_npcname	방어구 상인 장부인	0	0	0	0	0	NPC NAME FOR SHOW IN GAME	Tr­¬ng Phu Nh©n - Bu«n gi¸p	0	0	0	0	0	0
    =]



Advertisement