Jump to content

Daegaladh

Developer
  • Posts

    239
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by Daegaladh

  1. Yes, all your translated scripts should be in ANSI.
  2. Just notepad, or notepad++. It's plain text...
  3. Thanks! Yeah lightmaps are pretty tricky XD -> http://i.imgur.com/YtZFQ2l.jpg And I agree, that area is a little empty, but I don't know what to put there, any ideas? Lol you're right, looks like Asgard in MUA2, but I never played it. I took my inspiration from Valkyrie Profile 2, Odin Sphere, the description of valhalla in the eddas, and depictions of viking halls, castles, etc.
  4. You're using an old release, use the lastest version https://github.com/MStr3am/NEMO
  5. As I said, I just hexed the v5 rsm files and changed the version value 5, to 4, in the header. Since I'm using this only for generating the quadtree on browedit 586 I've not fixed the textures that gives error. https://mega.nz/#!6gckmIJB!nayEuZQyWBdKgzX5h4Ara-Ajr7a3MQqbSQucLjzRlXg This is Tokei's grf + lasagna, tera and pop models
  6. Those are custom battleground and custom models...
  7. If you're not the original owner, sorry but no, we're not helping you stealing other people's resources.
  8. I need downgraded versions of the models from lasagna, tera and pop folders in order to open my custom maps in browedit 586 and generate the quadtree. I already asked Tokei via PM (since he made the newprontera.grf with downgraded versions of the rest of the new models), but he didn't reply me... Does anybody have these, or know how to downgrade them so I can do it myself? Thanks. Figured out by myself, just hexed version value (5) in the header of the v5 models to 4
  9. Thanks! I'm glad you like it. Sorry, it's a secret for now...
  10. This is a map I've made for a new system for my server. I hope you like it! Opinions and suggestions to improve it are welcome! P.S.: I think I'm going to add some tapestries over the empty walls
  11. Well, I want to use the new glow effect 974 in one of my maps, so I've added it to the effects.txt file, but when I try to use it in a map, it shows ingame as effect 44 (little fog smoke). I've tried to copy it from an official map, but happens the same. Seems there's some kind of limitation in browedit that doesn't allow me to use that effect and shows effect 44 as default. Is there any way to use this effect in a map? (I mean directly, not via lua) Thanks
  12. It's hardcoded on the exe, that's why I requested this as a new feature for NEMO > https://github.com/MStr3am/NEMO/issues/95
  13. I've made a skill animation editing an existing one (just a recolor) but it seems ROSTRviewer somehow corrupted the file, since ingame the animation works fine, but at the end it continues with a weird non-existing animation, getting bigger and bigger. But it works fine when you load it in the viewer! Any help? Thanks. I came up with the solution: You can't edit directy a layer that has an interpolation, you have to add a new layer and copy or reproduce the key frames and then make a new interpolation with "animize".
  14. I don't think so, since the effect already exists...
  15. I've made a custom skill similar to two-hand and one-hand quicken, and everything works fine except the effect. I've already added the SC_ to both opt3 lists in status.c, but shows nothing: // OPT3 case SC_TWOHANDQUICKEN: case SC_ONEHAND: case SC_SPEARQUICKEN: case SC_CONCENTRATION: case SC_MERC_QUICKEN: case SC_CUSTOMQUICKEN: sc->opt3 |= OPT3_QUICKEN; opt_flag = 0; break; // opt3 case SC_TWOHANDQUICKEN: case SC_ONEHAND: case SC_SPEARQUICKEN: case SC_CONCENTRATION: case SC_MERC_QUICKEN: case SC_CUSTOMQUICKEN: sc->opt3 &= ~OPT3_QUICKEN; opt_flag = 0; break; I've also tested removing the SC_TWOHANDQUICKEN from both lists but... still shows the effect!
  16. I need to know if there's a way to make custom supportive skills that works on other players without holding the shift key (I mean the regular way, not /noshift, of course) Any ideas? lua? hex? Thanks a lot.
  17. Version 1.1

    1363 downloads

    Ragnarok Online 2 patcher skin for Thor Patcher, includes config file. Note: The scrollbar on the screenshot is there because of the poorly scripted official patch notes website, but should not show if you code your own correctly.
    Free
  18. Version v12.0.0.1-FINAL (Silent)

    380 downloads

    XRay Client 2008-05-28a v12.0.0.1-FINAL (Silent version). Doesn't show the XRay announcement when log in.
    Free
×
×
  • Create New...