Jump to content

can i duplicate original shadow accessories from kRO??


eirwanda

Recommended Posts


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  59
  • Reputation:   3
  • Joined:  11/13/16
  • Last Seen:  

if this item can be duplicate, tell me step by step how to do it, please ....

 

Quote

Location item : db/pre-rene/item_db.txt

24010,T_VIT2_Earrings_Shadow(R),T VIT2 Earrings Shadow(R),12,10,,0,,,,0,0xFFFFFFFF,63,2,1048576,,120,,,{ bonus bVit,2; },{},{}

anyone can help me??

 

Thanks All 

Link to comment

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   9
  • Joined:  01/09/12
  • Last Seen:  

Server side:

db/pre-rene/item_db.txt

YOUR_ID,YOUR_UNIQUE_NAME,YOUR_DISPLAY_NAME,12,10,,0,,,,0,0xFFFFFFFF,63,2,1048576,,120,,,{ bonus bVit,2; },{},{} 

Replace:

YOUR_ID: ex 29999

YOUR_UNIQUE_NAME: ex: Shadow_Duplicate
YOUR_DISPLAY_NAME: ex Shadow Duplicate

Client side: find id 24010  in iteminfo.lua or *lub copy and paste and change ID
Ex:
 

	[25788] = {
		unidentifiedDisplayName = "Choco PingPing", <<------- Display name in client not identify 
		unidentifiedResourceName = "ÃÊÄÝ·¿Æøź", <<-- Sprite name
		unidentifiedDescriptionName = { },
		identifiedDisplayName = "Choco PingPing", <<------- Display name in client identified
		identifiedResourceName = "ÃÊÄÝ·¿Æøź", <<-- Sprite name
		identifiedDescriptionName = {
			"Description, what is this ?",

		},
		slotCount = 0, <<---------- Display card in client
		ClassNum = 0 <<---------- View ID
	},

 

Link to comment

  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  59
  • Reputation:   3
  • Joined:  11/13/16
  • Last Seen:  

2 minutes ago, chne024 said:

Server side:

db/pre-rene/item_db.txt


YOUR_ID,YOUR_UNIQUE_NAME,YOUR_DISPLAY_NAME,12,10,,0,,,,0,0xFFFFFFFF,63,2,1048576,,120,,,{ bonus bVit,2; },{},{} 

Replace:

YOUR_ID: ex 29999

YOUR_UNIQUE_NAME: ex: Shadow_Duplicate
YOUR_DISPLAY_NAME: ex Shadow Duplicate

Client side: find id 24010  in iteminfo.lua or *lub copy and paste and change ID
Ex:
 


	[25788] = {
		unidentifiedDisplayName = "Choco PingPing", <<------- Display name in client not identify 
		unidentifiedResourceName = "ÃÊÄÝ·¿Æøź", <<-- Sprite name
		unidentifiedDescriptionName = { },
		identifiedDisplayName = "Choco PingPing", <<------- Display name in client identified
		identifiedResourceName = "ÃÊÄÝ·¿Æøź", <<-- Sprite name
		identifiedDescriptionName = {
			"Description, what is this ?",

		},
		slotCount = 0, <<---------- Display card in client
		ClassNum = 0 <<---------- View ID
	},

 

lemme try it thanks btw

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...