Jump to content
eirwanda

can i duplicate original shadow accessories from kRO??

Recommended Posts

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

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
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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.