Jump to content

Haniko

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Haniko's Achievements

Poring

Poring (1/15)

0

Reputation

  1. I am currently working on creating a NPC which allows you to craft Eye Patches in exchange of 1 Rusty Bandages and 1 White Potion. Easy enough right? But there is more, I am using the shop and "OnSellItem:" to craft as many Eye Patches based on the items in the sell box. (inspired by Euphy's Card Trader) So in essence, if I have 10 Rusty Bandages and 10 White Potions, I would get 10 Eye Patches. Whereas if I have 9 Rusty Bandages and 10 White Potions, I would get 9 Eye Patches etc. I am however stuck on how to check if an item and it's quantity matches the Eye Patch requirement from the sell box. I am quite a beginner in scripting, so it be very helpful EDIT Fixed it myself.
  2. Thank you for providing me with the link. This is exactly what I was looking for.
  3. Thanks for coming back to me. I have both downloaded at the moment and am trying to get a taste of both sides. While working on it, I got rather surprised how many things are missing and no idea where to get them from. The issue here is that even with a big list of items in itemdb, they aren't worthwhile if you do not possess the associated spirits and such.
  4. Happy new year everyone. I am currently working on adding custom items and I have figured out how to do so. There are a few questions that I have and things I would like to have clarified. My iteminfo.lua has a long list of items that are not in my item_db.conf since I have used the translation pack https://github.com/z...ver/ROenglishRE. This is one of the many items that's in iteminfo.lua but not listed in item_db.conf: [31140] = { unidentifiedDisplayName = "Hat", unidentifiedResourceName = "캡", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Costume Black Cowboy Hat", identifiedResourceName = "카우보이모자", identifiedDescriptionName = { "..." }, slotCount = 0, ClassNum = 159 }, Is there somewhere I can download an up-to-date item_db.conf which matches with this version of iteminfo.lua together with the sprites and textures (also missing)? What would be the best thing to do? Secondly, since the last item in my iteminfo.lua has the ID “32000”, I have used the ID “33000” for the custom item I have personally added. This is however causing an issue when I use “@item 33000” in game, returning “@item failed.”. Is there a MAX limit on the item ID that can be used? If so, can it be changed? Or is there another way of doing this? Thirdly, is it possible to use an existing item and its sprite etc. to create a custom item? How about turning it into a costume? I have recently started working on an offline server without any prior experience and there is much to learn. Every help is appreciated.
  5. Hello everyone, I have just recently tried to create a RO server and so far I have come across many problems, also fixed them (I think). Now that I want to open (start) the server using the client, I always get this msg: "Rejected from Server." Looking at logserv-sql.bat, it says something like this when it's trying to connect: Does anyone have any suggestion what I could do? I am just making an offline server on which I can play around with scripts. Thanks in advance, Haniko
×
×
  • Create New...