RiLu Posted April 17, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 10/01/15 Last Seen: June 10, 2020 Share Posted April 17, 2017 Buenas, algun amable persona me enseña a hacer un itemInfo y como modificarlo? Quote Link to comment Share on other sites More sharing options...
Easycore Posted April 17, 2017 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 220 Reputation: 258 Joined: 04/08/13 Last Seen: August 24, 2023 Share Posted April 17, 2017 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.