Recent content by Naruto

  1. Naruto

    File Pack #8 : Revised Airship

    View File File Pack #8 : Revised Airship I made a new airship with custom walls and textures along with many other things made by me It features a few retextured models from the Hospital map that fit a more civilized setting I dont think ill be continuing it so ill just...
  2. Naruto

    Custom rsm models, STR files, and bulk src editting

    I will make you practically anything as long as its not as big as the ragnarok church with full ragnarok and brow edit support from me included Models will be generally around 5$ each , re- textures are less expensive  I can edit Traps, Land skills(with some compatibility issues but much...
  3. Naruto

    File pack #4

    View File File pack #4 Hi i have been working on many ragnarok stuff lately and am going to release what ive completed, its theme is north american horror, although the mapping is 100% complete for 7/8 maps the warps, and gat are not Tons of models that wont break your...
  4. Naruto

    Modified chain lightning

    I went over it again, trying to get it working on separate ids but had issues with it and just tossed it to the side but fixed it  The issue was the re declaration of SD and my CR integer Basically just copy pasting the old chain lightning with my modifications the only difference is here...
  5. Naruto

    replacing old slots for accessory slots instead

    cant stop my client from blowing up doing it with garment, but older clients can probably get away with it, all your have to do is change the structure of it again and add the new one on top  if(pos == EQP_ACC) { pos = req_pos&EQP_ACC; if (pos == EQP_ACC &&amp...
  6. Naruto

    replacing old slots for accessory slots instead

    Working on my UI and didnt find a practical use for garment slot and a few personal changes , but its a little more complicated to remove and ill save it for the second post so as you see im equiping into the old shoe slot, and once all my slots are filled the shoe slot gets replaced  pc.h...
  7. Naruto

    Playing Cards Set

    View File Playing Cards Set I needed something small to add to my map and i thought some playing cards would make good easter eggs at the same time Easily modifiable,.. If you change the ace of hearts, Only the ace of hearts will be changed These are EXTREMELY small and...
  8. Naruto

    New browedit discord

    https://discord.gg/C7KkGc had to make some changes in the staff.... this is the new link now
  9. Naruto

    onenemystatus monster target condition

    Hi im trying to develop some advance monster commands/conditions Having issues... i think linking the sub protocol with the primary function ?  But It works fine when i replace it completely in the src  mob.c static int mob_getfriendstatus_sub(struct block_list *bl, va_list ap) { int...
  10. Naruto

    Skill unit flag + source modifications

    Hi so Ive been working on making a universal skill for some unts.... In our database we have this section under a few skills who use the unt system ; Unit: { Id: 0x86 Layout: 3 Interval: 100 Target: "Enemy" } However we only have the option of giving a flag to the Id, unlike...
  11. Naruto

    Taekwon FSK mechanics + movement on grid

    So ive been trying to deal with the movement on the grid but had issues with direcitonal, and lagging when you get hit Ive tried many things but the problem kept persisting until someone asked me why the lag doesnt happen on flying side kick.... case MR_LUNGE: if (unit->movepos(src...
  12. Naruto

    Spawning on the grid , more then 1 at once plus x/y

    Hi I was working on another skill for a bit today I wanted to get certain mobs to spawn in certain squares...  I managed to make a skill that places an area similar to cultivation from creator I couldnt figure out any other way to get them to spawn how I wanted but this should suffice...
  13. Naruto

    Poring eating a cookie

    View File Poring eating a cookie I made a background for my log in  I threw a random ass poring on my door just for fun  It wasnt exactly rippable so i remade it in case someone wants it  Submitter Naruto Submitted 07/30/19 Category Other Graphics
  14. Naruto

    military sprite

    View File military sprite comes with paper doll + military uniform and an assault rifle THIS IS A FREE RELEASE  FEEL FREE TO DO AS YOU PLEASE  Submitter Naruto Submitted 07/18/19 Category Other Graphics
  15. Naruto

    MapInfoTable error on startup

    If you ever delete all the contents of the data folder, because your depending on your english translation, some files arent included  this one in particular kept sending me error : maptableinfo.scp Not sure what it does but heres my copy
Back
Top