Jump to content

itemInfo.lub


RiLu

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  10/01/15
  • Last Seen:  

Buenas, algun amable persona me enseña a hacer un itemInfo y como modificarlo?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  220
  • Reputation:   251
  • Joined:  04/08/13
  • Last Seen:  

Primero descarga la versión traducida del Iteminfo.lua desde aquí:
https://github.com/zackdreaver/ROenglishRE/tree/master/System

Básicamente tienes dos opciones a la hora de editar el archivo, la primera opción es editarlo manualmente con el bloc de notas y/o Notepad++.

La segunda opción es usar el Server Database Editor.De todos modos la estructura es algo simple a la hora de editar.

Spoiler



[5632] = { // ID del ITEM
		unidentifiedDisplayName = "Hat", //Nombre del item cuando no está identificado
		unidentifiedResourceName = "ĸ", //Nombre de los archivos (texture y sprite) cuando no está identificado
		unidentifiedDescriptionName = { "Unknown Item, can be identified by using a Magnifier." }, //Descripción del item sin identificar
		identifiedDisplayName = "Vanilmirth Hat", //Nombre del item al estar identificado
		identifiedResourceName = "�ٴҹ̸�������", //Nombre de los archivos (texture y sprite) cuando está identificado
		identifiedDescriptionName = { //Descripción del item cuando está identificado.
			"A cold, soft hat that is shaped like a Vanilmirs.",
			"------------------------",
			"MDEF +5",
			"------------------------",
			"Has a certain chance of auto-casting a Level 1 Bolt skill with each melee attack.",
			"------------------------",
			"^FF0000Unrefineable^000000",
			"^663399Indestructible^000000",
			"------------------------",
			"Class:^6666CC Headgear^000000",
			"Defense:^0000FF 0^000000",
			"Location:^6666CC Upper^000000",
			"Weight:^006600 100^000000",
			"Level Requirement:^006600 30^000000",
			"Jobs:^6666CC All classes^000000"
		},
		slotCount = 0, //Cantidad de slot que posee el item
		ClassNum = 317 // View ID del item (Para mas informacion click aquí)
	}, //Final


 

Recuerda que Iteminfo.lua es usado posterior a clientes 2013.

Link to comment
Share on other sites

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