guys I need your help, I'm trying to take a mount from a new client and put on a new server. So far I figure out where they are store.
So I found in item\Data\ItemTypeRide.ndt
Code:
2400 서러브레드 1893 NULL 8 110 NORMAL 0 NULL NULL 1 70 0 0 2 0 0 0 0 0 0 0 0 0 1 10 0 0 0 0
then I figure out the name of this mount in english, from this file
LANG\TextMgr\TextMgr_Item_ENG.ntx I search for NameTextNum 1893 and found this.
Code:
1893 Thoroughbred 1st 1634
so far so good till I falloud the table from Unique, Name, NameTextNum, Code and then ImageFile and ImageFont. so I am guessing this is kind of icon in game but I am not supose to find the texture and also the 3d model? Can some one explain