Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Making items valid in TR

Junior Spellweaver
Joined
Apr 30, 2011
Messages
118
Reaction score
14
Make sure your client has the item or else it will not work.
1. Unpackage tr4.pkg in from the client and find the file named tblAvatarItemDesc.txt
2. Open it and find the item you want to find E.G. 핸섬한 특전사
3. Add all the info to tblAvatarItemDesc in your database. (P.S. change false/true to 0/1 respectively)
4. Add the item number to tblAvatarItemRealList
If fdType (From tblAvatarItemDesc) is 1 then it should look like this:
Megaponder - Making items valid in TR - RaGEZONE Forums

Row number|Item number of fdType 1|Item number of fdType 1
If fdType is 2/3 then add it like this
Megaponder - Making items valid in TR - RaGEZONE Forums

Row number|Item number of fdType 3|Item number of fdType 2

5. Do this only if your item type is 2/3 and it's a clothing item (wearable)
In tblAvatarItemDescEx,
When you add an item it should look like this
Megaponder - Making items valid in TR - RaGEZONE Forums

Row number|Item number of fdType 3|Item number of fdType 2|1|Minutes till expire|0
Then save it.
It should be working.
If your item is not a clothing item,
It should look like this
Megaponder - Making items valid in TR - RaGEZONE Forums

Row Number|Item number of fdType 3|Item number of fdType 2|0|0|1
Don't understand? Let me explain.
fdType 1=Permanent item
fdType 2=Unusable item. Just gives to fdType 3
fdType 3=Uses fdType2 as supplier.
fdType 4=???
If you still don't understand fdType 2 and 3,
Let's say this item cannot be sold individually (fdType 2) because it is only sold in packages of 3, 5, 10 (fdType 3) Yeah it's something like that.
EDIT: Btw if you are doing Arin's you have to edit some extra tables. Idk which ones. I'm lazy :<
Also if you can't get it just use tblGift and gift it to yourself
2nd EDIT: I forgot about non-clothing items :< sorry about that I'll add that under step 5.
 
Last edited:
Initiate Mage
Joined
Aug 13, 2013
Messages
3
Reaction score
0
Make sure your client has the item or else it will not work.
1. Unpackage tr4.pkg in from the client and find the file named tblAvatarItemDesc.txt
2. Open it and find the item you want to find E.G. 핸섬한 특전사
3. Add all the info to tblAvatarItemDesc in your database. (P.S. change false/true to 0/1 respectively)
4. Add the item number to tblAvatarItemRealList
If fdType (From tblAvatarItemDesc) is 1 then it should look like this:
Megaponder - Making items valid in TR - RaGEZONE Forums

Row number|Item number of fdType 1|Item number of fdType 1
If fdType is 2/3 then add it like this
Megaponder - Making items valid in TR - RaGEZONE Forums

Row number|Item number of fdType 3|Item number of fdType 2

5. Do this only if your item type is 2/3 and it's a clothing item (wearable)
In tblAvatarItemDescEx,
When you add an item it should look like this
Megaponder - Making items valid in TR - RaGEZONE Forums

Row number|Item number of fdType 3|Item number of fdType 2|1|Minutes till expire|0
Then save it.
It should be working.
If your item is not a clothing item,
It should look like this
Megaponder - Making items valid in TR - RaGEZONE Forums

Row Number|Item number of fdType 3|Item number of fdType 2|0|0|1
Don't understand? Let me explain.
fdType 1=Permanent item
fdType 2=Unusable item. Just gives to fdType 3
fdType 3=Uses fdType2 as supplier.
fdType 4=???
If you still don't understand fdType 2 and 3,
Let's say this item cannot be sold individually (fdType 2) because it is only sold in packages of 3, 5, 10 (fdType 3) Yeah it's something like that.
EDIT: Btw if you are doing Arin's you have to edit some extra tables. Idk which ones. I'm lazy :<
Also if you can't get it just use tblGift and gift it to yourself
2nd EDIT: I forgot about non-clothing items :< sorry about that I'll add that under step 5.

Hi
I have tried your method and it is partly success.
I finish adding all the info in SQL.
But when I send it to myself, it can only use in my room.
DghY8oL - Making items valid in TR - RaGEZONE Forums



It cannot appear on my character when I close the room
GZ1jqYZ - Making items valid in TR - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Apr 30, 2011
Messages
118
Reaction score
14
Hi
I have tried your method and it is partly success.
I finish adding all the info in SQL.
But when I send it to myself, it can only use in my room.
DghY8oL - Making items valid in TR - RaGEZONE Forums



It cannot appear on my character when I close the room
GZ1jqYZ - Making items valid in TR - RaGEZONE Forums
I said valid. I didn't mean actually wear them. Sometimes the game actually has it implemented anyway, Nyamochka should know
http://forum.ragezone.com/f815/new-items-cant-used-935850/index2.html#post7760414
and
http://forum.ragezone.com/f815/new-items-cant-used-935850/index2.html#post7763490
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 6, 2014
Messages
61
Reaction score
0
who can help me to add items O.O ?

update : some1 help me with this 1 time plz
 
Last edited:
Newbie Spellweaver
Joined
Jul 14, 2014
Messages
6
Reaction score
0
how i can find data for add to tblAvatarItemRealList ? tell me please.
in tr4.pkg not have file
AvatarItemRealList.
 
Back
Top