Jump to content

justice123

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by justice123

  1. this is a help forum. I have already spent lots of time tracing items to GRF's and even working on an image searching algorithm in python I'm here trying to find more optimal solutions that work every time. The previous posts were worth a thanks but didn't help me. and you're one to talk about spoon feeding, look at your thread history all you do is ask others for help. or you spam worthless "answers" in other people's help threads like "just update grf" or "search this"..etc you have a pattern of going around on this site making junk answers, you aren't actually capable of solving technical problems for developers but you like to pretend you can.
  2. thanks bud, actually I did that for some of them already. But the sprite name doesn't always find the right collection image and icon. I have to scroll through every official client GRF to find it which is a huge pain.
  3. that is what I am asking how to do, how do I find the missing sprites and bmp files myself so I can update it.
  4. I'm using latest rathena and latest chrisll translations. Many costumes on divine-pride show up as unknown item in my inventory but the sprite works. Why is that? I could add it manually but I have no idea how to find where the .spr and .act fiel are, and where the .bmp files are for the icon and picture... there has to be a faster way then manually checking thousands of images in the GRF?
  5. your advice has helped me a lot even outside of rathena to make better responses, I always assumed it knew things when I had to give it more details.
  6. Did you use chatGPT? wondering if you have any prompt tips to improve responses for rathena scripting.
  7. This is the first option in Google, can someone clarify what is the proper way? there's multiple answers in this thread.
  8. I've been reading through the scripting manual and (very old) tutorials available, but it has been really slow to learn. The examples are needlessly convoluted and scattered, the syntax has a lot of symbols and is hard to read, and just doing basic things like functions, arrays, loops all seem way more confusing and verbose in this language for some reason. the only thing keeping me going is seeing my scripts come to life in ragnarok. I'm going to see this through and finish the manual but I'm wondering if there's any recently updated tutorials or anything.
  9. I discovered the problem it is with WARP. The "Ignore palette error" does not work on it (tested on 2022-04-06) using NEMO fixed it.
  10. Searched through many posts and seems like nobody is having issues setting up a working Stylist except me. I downloaded this 700 Palette pack. https://kamishi.ragnawork.com/product/700-palettes-human-pack/ I changed my conf/battle/client.conf to this, following the instructions here. https://kamishi.ragnawork.com/installation-details-700-palette-pack/ min_hair_style: 0 max_hair_style: 100 min_hair_color: 0 max_hair_color: 127 min_cloth_color: 0 max_cloth_color: 700 min_body_style: 0 max_body_style: 1 I am running Renewal server with 2022-04-06 RAGEXE and have turned on "Increase hair style limit" in Nemo. Only other GRF I'm loading is the data.grf and rdata.grf included in this http://nemo.herc.ws/downloads/ client. they have their own palette folders so maybe that's why? I'm not sure at all, there is very little documentation on palettes.
  11. Client is missing DATA.ini In src\config\packets it says do not edit that line in the file. ROmasterRE translations have been restructured copying the folder isnt enough anymore you didn't properly close the tag #endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP and lots of other problems. thanks anyway.
×
×
  • Create New...