Jump to content

Najara

Members
  • Posts

    403
  • Joined

  • Days Won

    29

Everything posted by Najara

  1. Hi there. A good start would be to upload the Flux tables into your SQL database (located in data/schemas/charmapdb/ and logindb/). Not sure if that would fix the markdown error though but first things first.
  2. Pro tip for locating any (visible) NPC: Go to Google and type in the name of the NPC followed by 'rathena github'. And there you go, the file in which it's stored. Saves you hours of searching.
  3. Another one. ~ In this post I'd like to show the result of a map that I've been working on and off on since late 2017. With much delight, I'm happy to say that it's finally completed! I hope it turned out alright. Interested in the map? Contact me.
  4. Missing an underscore in the accname.lub. Change: [ACCESSORY_IDs.ACCESSORY_darthmaulmask] = "darthmaulmask", Into: [ACCESSORY_IDs.ACCESSORY_darthmaulmask] = "_darthmaulmask", Also, what client are you using? If 2011+, there's no need editting the data/*nametable.txt files. ? P.s - Wrong section. Should be moved to Client-Side support.
  5. Hi guys. It's been a while! ♥ Some of you may remember that my new years resolution for 2020 was to present the community with a package of 6 (seasonal) Prontera edits. Well, the bad(?) news is that the target of 6 has become 8 (Valentine, Spring, Easter (almost identical to Spring), Summer, Autumn, Halloween, Winter & Christmas). The good news is that all 8 are officially done! In fact, the two remaining themes -- Spring & Summer -- I had in my bin for this year have been finished a few months ago already, but I never found time to showcase them. Here's the Tropical/Summer edition. Spring shall be posted somewhere next week. ~ Note #1; The spinning Emperium crystals in the center are a custom model created by my dear friend Olrox. I take no credits for the object. ♥ Note #2; The rotating spirits you see on my character are a custom item created by my dear friend Haziel. I take no credits for the sprite. ♥ Lastly, some of you have asked why I've made edits to the old Prontera and not the new/Renewal one. The answer is quite simple; It has been years ago since I started this seasonal Prontera edit project, and the RE Pront didn't even exist at the time (and I simply didn't feel like redoing the ones that I already created). So there's that. ; p My site will be updated with recent additions in two weeks. Until then, feel free to contact me for inquiries. ?
  6. Hey there! Thanks for your kind words. Unfortunately no, my simplified release replaces the current (official) aura instead of adding a secondary set. There are two things you can do in a somewhat work-around sense though. 1. A free solution would be to store my simplified auras in a secondary GRF (i.e name it Simplified.grf). Whenever you want to make screenshots, just launch your client without your DATA.ini reading that secondary (Simplified) GRF. Unfortunately though, this would still require you to relog (and prevents spontaneity). 2. Alternatively, and probably more what you're looking for, would be to purchase @Functor's aura mod. It has commands like @show_auras that can toggle auras on and off. Also instead of replacing existing auras, your clients gets a set of 100+ new ones. I highly recommend the beautiful mod! Good luck. ?
  7. Hi. Did you delete any components from your data.grf? Because these files should be present in the official/kRO client. I could send them to you but there might be a lot more missing. With that said, I'd recommend you to get a new kRO client with a fully updated data.grf. ?
  8. I've already created two winter Pronteras~ (actually, three if you count my old (2013) Christmas version). Here's the 2017 Christmas edition. <:
  9. Hi all! To add up to my collection of Prontera themes, here's a showcase of a Valentine's edition I made the other day- it corresponds with the general layout/setup of my choice (which was done intentionally, in order to avoid NPC relocation). The eyes may need a bit of adapting to it, but I think I kind of like how it turned out? It's quite.... pink.? Center Screenshot: And here a video ~ Also! Next year's resolution is to release a full set of 6 Prontera maps in one package. 4/6 are already completed, and one of the last remaining two is already 50% done. With that said, this should be a feasible goal~ I hope you all have been well! ♥ ~ S
  10. What program are you using? Regular mapcache? Restore the files you deleted and try re-caching your Prontera gats through Shinryo's WeeMapCache (if you haven't already). A reboot for them to take effect will be required regardless, though.
  11. Honestly, I've never seen a palette error like that before... it's all weird and gibberish. O_o Could it be that the files are corrupted? If you open your GRF Editor and select a palette, does it give an error message? If not- I fear that this is exe related. There are a few clients out there that just don't support hair colors past a certain value.
  12. Hey there. I have a faint feeling that you've got the wrong 'Shared Head Palettes Type' dif enabled in NEMO. According to the screenshot in your last post, you'll need type 1. Also.... "above the 29 hairstyle i have error if i use any palette" - it would help a lot if we could see the error. ?
  13. Hey all! It's been too long, hasn't it? I guess you could say I've been quite busy lately. However the other day I realized wanted to do something for the community once again (because honestly it's been forever since I contributed), hence why I'm here now. But then I wondered, what can I do? Of course there was the possibility of doing a free release, but I've done many of those already in the past. What else? Creating yet another guide how to develop maps in browedit from the ground up? Hm, we already have several amazing ones that effectively cover everything. What if I give you something different? Something - more like a neat little trick - that I've figured out through sheer exploration about two years ago. And what's that, precisely? As the title implies: Mapping through hexing. Over-hauling existing maps, without having to touch browedit. Also- This post might seem long, but rest assured it is super easy. The screenshots simply take up a lot of space. Before we start..... What is hexing? I could go the extra mile and explain it in my own words, but rAthena's GitHub gives an informative description what hexing is. As most of you may know, experts have developed tools with an user-friendly interface to make client hexing - AKA 'diffing' - even easier for us, however what the majority does not know is that hexing isn't specifically limited to .exe modifications and can be applied to many different file extensions- RO map files and models among them. Having that said, I think you have an idea in which direction I'll be heading. Okay, before anything else... I need to state that this method is recommendable to set the base design. You can in theory over-haul your entire map this way, but I highly encourage it to only be done with the repetitive textures and models (such as trees, bushes, buildings). Preferably, your map uses custom textures/models, they're easier to memorize (and thus replace) than the official gibberish components. What are the pros and cons? Pros: Once you get the hang of this, you could save yourself a lot of valuable time and make fresh layouts rapidly. No need to generate (custom textured) models through the build-in browedit RSM editor tool. We'll take a different approach. Gats remain unaltered and models will remain facing the same way. Lastly - probably the main reason what I like about this - texture and model files from your previous design will be preserved and not over-written. New ones are created which are fetched from a different texture/model directory. After implementation the only thing that will be over-written are the map files themselves (which also means less heavy patches). Cons: While you don't have to, you will likely still want to open browedit for some finishing touches. You can easily slip up and corrupt your map with a single typo. Back things up and be focused when you get to step 3! What will we need? GRF Tool (i.e GRF Editor). Hex Editor (i.e XVI32). Image Editing Software (i.e Photoshop). A custom map - seasonal/holiday themed is preferred, but not necessary. Basic ~ moderate client-side & browedit knowledge. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Now, since we've got all that covered... Let's begin! For this guide, we're going to use my Christmas Prontera (screenshot below) map as sample, and turn it into a Spring Prontera (screenshot at the bottom of the post). - Files - We're going to need to locate the map and its contents that we're going to edit. So let's do that, here are the resources... Step #1 - Copying & Renaming What you need to do first, is go back to the main directory and copy the entire 'Christmas Pront' directory. Paste it and rename it - in this case - 'Spring Pront'. If you've done this correctly, you should now have two directories. Spring Pront and Christmas Pront, both containing files of Christmas Pront. Open the 'Spring Pront' folder and begin re-naming all the files that still contain an abbreviation of the Christmas Prontera layout. Keep it simple for yourself. For example, I recommend replacing the 'chr' and make it 'spr', like this: Note: If there's a lot to edit, consider pulling up a notepad and writing down the old texture/model/directory names and the new ones next to it. I'm telling you this, because you're going to need to check back to the old names later. Better safe than sorry. "Why does a snow texture display 'spr_gras?" - I know, it doesn't make sense yet. Disregard, you'll understand in step #2. "Can the abbreviations I choose exceed the amount of characters that the original files use? (i.e spring_grass instead of spr_gras)" - It probably could with additional steps but...Let's not for now, okay? If you've done everything as per tutorial, you will have no texture, model or directory left anymore including 'chr' or 'Christ'. Double-check in order to confirm. Step #2 - The Artsy Stuff Got a graphic artist on your team? Lucky you- because then you can simply skip this (most time-consuming) step and instruct your artist to present you with something appealing. But we're not going to do that, are we? No, we're going to pretend you're a solo developer. Go to google images and look for a square texture that you wish to replace the snow texture with. Since this is a spring themed map, I went with something green and flowery. Admittedly though, I wasn't too fond of the original image I chose because it seemed a little too crowed/clustered(?) and the borders didn't align, so I decided to look for a plain grass image and combine it with the initial flowery tile of my choice. Still a lil clustered but better. Here's the result: Okay so clearly this isn't a Photoshop guide - my Photoshop skills are far from perfect - but I think you get the idea. ;-; Seamless images are the best, however it isn't always possible to find them. Fear not, young grasshopper- You need not be an expert in Photoshop but at the very least try to edit the texture sufficiently (with the eraser tool on the top layer) for the borders to have a relatively smooth over-flow. Needless to say, if flowers are being cut off at the border of a texture, it does not exactly look attractive. Done? Resize the image(s) to 256x256 and save as 24 bit bmp. Do this with all the textures you've redesigned, your texture directory should somewhat look like this: Again, this might take a while if you're doing everything alone and aren't that familiar with Photoshop. Note: spr_tree3~5 are tga files, but they have been adjusted as well. Step #3 - Hex It! This step is the most technical one and you'll need to look back every now and then to your other layout's textures and models - in this case my Christmas Pront - as name replacement reference. Please be aware that you can screw up easily here! Yes, it's easy but you've gotta pay attention! Double check everything you do and make sure you don't typo anything or miss anything out. Map Files Let's do these first. Boot your Hex Editor software and locate 'prontera.gnd' in your 'Spring Prontera' directory. Access the replacement feature, in XVI32's case: Search > Replace... What we're going to do is ensure the .gnd file reads the new textures, alright? We don't want the map files looking for the Christmas Pront textures/models anymore because this isn't going to be a Christmas Pront. ? Replaced them all? Great. Do the exact same for the models with the .rsw file: 158 entries. Pretty sweet, right? Model Files We're almost done! The last step will be hexing the models. Open them 1 by 1 in your Hex Editor software like you did with the map files and adjust the entries accordingly so the models are no longer searching for the incorrect texture files. Like this... And that's.... basically it. To see if you err'd anywhere, just open GRF Editor and put all the resources into it. If done correctly you'll see that your map and model files have adapted to your edits made through hexing. What was previously snow-covered, now returns something else entirely. Take this lovely flowery tree for example... ? Some of you may wonder- "How is this different than just regular (existent) texture replacement/recoloring? The answer is, exactly that. You're not replacing or changing the original texture/model resources at all. Quite the contrary- You're preserving your previous theme, all while generating an entire new theme with separate contents and directories that are being read. Convenient to server owners, too. No more messing around with different texture and model directories, worrying about if you might've missed something out when adding/removing files with the patcher. Using this methods, when the time comes where you want/need to switch theme, simply patch in the new map files (prontera.rsw and prontera.gnd) and you're good to go (unless if you've made gat edits of course- in which case you'll need to add the prontera.gat as well!). Needless to say, for the first-time implementation, you do need to include all the texture/model components. But that's obvious. And now, the final result? This is how Prontera will look like~ We went from winter wonderland to a refreshing and colorful spring design~ Fair enough- you'll still see the occasional wintry lantern, and the center higher up still has a giant pine tree, fine. Light-maps intensity need to be re-considered, too. But for the most part? Your map is about 3/4 done. What's left is just the small details that will likely only take you an hour or two at most to wrap up. ? Well, I hope this makes the life easier for some of you! ♥
  14. Just the mini-map? Here~ morocc.bmp
  15. Something like this? Be warned that the code posted does not insert any values into the redeem_log, which essentially means no one (other than the one(s) with access to the PayPal donation account) will be able to trace/confirm received donations.
  16. Well, you guys' work is clearly great but where's the logic here? May I ask- if you're not willing to answer quotations, why do you put up a thread in the third party service section (which is bound to get you inquiries)? Just sheer curiosity.... ?
  17. Hi. Double-check if the bit rate of the file is 24 bit. The client does not read any other rate.
  18. Woah, what a week- You're the second mapper showing amazing work in a 48 hour time span. Lovely to see, and yes less can be more indeed. Very pretty. :3 You and Sage make me want to continue the map(s) in my own WIP/development bin (that have been on-hold for way too long). ?
  19. Truly outstanding, Sage! Everything blends in so nicely, great job on the light and shadows as well (more specifically on giving the trees a realistic shading by having it cast branch-like shapes on the ground). Excellent work. The only thing I could offer additional feed-back upon - if you allow me ? - is the choice of leaf model on top of/into the water. I don't know how it would look in-game but in the BE screen-shots some of these are quite stretched and therefore appear a little pixelized in comparison to the rest of the map. But other than that, I have nothing to add.
  20. Hi. Did you use the search function? It is a resnametable.txt issue. The answer to your problem can be found in > this < thread, as well as > this < I hope this helps. Good luck!
  21. Hiii folks! Since I'm not very good at staying in touch with the community (both through rA and social media platforms), I thought I should create a Discord channel because that's where I tend to be most active.

    Whoever is interested to join - for chit chat or otherwise - here is the link~
    https://discord.gg/akeTwtJ

    1. Archetype Saber

      Archetype Saber

      busy playing with some other games? lol see you in your discord server.

  22. Hey all. I'll be on a cruise until October 20th, so messages sent through the communication platforms that I use (Skype, Discord, rAthena, FB, e-mail) will likely be answered with severe delay. My apologies in advance and thank you for your patience!

  23. What version of BE are you using? What Sage suggests should work fine with the stable ones released here on rAthena.
×
×
  • Create New...