Jump to content
  • 0
Sign in to follow this  
Break San

duplicate item

Question

What must change file to duplicate an item ?  :D

 

Exemplo:

id: 5068 (Ear_Of_Devil's_Wing)

Edited by Break San

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

@@Break San

to duplicate an item you must do it like putting custom items, just change the ITEMID in iteminfo.lua and put the item script in item_db2.conf or item_db.conf

Edited by Zhao Chow

Share this post


Link to post
Share on other sites
  • 0

@@Break San

to duplicate an item you must do it like putting custom items, just change the ITEMID in iteminfo.lua and put the item script in item_db2.conf or item_db.conf

 

Yes I did it but is giving gravity, when equip the item

 

 

iteminfo:

	},		[32101] = {		unidentifiedDisplayName = "Chapéu",		unidentifiedResourceName = "¸®º»",		unidentifiedDescriptionName = {			"Item não identificado, pode ser identificado com [Lupa]."		},		identifiedDisplayName = "Asas Malignas",		identifiedResourceName = "¾Ç¸¶³¯°³±Í",		identifiedDescriptionName = {			"Um acessório que deve ser usada na altura das orelhas, feito com Asas Malignas.",			"^0000ffFOR +1.^000000",			"Classe: ^777777Equipamento para a cabeça^000000",			"Defesa: ^7777773^000000",			"Equipa em: ^777777Centro^000000",			"Peso: ^77777710^000000",			"Nível necessário: ^77777770^000000",			"Classes que utilizam: ^777777Todas^000000"		},		slotCount = 0,		ClassNum = 152	},

itemdb

 

{	Id: 32101	AegisName: "Ear_Of_Devil's_Wing"	Name: "Asas Malignas"	Type: 5	Buy: 20	Weight: 100	Def: 1	Loc: 512	Slots: 0	EquipLv: 70	Refine: false	View: 152	Script: <" bonus bStr,1; ">},

 

@edit

 

 

RESOLVED

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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